
Document Integrity Validator
Validate contracts, specs, or policy PDFs against international standards with AI reasoning before your agent automates workflows on them.
Overview
Document Integrity Validator MCP is a Ship-phase MCP server that uses AI to check documents against international standards before your agent executes workflows on them.
What is this MCP server?
- AI reasoning compares document content to known international standards
- Designed to run before your agent acts on uploaded or fetched documents
- Hosted streamable-http remote plus local npm stdio transport
- Requires Anthropic API key for classification and gap analysis
- Version 1.0.2 published on npm as document-integrity-validator-mcp
- Server version 1.0.2
- Single required secret: ANTHROPIC_API_KEY
- Remote MCP endpoint on Railway production host
What problem does it solve?
Agents happily act on PDFs and exports that look plausible but omit mandatory clauses, use wrong standard editions, or contradict embedded tables.
Who is it for?
Builders wiring document-to-action agents for procurement, compliance, or regulated deliverables who need a cheap pre-flight standards check.
Skip if: Organizations requiring court-grade forensic document authentication or licensed legal certification without any human attorney review.
What do I get? / Deliverables
You receive a reasoning-backed integrity pass that flags standard misalignment early, so automation steps wait on human confirmation or corrected source files.
- AI-backed assessment of document alignment with cited international standards
- Early warning on gaps or contradictions before automated downstream steps
- Repeatable validation hook in agent pipelines (local or remote MCP)
Recommended MCP Servers
Journey fit
Document integrity checks sit in Ship because they gate risky automation—solo builders should verify source material quality before agents execute imports, deployments, or compliance steps. Review is the right shelf for pre-action document vetting that catches gaps, contradictions, or standard mismatches humans would spot in a checklist pass.
How it compares
Standards-aware document gate for agents, not a generic markdown linter or OCR-only parser.
Common Questions / FAQ
Who is document-integrity-validator-mcp for?
It is for developers and operators who let LLM agents read contracts or standard-referenced docs and want validation before those agents take action.
When should I use document-integrity-validator-mcp?
Use it immediately after ingesting a document and before triggering code generation, filings, or data extraction based on that document.
How do I add document-integrity-validator-mcp to my agent?
Add the npm package document-integrity-validator-mcp with ANTHROPIC_API_KEY for stdio, or register the production streamable-http /mcp remote in your MCP settings.