contractiq-clause-library-mcp
v0.1.0
Published
MCP server providing a searchable library of 100+ standard contract clauses — indemnification, limitation of liability, IP assignment, termination, force majeure, confidentiality, and more. Includes aggressive vs. balanced vs. protective variants with pla
Maintainers
Readme
contractiq-clause-library-mcp
A searchable library of 30+ standard contract clauses covering 17 categories — indemnification, limitation of liability, IP assignment, termination, force majeure, confidentiality, data protection, payment, warranty, non-compete, dispute resolution, and more.
Each clause includes:
- Full legal text ready to use or adapt
- Aggressive / Balanced / Protective variants for different negotiation positions
- Plain-English explanations for non-lawyers
- Risk notes highlighting hidden dangers
- Negotiation tips for both sides of the table
- Related clauses for building complete agreements
Installation
npx contractiq-clause-library-mcpTools
search_clauses
Search and filter clauses by category, stance (aggressive/balanced/protective), risk level, contract type, or free-text query.
get_clause
Retrieve a specific clause by ID (e.g., IND-001, LIA-002, TER-003).
compare_stances
Compare aggressive, balanced, and protective versions of clauses in the same category side-by-side.
clause_checklist
Generate a recommended clause checklist for a specific contract type and role (provider/customer/employer/employee/partner).
list_categories
Browse all 17 clause categories with counts and available stances.
Categories
| Category | Description | |----------|-------------| | Indemnification | Third-party claim protection — mutual, IP-specific, one-way | | Liability | Damage caps, consequential damage waivers, unlimited liability | | Termination | Convenience, breach cure, auto-renewal | | Confidentiality | Mutual NDA, one-way NDA, survival periods | | IP | Work-for-hire assignment, SaaS licensing, customer data rights | | Force Majeure | Uncontrollable event excusal with termination triggers | | Dispute Resolution | Arbitration, litigation, escalation procedures | | Data Protection | GDPR-aligned DPA, minimal obligations | | Payment | Net-30, annual prepay, late fees, suspension rights | | Warranty | Limited SaaS warranty, complete disclaimer | | Non-Compete | Employee non-solicitation, narrow non-compete | | Assignment | Anti-assignment with M&A exception | | Severability | Reformation and severance | | Governing Law | Delaware, international options | | Insurance | CGL, E&O, cyber liability requirements | | Compliance | FCPA, export controls, sanctions | | Representations | Standard mutual corporate warranties |
Contract Types Covered
SaaS, Professional Services, Employment, NDA, Partnership, Software License, Procurement, Consulting
Example Usage
"Show me all protective clauses for a SaaS customer"
search_clauses(stance: "protective", contractType: "saas")"Compare indemnification options"
compare_stances(category: "indemnification")"Generate a checklist for reviewing a consulting agreement"
clause_checklist(contractType: "consulting", role: "customer")License
MIT
Built by Crawde | Full contract analysis at ContractIQ
