From d2811d08e2f6a3fbf1403163d06e672b1e86f8f9 Mon Sep 17 00:00:00 2001 From: skywalkur Date: Thu, 28 May 2026 11:41:04 +0530 Subject: [PATCH] Add ContractsAI MCP connector for commerical-legal --- CONNECTORS.md | 1 + commercial-legal/.mcp.json | 8 +++++++- commercial-legal/README.md | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CONNECTORS.md b/CONNECTORS.md index 35b6bb589e..63a3389291 100644 --- a/CONNECTORS.md +++ b/CONNECTORS.md @@ -42,6 +42,7 @@ Connectors shipped in the default `.mcp.json` of each plugin: | **Linear** | product-legal | | **Atlassian (Jira)** | product-legal | | **Asana** | product-legal | +| **ContractsAI*** | commercial-legal | See the `.mcp.json` in each plugin directory for the authoritative list. diff --git a/commercial-legal/.mcp.json b/commercial-legal/.mcp.json index 9612097668..6b00ebc478 100644 --- a/commercial-legal/.mcp.json +++ b/commercial-legal/.mcp.json @@ -41,6 +41,12 @@ "url": "https://drivemcp.googleapis.com/mcp/v1", "title": "Google Drive", "description": "Search, read, and fetch documents from Google Drive." + }, + "Contracts AI": { + "type": "http", + "url": "https://api.contracts.ai/api/mcp/", + "title": "Contracts AI", + "description": "Search your organization's contract data with plain-language queries, review agreement details, and track upcoming renewals — including expiry risk, key provisions, and counterparty insights within your organization's permissions." } }, "recommendedCategories": [ @@ -53,4 +59,4 @@ "contract-review", "outside-counsel-network" ] -} +} \ No newline at end of file diff --git a/commercial-legal/README.md b/commercial-legal/README.md index 1e82e057a7..b6287560ff 100644 --- a/commercial-legal/README.md +++ b/commercial-legal/README.md @@ -72,6 +72,7 @@ Ships with connectors configured in `.mcp.json`: - **DocuSign** — signature status and envelope tracking - **Slack** — search messages, read channels, find discussions (general bucket) - **Google Drive** — search, read, and fetch documents (general bucket) +- **ContractsAI** - plain-language contract search, clause insights, and renewal tracking With a [CLM] connected: reviews check for prior agreements with the same counterparty, bulk-load the renewal register, create records with review memos attached.