What is the DocQA MCP MCP server?
AI document verification: catch hallucinations, arithmetic errors, and field mismatches.
How to install DocQA MCP
Copy-paste configuration for popular MCP clients.
DOCQA_API_KEYrequiredsecretAPI key for DocQA service. Get your key at https://api.agentsconsultants.com
{
"mcpServers": {
"docqa": {
"command": "npx",
"args": [
"-y",
"docqa-mcp"
],
"env": {
"DOCQA_API_KEY": "<YOUR_DOCQA_API_KEY>"
}
}
}
}{
"mcpServers": {
"docqa": {
"command": "npx",
"args": [
"-y",
"docqa-mcp"
],
"env": {
"DOCQA_API_KEY": "<YOUR_DOCQA_API_KEY>"
}
}
}
}{
"mcpServers": {
"docqa": {
"command": "npx",
"args": [
"-y",
"docqa-mcp"
],
"env": {
"DOCQA_API_KEY": "<YOUR_DOCQA_API_KEY>"
}
}
}
}{
"servers": {
"docqa": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"docqa-mcp"
],
"env": {
"DOCQA_API_KEY": "<YOUR_DOCQA_API_KEY>"
}
}
}
}claude mcp add docqa --env DOCQA_API_KEY=<YOUR_DOCQA_API_KEY> -- npx -y docqa-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.