Document Integrity Validator
Rank #23,141io.github.OjasKord/document-integrity-validator-mcp
AI reasoning checks any document against known international standards before your agent acts on it.
Document Integrity Validator is a Model Context Protocol (MCP) server published by OjasKord. It ranks #23,141 of 115,460 servers tracked on MCP Toplist. Document Integrity Validator is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on May 6, 2026 and most recently updated on Jun 24, 2026.
Ranks ahead of 92,319 of 115,460 servers on MCP Toplist.
Use Document Integrity Validator
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http document-integrity-validator-mcp https://document-integrity-validator-mcp-production.up.railway.app/mcpclaude mcp add document-integrity-validator-mcp -e "ANTHROPIC_API_KEY=<your ANTHROPIC_API_KEY>" -- npx -y document-integrity-validator-mcpReplace each placeholder with your own value before saving.
[mcp_servers.document-integrity-validator-mcp]
url = "https://document-integrity-validator-mcp-production.up.railway.app/mcp"Add to ~/.codex/config.toml.
[mcp_servers.document-integrity-validator-mcp]
command = "npx"
args = ["-y", "document-integrity-validator-mcp"]
[mcp_servers.document-integrity-validator-mcp.env]
ANTHROPIC_API_KEY = "<your ANTHROPIC_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://document-integrity-validator-mcp-production.up.railway.app/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"document-integrity-validator-mcp": {
"command": "npx",
"args": [
"-y",
"document-integrity-validator-mcp"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"document-integrity-validator-mcp": {
"url": "https://document-integrity-validator-mcp-production.up.railway.app/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"document-integrity-validator-mcp": {
"command": "npx",
"args": [
"-y",
"document-integrity-validator-mcp"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"document-integrity-validator-mcp": {
"type": "http",
"url": "https://document-integrity-validator-mcp-production.up.railway.app/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"document-integrity-validator-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"document-integrity-validator-mcp"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"document-integrity-validator-mcp": {
"serverUrl": "https://document-integrity-validator-mcp-production.up.railway.app/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"document-integrity-validator-mcp": {
"command": "npx",
"args": [
"-y",
"document-integrity-validator-mcp"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"document-integrity-validator-mcp": {
"url": "https://document-integrity-validator-mcp-production.up.railway.app/mcp"
}
}
}{
"mcpServers": {
"document-integrity-validator-mcp": {
"command": "npx",
"args": [
"-y",
"document-integrity-validator-mcp"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.OjasKord%2Fdocument-integrity-validator-mcp)<a href="https://mcptoplist.com/server/io.github.OjasKord%2Fdocument-integrity-validator-mcp"><img src="https://mcptoplist.com/badge/io.github.OjasKord%2Fdocument-integrity-validator-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
OjasKord
Other servers by OjasKord
- Bizfile MCP#11,263 · 12 vers
- VAT Validator MCP#12,803 · 11 vers
- URL Safety Validator MCP#14,807 · 6 vers
- Data Compliance Classifier MCP#15,726 · 5 vers
- HS Code Classifier#15,727 · 5 vers
- Local Model Suitability MCP#15,896 · 6 vers
- Tender MCP#15,897 · 6 vers
- Quantum Suitability Validator#25,345 · 1 ver
Available versions (2)
| Version | Published |
|---|---|
| 1.0.19 | Jun 24, 2026 |
| 1.0.2 | May 6, 2026 |
Frequently asked questions
- Who maintains Document Integrity Validator?
- Document Integrity Validator is maintained by OjasKord, which publishes 9 MCP servers (54 total versions) tracked on MCP Toplist.
- Is Document Integrity Validator listed on the Official MCP Registry?
- Yes — Document Integrity Validator is listed on the Official MCP Registry, alongside Glama.
- How many versions does Document Integrity Validator have?
- MCP Toplist tracks 2 versions of Document Integrity Validator, most recently published on Jun 24, 2026.
- Where can I find the source code for Document Integrity Validator?
- The source code for Document Integrity Validator is hosted at github.com/OjasKord/document-integrity-validator-mcp.