
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
legal-doc-analyzer
Advanced tools
Legal vertical MCP server for document analysis - contract summarization, risk assessment, version comparison, compliance checking, and plain-English summaries.
MCP server for legal document analysis -- contract analysis, risk assessment, version comparison, compliance checking, and plain-English summaries.
Disclaimer: This tool provides automated analysis for informational purposes only. It does not constitute legal advice. Always consult a qualified attorney for legal matters.
| Plan | Price | Includes |
|---|---|---|
| Basic | $20/mo | analyze_contract, find_risks, generate_summary — Buy → |
| Pro | $35/mo | All 5 tools including compare_versions and check_compliance (GDPR, CCPA, SOC2, HIPAA) — Buy → |
Free trial: 3 calls total (shared across all tools), no credit card. License keys are emailed instantly after checkout. More info: aivp-mcp.vercel.app
| Tool | Description |
|---|---|
analyze_contract | Identifies parties, contract type, dates, obligations, liability, termination, governing law |
find_risks | Flags one-sided clauses, unlimited liability, auto-renewal traps, non-competes, vague language, missing protections, IP concerns. Risk score 0-100 |
compare_versions | Compares two document versions with side-by-side diff, material change highlighting, and risk impact flags |
generate_summary | Plain-English summary, key terms table, action items timeline, one-page executive brief |
check_compliance | Checks against GDPR, CCPA, SOC2, HIPAA with per-framework scores, missing provisions, and suggested language |
No install step needed — run straight from npm:
npx -y legal-doc-analyzer
Or install globally:
npm install -g legal-doc-analyzer
npx -y legal-doc-analyzer
npx -y legal-doc-analyzer --sse
# or
PORT=4000 npx -y legal-doc-analyzer --sse
Add to your claude_desktop_config.json:
{
"mcpServers": {
"legal-doc-analyzer": {
"command": "npx",
"args": ["-y", "legal-doc-analyzer"],
"env": { "LICENSE_KEY": "<your license key — omit for free trial>" }
}
}
}
{
"document_text": "This Employment Agreement is entered into as of January 1, 2025, between Acme Corp (\"Company\") and Jane Doe (\"Employee\")...",
"document_type": "employment"
}
Returns structured analysis with parties, dates (effective, termination, renewal), obligations per party, liability clauses and limits, termination conditions, and governing law/jurisdiction.
{
"document_text": "The Contractor shall not compete with the Company for a period of 3 years worldwide... The Contractor shall indemnify and hold harmless the Company from any and all claims without limitation..."
}
Returns risk score (0-100), risk level, flagged risks with severity (high/medium/low), excerpts, recommendations, and missing standard protections.
{
"old_version": "Original contract text...",
"new_version": "Revised contract text...",
"labels": { "old": "v1 Draft", "new": "v2 Revised" }
}
Returns diff summary with added/removed/modified sections, significance ratings, risk impact assessment for each change, and counts of material and risk-increasing changes.
{
"document_text": "Full legal document text here..."
}
Returns plain-English summary, key terms table (parties, dates, value, payment terms, governing law, liability cap, etc.), action items with deadlines, and a one-page executive brief.
{
"document_text": "Data processing agreement text...",
"frameworks": ["gdpr", "ccpa"]
}
Returns compliance checklist with pass/fail/partial status, overall and per-framework scores, recommendations for each gap, and suggested contractual language to add.
All analysis is performed locally using pure text analysis and pattern matching against a curated database of legal clause patterns, risk indicators, and compliance requirements. No external APIs or LLMs are called -- this IS the tool the LLM uses.
MIT
FAQs
Legal vertical MCP server for document analysis - contract summarization, risk assessment, version comparison, compliance checking, and plain-English summaries.
We found that legal-doc-analyzer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.