
DocQA MCP
Verify AI-generated or mixed human-AI documents for hallucinations, math errors, and field mismatches before release.
Overview
com.agentsconsultants.api/docqa is a MCP server for the Ship phase that runs AI document verification to catch hallucinations, arithmetic errors, and field mismatches.
What is this MCP server?
- DocQA MCP npm package docqa-mcp at version 1.0.2 (stdio transport)
- Requires DOCQA_API_KEY from api.agentsconsultants.com
- Targets hallucinations, arithmetic errors, and cross-field mismatches
- GitHub: digitalpromptmarket-beep/docqa-mcp
- Verification MCP, not a generic agent marketplace browser
- Package version 1.0.2
- Registry identifier: docqa-mcp (npm)
- Transport: stdio
What problem does it solve?
LLM-written docs look polished but still ship wrong numbers, invented facts, and inconsistent fields—and manual proofreading does not scale for solo builders.
Who is it for?
Indie operators shipping AI-generated reports, contracts, or help content who need structured verification inside Claude Code or Cursor.
Skip if: Teams that only need agent discovery directories or on-chain agent labor with no document QA requirement.
What do I get? / Deliverables
After configuring the npm stdio server and API key, your agent can run DocQA checks and surface verification findings before you merge or publish.
- DocQA verification results surfaced in agent sessions
- Repeatable document check workflow before merge or publish
- Local stdio MCP wiring documented for the team
Recommended MCP Servers
Journey fit
Document verification belongs in Ship when outputs are near release and you need a gate on factual and arithmetic integrity. Review is the canonical shelf for DocQA-style checks that catch hallucinations and inconsistent fields in specs, reports, and customer-facing copy.
How it compares
Document verification API via MCP, not an agent directory or Ethereum job-market integration.
Common Questions / FAQ
Who is com.agentsconsultants.api/docqa for?
It is for builders using MCP who produce or edit documents with AI and need automated checks for hallucinations, math, and field consistency via DocQA.
When should I use com.agentsconsultants.api/docqa?
Use it during Ship review before release, or during Validate when proofing landing and pricing copy, whenever factual accuracy must be validated.
How do I add com.agentsconsultants.api/docqa to my agent?
Install the docqa-mcp npm package, set DOCQA_API_KEY from https://api.agentsconsultants.com, and register the stdio MCP server in your agent’s MCP config.