DocQA MCP✓
com.agentsconsultants.api/docqa · v1.0.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.agentsconsultants.api/docqa",
"description": "AI document verification: catch hallucinations, arithmetic errors, and field mismatches.",
"title": "DocQA MCP",
"repository": {
"url": "https://github.com/digitalpromptmarket-beep/docqa-mcp",
"source": "github",
"id": "digitalpromptmarket-beep/docqa-mcp"
},
"version": "1.0.2",
"packages": [
{
"registryType": "npm",
"identifier": "docqa-mcp",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key for DocQA service. Get your key at https://api.agentsconsultants.com",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "DOCQA_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}