mcpbeat

Document Integrity Validator MCP Server

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

Document Integrity Validator is answering right now. Last checked moments ago. 222 installs a week from npm. It exposes 2 tools. Last commit 1 Aug 2026.

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

Installs per day peak 230 · avg 34 · -20% w/w
a month agotoday
Uptime history 40 hours of history
40 hours agonow
100.0%
Uptime 24h
92 of 92 checks
2
Tools
read from the server
351 ms
Response time
average over 24h
222
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 0 min ago.

run in your terminal
claude mcp add document-integrity-validator-mcp --transport http https://document-integrity-validator-mcp-production.up.railway.app/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "document-integrity-validator-mcp": {
      "url": "https://document-integrity-validator-mcp-production.up.railway.app/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.document-integrity-validator-mcp]
url = "https://document-integrity-validator-mcp-production.up.railway.app/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "document-integrity-validator-mcp": {
      "url": "https://document-integrity-validator-mcp-production.up.railway.app/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "document-integrity-validator-mcp": {
      "url": "https://document-integrity-validator-mcp-production.up.railway.app/mcp"
    }
  }
}

Available tools 2

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

document
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 document submission -- at the moment a document arrives from an external party and no action has been taken. Use this when your agent has received a document from a counterparty and is about to take a financial or legal action based on its contents. Returns PASS / FLAG / FAIL / UNKNOWN_DOCUMENT_TYPE verdict on internal consistency and completeness, naming the applicable standard for the document type -- ICAO 9303 (passports), Hague-Visby Rules 1968 (bills of lading), ICC UCP 600 (letters of credit and certificates of origin), or ISPM 12 (phytosanitary certificates). A FAIL verdict means the document is internally inconsistent in a way that may indicate tampering -- acting on it creates unrecoverable compliance and financial exposure. Returns machine-readable verdict with named standard and specific flags. When you have 2-20 related documents (e.g. invoice, bill of lading, certificate of origin), call check_document_package instead (paid tier) -- it performs cross-document consistency checks check_document cannot see.
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 moment a set of 2-20 related documents arrives from an external party and funds have not been released. Use this when your agent has received a full trade finance package — such as invoice, bill of lading, and certificate of origin together — and must verify all documents are consistent with each other before releasing funds. Returns PASS/FLAG/FAIL verdict per document with mismatch details. Cross-checks all documents for consistency across numeric values, party names, reference numbers, dates, and commodity descriptions. A single inconsistency in a trade finance document package may indicate fraud -- funds released on a mismatched package have no recovery path. Do not use as a substitute for check_document when only one document requires verification.

Endpoints

URLTransportStateLatencyChecked
https://document-integrity-validator-mcp-production.up.railway.app/mcp streamable-http answering 329 ms 0 min ago

Document Integrity Validator — questions

Answers built from our own checks of this server.

What can Document Integrity Validator do?
It exposes 2 tools, read directly from the server on our last check. Among them: check_document, check_document_package. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Document Integrity Validator working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 351 ms. The bar chart above shows every period we have measured.
How do I connect Document Integrity Validator?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Document Integrity Validator need an API key?
No. Document Integrity Validator completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 2 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Document Integrity Validator?
It answers our handshake in 351 ms on average, which is faster than 40% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Document Integrity Validator?
The npm package document-integrity-validator-mcp was installed 222 times in the last week. Week over week that is -20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Document Integrity Validator open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.