legal-intake-mcp
Related Servers
Alternatives to legal-intake-mcp
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityCmaintenanceEnables extracting explicitly stated contract metadata, clauses, and obligations from user-supplied contract text without storing or modifying the data.-
- FlicenseBqualityAmaintenanceEnables local, offline document extraction and manipulation—PDF first but also HTML, DOCX, XLSX, PPTX, EML, EPUB, Markdown, and plain text—through tools for probing, locating, extracting, converting, assembling, OCR, protecting, and redacting documents, with nothing leaving the machine.7-

EVIDIQ Clauseofficial
AlicenseNot gradedqualityBmaintenanceDecodes agreements and policy documents into plain language with verified citations, risk flags, obligation calendars, and comparisons, running in TEE-attested enclaves and producing cryptographically sealed, anchored reports.MIT- AlicenseNot gradedqualityFmaintenanceEnables PDF document processing including text, image, and table extraction, as well as intelligent classification and similarity analysis across multiple languages.49MIT
- AlicenseNot gradedqualityBmaintenanceEnables local structured extraction, classification, and summarization of text with automatic context management and caching, keeping data on your machine.MIT
- AlicenseNot gradedqualityDmaintenanceLocal document intelligence for AI agents — extract text, detect tables, read metadata, analyze structure, search keywords, and detect language from PDF and DOCX files. No cloud API required, no API key needed.MIT
TDQS
Scored across 6 tools
Each tool has a clearly distinct stage in the intake pipeline: load, segment, extract dates, extract parties, summarize, and search clauses. Although segment_clauses and find_clauses both involve clauses, one is structural segmentation and the other is semantic retrieval of actual wording, so there is no real ambiguity.
Five tools follow a clean verb_noun snake_case pattern (load_document, segment_clauses, extract_dates, extract_parties, find_clauses). document_summary breaks the verb pattern and reads as a noun, which is a minor deviation but still readable and consistent in style.
Six tools is a well-scoped set for a legal contract intake server. It covers ingestion, structural segmentation, date extraction, party extraction, summarization, and semantic clause retrieval without redundancy or unnecessary bloat.
The surface covers the full intake pipeline: load and normalize the document, segment clauses, extract dates and parties, build a structured summary, and retrieve the actual wording of relevant clauses. There are no obvious dead ends or missing operations that would prevent an agent from completing a contract intake workflow.