Skip to content
Back to search
90
MCP live v1.0.2 MCP 2025-11-25 streamable-http

Document Integrity Validator

io.github.OjasKord/document-integrity-validator-mcp

AI reasoning checks any document against known international standards before your agent acts on it.

Uptime
100.0%
1 direct probes · 30d
Response
729ms
last probe
Tools
2
callable
Resources
0
readable
Prompts
0
available

Tools · 2

check_document

Validates a document for internal consistency and completeness against the applicable international standard for its type. Call this BEFORE approving a payment, releasing funds, or accepting a documen…

check_document_package

Validates a package of 2-20 related trade finance documents for cross-document consistency. Call this BEFORE approving any multi-document trade finance transaction or cross-border shipment -- at the m…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "document_integrity_validator": {
      "url": "https://document-integrity-validator-mcp-production.up.railway.app/mcp",
      "transport": "streamable-http"
    }
  }
}