Catalog
com.agentsconsultants.api/docqa
OfficialDocQA MCP
AI document verification: catch hallucinations, arithmetic errors, and field mismatches.
Verify AI-generated documents to detect hallucinations, arithmetic errors, and field mismatches.
README not available yet.
Install
Configuration
Environment variables
DOCQA_API_KEYrequiredsecretAPI key for DocQA service. Get your key at https://api.agentsconsultants.com
claude_desktop_config.json
{
"mcpServers": {
"docqa": {
"command": "npx",
"args": [
"-y",
"docqa-mcp@1.0.2"
],
"env": {
"DOCQA_API_KEY": "<YOUR_DOCQA_API_KEY>"
}
}
}
}