mcpbeat Sign in

DocQA MCP Server

by agentsconsultants-api Your server? Claim it
local only

DocQA MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 21 installs a week from npm.

AI document verification: catch hallucinations, arithmetic errors, and field mismatches.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 25 · avg 7 · +133% w/w
a month agotoday
21
Installs / week
npm · docqa-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add docqa -- npx -y docqa-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "docqa": {
      "args": [
        "-y",
        "docqa-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.docqa]
command = "npx"
args = ["-y", "docqa-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "docqa": {
      "args": [
        "-y",
        "docqa-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "docqa": {
      "args": [
        "-y",
        "docqa-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DOCQA_API_KEY (API key for DocQA service. Get your key at https://api.agentsconsultants.com). The author declared them in the registry entry; get the values from the project itself.

Alternatives to DocQA MCP

same job, measured the same way
Stipple — Document Verification & Extraction
by stipple

Document forensics: tamper/AI checks, fields, tables, identity, screening, tenders, citations.

16 tools answering
APICK Identity
by apick

Korean ID document verification and PII masking APIs

16 tools answering
ConvergeQA Reviews (Critique & Iterate)
by convergeqa

Multi-model Critique and Iterate document reviews with public verification receipts.

58 installs/wk local only
Verifa
by verifa-solutions

Identity verification, document checks, sanctions/PEP screening and case review as agent tools.

20 installs/wk answering
Groupdocs Signature MCP
by groupdocs-signature

MCP server for GroupDocs.Signature — sign, search and verify document signatures via AI agents.

local only
Arkova Verification
by carson-see

Privacy-first document verification anchored to the public ledger.

answering
Docling MCP
by docling-project

Convert PDFs and other documents to structured formats via Docling, for AI applications.

5 578 installs/wk local only
Egnyte MCP Server
by ptyagiegnyte

Official Egnyte MCP Server for AI integration with document search, analysis, and collaboration.

local only

DocQA MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for DocQA MCP?
DocQA MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package docqa-mcp was installed 21 times last week.
Is DocQA MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect DocQA MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls docqa-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use DocQA MCP?
The npm package docqa-mcp was installed 21 times in the last week. Week over week that is +133%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.