Domain-specific MCP tooling for legal document workflows
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"legal-analyzer": {
"args": [
"-y",
"mcp-legal-doc-analyzer@latest"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Domain-specific MCP tooling for legal document workflows. Extract key clauses from contracts, flag risky provisions against configurable rule templates, compare document versions at the clause level, and check compliance against standard checklists — all locally, without documents leaving your machine.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in legal
87 tools for Korean law — statutes, precedents, ordinances, interpretations | MCP Server · CLI · npm
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
956k Swiss court decisions: full-text search, citation graph, statute lookup (DE/FR/IT)
AFIP — Argentine tax authority, electronic invoicing (Factura Electrónica)
MCP Security Weekly
Get CVE alerts and security updates for io.github.dbsectrainer/mcp-legal-doc-analyzer and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
npm mcp-legal-doc-analyzer package
Domain-specific MCP tooling for legal document workflows. Extract key clauses from contracts, flag risky provisions against configurable rule templates, compare document versions at the clause level, and check compliance against standard checklists — all locally, without documents leaving your machine.
Tool reference | Configuration | Contributing | Troubleshooting
mcp-legal-doc-analyzer is an analysis aid, not legal advice. Outputs should be reviewed by a qualified legal professional before making decisions. Clause extraction uses pattern matching and heuristics; results may be incomplete or incorrect for non-standard document formats. Low-confidence extractions are flagged explicitly.
Document contents are processed locally and stored in a local SQLite database. Do not share database exports containing confidential documents.
Add the following config to your MCP client:
{
"mcpServers": {
"legal-analyzer": {
"command": "npx",
"args": ["-y", "mcp-legal-doc-analyzer@latest"]
}
}
}
To load custom compliance templates from a directory:
{
"mcpServers": {
"legal-analyzer": {
"command": "npx",
"args": ["-y", "mcp-legal-doc-analyzer@latest", "--templates=~/legal/my-templates"]
}
}
}
Amp · Claude Code · Cline · Cursor · VS Code · Windsurf · Zed
Provide a PDF or DOCX contract file, then enter:
Extract the key clauses from this NDA and flag any risky provisions.
Your client should return a list of extracted clauses and a risk report ranked by severity.
extract_clauses — identify and label clause boundaries with confidence scores; supports .pdf, .docx, .txtflag_risks — severity-ranked risk findings against a compliance templatecheck_compliance — structured pass/fail checklist validation per rulesummarize_terms — plain-English bullet-point summary of key provisionscompare_versions — clause-level diff between two document versionslist_templates — enumerate all available compliance templatesexport_analysis_report — self-contained HTML report with clause table and risk findings; suitable for printingexport_audit_log — export the analysis audit log in JSON or CSV format with optional date-range filteringbulk_analyze — process a portfolio of contract files in batch with progress notificationsNine compliance templates are included out of the box:
Use list_templates to enumerate all available templates at runtime, including any custom templates loaded via --templates.
--templates / --templates-dirDirectory to lo