Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONNECTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
8 changes: 7 additions & 1 deletion commercial-legal/.mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -53,4 +59,4 @@
"contract-review",
"outside-counsel-network"
]
}
}
1 change: 1 addition & 0 deletions commercial-legal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading