npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

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

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-mcp

Tools

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