Ironclad Connector for AI agents.
10 live capabilities
Manage contract lifecycles and legal workflows through natural conversation.
Waiting for input…
Why people use Ironclad
Ironclad for ending manual contract tracking
This Connector changes that by putting your contract data into a conversational format. You can just ask your agent for the status of a deal or for a list of renewals. It cuts out the clicking and the searching, giving you a direct line to your contract data.
What Vinkius changes
You get a conversational interface for your entire contract lifecycle.
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 blocker in a stuck NDA
A legal lead asks the agent who is holding up the Acme Corp NDA.
- Real-world use case 02
Launching a standard MSA
A sales rep needs a new MSA for a new client.
- Real-world use case 03
Searching for renewal dates
A procurement officer asks about upcoming renewals.
Complete set · 10capabilities
The complete Ironclad capability set.
These are the exact actions your AI can choose when you ask it to work with Ironclad.
01—04
4 capabilities in this set.
Part of 10 available through Ironclad.
- 01 Capability
Ironclad list workflows
List all contracts currently moving through the pipeline. It shows you every deal in progress across the company.
- 02 Capability
Ironclad search records
Find specific agreements using keywords like counterparty name or type. This is the fastest way to locate a specific document.
- 03 Capability
Ironclad get approvals
Check who approved, rejected, or is still pending on a contract. This helps you find exactly where a deal is stuck.
- 04 Capability
Ironclad get comments
Read internal discussion threads and negotiation notes on a workflow. You can see the context behind every decision.
05—07
3 capabilities in this set.
Part of 10 available through Ironclad.
- 05 Capability
Ironclad get record
Get full metadata, dates, and obligations for an executed contract. Use this for compliance reviews or renewal planning.
- 06 Capability
Ironclad get workflow
Check the current step, reviewer list, and timeline for an active contract. It gives you a bird's eye view of the process.
- 07 Capability
Ironclad launch workflow
Start a new NDA, MSA, or SOW from a specific template. It initiates the drafting and review process immediately.
08—10
3 capabilities in this set.
Part of 10 available through Ironclad.
- 08 Capability
Ironclad list records
Browse all fully signed agreements in your repository. This is your go-to for looking up existing legal obligations.
- 09 Capability
Ironclad list templates
See all available contract types and their required fields. Use this to see what types of agreements you can launch.
- 10 Capability
Ironclad list webhooks
View all configured external notifications for workflow events. This helps you audit your integrations and stay updated.
Set up in minutes
One URL. Then ask Ironclad to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Ironclad 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_PxkeOsls8BtHajaYNI8RKzcK4GaaDUETs5HNdORx/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 Ironclad, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Ironclad for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_PxkeOsls8BtHajaYNI8RKzcK4GaaDUETs5HNdORx/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 Ironclad URL.
- Step 03
Save and start
Save the connection and enable Ironclad in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"ironclad": {
"url": "https://edge.vinkius.com/vk_preview_PxkeOsls8BtHajaYNI8RKzcK4GaaDUETs5HNdORx/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 Ironclad
Open Agent mode in chat and ask: "Using Ironclad, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"ironclad": {
"url": "https://edge.vinkius.com/vk_preview_PxkeOsls8BtHajaYNI8RKzcK4GaaDUETs5HNdORx/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 Ironclad
Ask Copilot: "Using Ironclad, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"ironclad": {
"url": "https://edge.vinkius.com/vk_preview_PxkeOsls8BtHajaYNI8RKzcK4GaaDUETs5HNdORx/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 Ironclad
Open Cascade and ask: "Using Ironclad, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"ironclad": {
"url": "https://edge.vinkius.com/vk_preview_PxkeOsls8BtHajaYNI8RKzcK4GaaDUETs5HNdORx/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 Ironclad
Ask Cline: "Using Ironclad, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add ironclad --transport http "https://edge.vinkius.com/vk_preview_PxkeOsls8BtHajaYNI8RKzcK4GaaDUETs5HNdORx/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 Ironclad
Ask Claude: "Using Ironclad, show me...". 10 tools are ready
Where the request belongs
Work Ironclad can move forward.
This is for legal counsel tired of manual tracking, sales ops who need faster deal velocity, and procurement teams managing high-volume vendor agreements.
Legal Counsel
They use this to check for internal blockers and review negotiation notes without opening the full Ironclad UI.
Sales Operations
They use this to launch new NDAs and monitor how quickly deals are moving through legal review.
Procurement Specialist
They use this to search the contract repository for upcoming renewals and compliance details.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsConcord CLM
Enable your AI agent to manage contracts, send documents for signature, and track agreement statuses via the Concord CLM API.
Bounsel
Manage your contract lifecycle via Bounsel. list documents, automate templates, and request signatures directly from any AI agent.
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.
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.
PandaDoc
Close deals faster with proposals, contracts, and e-signatures in one platform that tracks document engagement in real time.
Bring your own AI
Change the model, client or framework. Keep Ironclad 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 Ironclad.
The practical details behind the request, access and result.
Can I use the Ironclad MCP to start new contracts?
Yes. You can tell your agent to launch new NDAs, MSAs, or SOWs using your existing templates. It will start the workflow and move it into the first stage for review.
How does the Ironclad MCP help with legal bottlenecks?
It allows you to quickly see who is currently responsible for an approval and whether they have rejected, approved, or are still pending. This makes it much easier to unblock stuck deals.
Can I search for old agreements with the Ironclad MCP?
Yes. You can ask your agent to find specific signed agreements by searching for counterparty names, contract types, or other keywords across your entire repository.
Does the Ironclad MCP show internal team notes?
It does. You can ask your agent to show you the discussion threads and negotiation notes for any contract workflow to see the context behind decisions.
Is the Ironclad MCP good for sales operations?
It's great for sales ops because it allows them to launch contracts and monitor deal velocity through legal review without needing to constantly check the CLM dashboard.
Can I see all my contract templates with this Connector?
Yes. You can ask your agent to list all available contract types and templates ready to launch, which helps you understand what types of agreements your company can create.
How do I get started with Ironclad?
Subscribe, then enter your Ironclad API token (from Company Settings → API → Access Tokens). Your AI agent connects instantly to your workspace. No code, no SDK, no webhooks. just connect and start managing contracts through conversation.
Can my AI agent launch a new contract for a counterparty?
Yes. Tell your agent to launch a contract (e.g., "start an NDA for Acme Corp") and it selects the right template, fills in counterparty details, contract value, and effective dates. The workflow enters internal review immediately. your legal team sees it in their queue within seconds.
How do I find out why a contract is stuck in approval?
Ask your agent "who still needs to approve the Acme MSA?" and it shows every approver with their status. approved, pending, or rejected. plus any comments they left. You see exactly who is blocking the contract and can follow up directly, all without opening Ironclad.
Can I manage complex contract portfolios with multiple contract types?
Absolutely. Browse all your workflow templates (NDAs, MSAs, SOWs, amendments, renewals), search across the entire executed contract repository by counterparty or keyword, and track renewal dates. perfect for legal departments, procurement teams, and enterprises managing hundreds of active agreements.
One connection away
Give your agent a direct line to Ironclad.
Connect Ironclad once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available