contractiq-compare-mcp
v0.1.0
Published
MCP server for contract comparison — side-by-side clause analysis, redline detection, terms drift tracking, template deviation scoring, and negotiation position assessment
Maintainers
Readme
contractiq-compare-mcp
MCP server for contract comparison, redline analysis, terms drift detection, and negotiation position assessment.
Tools
| Tool | Description |
|------|-------------|
| compare_contracts | Side-by-side clause comparison with change classification (added/removed/modified) |
| detect_terms_drift | Track how terms shifted between versions — risk escalation and financial impact |
| score_template_deviation | Score counterparty draft deviation from your standard template |
| assess_negotiation_position | Analyze leverage, concessions, holdouts, and deal-breakers |
Install
npx contractiq-compare-mcpConfiguration
{
"mcpServers": {
"contractiq-compare": {
"command": "npx",
"args": ["-y", "contractiq-compare-mcp"]
}
}
}Example
compare_contracts({
contract_a: "... original contract ...",
contract_b: "... revised contract ...",
label_a: "v1 Draft",
label_b: "Counterparty Redline"
})Returns clause-by-clause diff with change direction, severity, and risk impact.
Links
- Website: https://contractiq.site
- Full contract analysis with PDF upload, comparison, and team collaboration
