contractiq-negotiate-mcp
v0.1.0
Published
MCP server for AI contract negotiation — playbook generation, counter-proposal drafting, leverage analysis, deal scoring, and markup recommendations for NDA, SaaS, vendor, employment, and partnership agreements
Maintainers
Readme
contractiq-negotiate-mcp
MCP server for AI-powered contract negotiation — generates playbooks, drafts counter-proposals, maps leverage, scores deal favorability, and produces markup recommendations.
Tools
| Tool | Description |
|------|-------------|
| generate_playbook | Full negotiation playbook with priorities, red lines, fallback positions, and BATNA analysis |
| draft_counter_proposals | Counter-proposal language for unfavorable clauses with rationale and alternatives |
| identify_leverage | Map leverage distribution — your strengths, counterparty strengths, and balanced areas |
| score_deal | Score deal across financial, risk, operational, and strategic dimensions (0-100) |
| generate_markup | Clause-by-clause markup recommendations: accept, reject, modify, add, delete, or flag |
Supported Contract Types
NDA, SaaS, Employment, Vendor, Lease, Partnership, Consulting, Licensing, Distribution, Loan
Supported Party Roles
Buyer, Seller, Licensor, Licensee, Employer, Employee, Landlord, Tenant, Lender, Borrower, Vendor, Client, Partner A/B
Install
npx contractiq-negotiate-mcpConfiguration
{
"mcpServers": {
"contractiq-negotiate": {
"command": "npx",
"args": ["-y", "contractiq-negotiate-mcp"]
}
}
}Example Usage
Generate Negotiation Playbook
{
"tool": "generate_playbook",
"arguments": {
"contractText": "This SaaS Agreement... Provider shall not be liable for any indirect, consequential, or special damages...",
"role": "buyer",
"contractType": "saas"
}
}Score Deal Favorability
{
"tool": "score_deal",
"arguments": {
"contractText": "...",
"role": "client",
"dealValue": "$250K annual"
}
}Get Markup Recommendations
{
"tool": "generate_markup",
"arguments": {
"contractText": "...",
"role": "buyer",
"contractType": "vendor"
}
}Related MCP Servers
- contractiq-extract-mcp — Clause extraction & risk analysis
- contractiq-compare-mcp — Contract comparison & redline analysis
License
MIT
