DocQA MCP for Cursor
com.agentsconsultants.api/docqa
AI document verification: catch hallucinations, arithmetic errors, and field mismatches.
client:Cursor
transport:stdio
runtime:npm
Install DocQA MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"docqa": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"docqa-mcp"
],
"env": {
"DOCQA_API_KEY": "<DOCQA_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs