Concord CLM Connector for AI agents.
10 live capabilities
Manage contract lifecycles and e-signatures through your AI client.
Waiting for input…
Why people use Concord CLM
Concord CLM for Automated Contract Lifecycle Management
This Connector lets you handle those same tasks through a single chat. You can ask your agent to find a contract, send it for signature, or check a status without ever leaving your conversation. You get a streamlined way to move documents through the pipeline.
What Vinkius changes
You get a way to manage legal documents via chat instead of clicking through a complex UI.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding a missing NDA
A legal assistant asks the agent to find the Acme Corp NDA.
- Real-world use case 02
Onboarding a new vendor
A procurement lead asks to create a Standard Service Agreement.
- Real-world use case 03
Checking a bottleneck
An ops manager asks for all pending contracts.
Complete set · 10capabilities
The complete Concord CLM capability set.
These are the exact actions your AI can choose when you ask it to work with Concord CLM.
01—04
4 capabilities in this set.
Part of 10 available through Concord CLM.
- 01 Capability
Create agreement
Create a new agreement in Concord. This lets you start a new contract immediately from your chat.
- 02 Capability
Get agreement
Retrieve detailed information about a specific agreement. Use this to see the full details of a single contract.
- 03 Capability
Get current user
Retrieve details of the currently authenticated user. This helps your agent know who is currently interacting with the account.
- 04 Capability
List signed agreements
Quickly list all fully signed agreements. This is the fastest way to see which deals are officially closed.
05—07
3 capabilities in this set.
Part of 10 available through Concord CLM.
- 05 Capability
List agreements
Retrieve a list of agreements from Concord CLM. Use this to see your entire portfolio of active and pending contracts.
- 06 Capability
List templates
Retrieve a list of document templates available in Concord. This lets your agent see what kinds of contracts you can generate.
- 07 Capability
List users
Retrieve a list of all users in your Concord organization. Use this to manage who has access to your contract data.
08—10
3 capabilities in this set.
Part of 10 available through Concord CLM.
- 08 Capability
List webhooks
Retrieve a list of configured webhooks. This shows you the automated triggers currently set up in your account.
- 09 Capability
Search agreements by name
Find agreements by their name. This is perfect for when you only remember what a contract was called.
- 10 Capability
Send for signature
Trigger the signature process for a specific agreement. This moves a contract from draft to pending signature instantly.
Set up in minutes
One URL. Then ask Concord CLM to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Concord CLM from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ZrNiq6Iha56yb5RtbVoOsw2Hm44KtAR8HmPizise/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Concord CLM, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Concord CLM for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ZrNiq6Iha56yb5RtbVoOsw2Hm44KtAR8HmPizise/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Concord CLM URL.
- Step 03
Save and start
Save the connection and enable Concord CLM in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"concord-clm": {
"url": "https://edge.vinkius.com/vk_preview_ZrNiq6Iha56yb5RtbVoOsw2Hm44KtAR8HmPizise/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Concord CLM
Open Agent mode in chat and ask: "Using Concord CLM, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"concord-clm": {
"url": "https://edge.vinkius.com/vk_preview_ZrNiq6Iha56yb5RtbVoOsw2Hm44KtAR8HmPizise/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Concord CLM
Ask Copilot: "Using Concord CLM, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"concord-clm": {
"url": "https://edge.vinkius.com/vk_preview_ZrNiq6Iha56yb5RtbVoOsw2Hm44KtAR8HmPizise/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Concord CLM
Open Cascade and ask: "Using Concord CLM, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"concord-clm": {
"url": "https://edge.vinkius.com/vk_preview_ZrNiq6Iha56yb5RtbVoOsw2Hm44KtAR8HmPizise/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Concord CLM
Ask Cline: "Using Concord CLM, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add concord-clm --transport http "https://edge.vinkius.com/vk_preview_ZrNiq6Iha56yb5RtbVoOsw2Hm44KtAR8HmPizise/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Concord CLM
Ask Claude: "Using Concord CLM, show me...". 10 tools are ready
Where the request belongs
Work Concord can move forward.
This is for the legal ops person who's buried in "where is that signed contract" emails or the procurement lead trying to get vendors onboarded without a mountain of manual data entry.
Legal Counsel
Finds specific clauses or checks signature status on a Tuesday afternoon without opening the main dashboard.
Procurement Manager
Creates vendor contracts from templates during busy onboarding weeks to speed up the pipeline.
Operations Leader
Gets a snapshot of the contract pipeline to spot bottlenecks in the approval process.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsIronclad
Manage contracts, workflows, approvals, and counterparties via Ironclad CLM. launch, track, and search agreements directly from any AI agent.
Bounsel
Manage your contract lifecycle via Bounsel. list documents, automate templates, and request signatures directly from any AI agent.
PandaDoc
Create, send, and track documents, proposals, and e-signatures via PandaDoc. manage the entire document lifecycle from any AI agent.
Common Paper
Common Paper helps you create, send, and sign standard commercial contracts faster. Use this MCP server to automate your contract workflow and track agreement status.
Evisort Contract Intelligence
Equip your AI agent to manage contract documents, track AI-extracted provisions, and monitor workflows via the Evisort API.
Lexzur
Manage legal operations with contract lifecycle tracking, matter management, and compliance workflows for corporate legal teams.
Bring your own AI
Change the model, client or framework. Keep Concord connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Concord.
The practical details behind the request, access and result.
What can I do with the Concord CLM MCP?
You can manage your entire contract lifecycle through your AI agent. This includes searching for existing contracts, creating new ones from templates, and sending documents out for e-signatures.
Can I use Concord CLM to find specific contracts?
Yes, you can ask your agent to find any contract by its name or ID. It will search your Concord account and pull up the details for you instantly.
How do I send a contract for signature using this?
Just ask your agent to send a specific contract for signature. It will trigger the signature workflow in Concord so you don't have to do it manually.
Can my agent create new contracts from templates?
Yes, your agent can see your available templates and create a new agreement based on them. It can even help populate the fields for you.
Is Concord CLM good for legal teams?
It's a great fit for legal teams who need to quickly check signature statuses, locate specific clauses, and manage the flow of agreements without constant tab switching.
How do I see which contracts are already signed?
You can ask your agent to list all signed agreements. It will pull a list of every contract in your Concord account that has been fully executed.
Can I use Concord CLM to manage my users?
Yes, your agent can retrieve a list of all users in your Concord organization, making it easier to manage who has access to your contract data.
How do I get my Concord API key?
Log in to the Concord web app, go to Global Settings > API Keys, and generate a new key. Copy it and paste it into the authentication field below.
Does this work with the Sandbox environment?
Yes. Set 'Use Sandbox?' to true in the credentials configuration to connect to the UAT environment instead of production.
Can I create documents from templates?
Yes. When using the 'create_agreement' capability, you can specify a templateId to generate a document based on a pre-existing template.
One connection away
Give your agent a direct line to Concord.
Connect Concord once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available