Document Integrity Validator
io.github.OjasKord/document-integrity-validator-mcpAI reasoning checks any document against known international standards before your agent acts on it.
Tools · 2
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…
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…
Similar MCP servers embedding-nearest
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"
}
}
}