mcpbeat Sign in

Doc Extract API MCP Server

by thestarboy9696 Your server? Claim it
local only

Doc Extract API runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from npm. Last commit 8 Sep 2026.

SchemaLock — paid extraction: JSON from docs via your schema, x402/USDC.

Installs per day peak 326 · avg 10
a month agotoday
36
Installs / week
npm · doc-extract-api
0
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Doc Extract API every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 doc-extract-api -- npx -y doc-extract-api
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "doc-extract-api": {
      "args": [
        "-y",
        "doc-extract-api"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.doc-extract-api]
command = "npx"
args = ["-y", "doc-extract-api"]
.cursor/mcp.json
{
  "mcpServers": {
    "doc-extract-api": {
      "args": [
        "-y",
        "doc-extract-api"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "doc-extract-api": {
      "args": [
        "-y",
        "doc-extract-api"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WALLET_PRIVATE_KEY (EVM private key for a wallet funded with real USDC on Base. Every tool call pays the live x402 API from this wallet — there is no free extraction path.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Doc Extract API

same job, measured the same way
SchemaSure — structured extraction
by noamjose

Extract schema-valid JSON from text/HTML or document images. Pay per call via x402 V2.

40 installs/wk local only
Docpick
by arknill

Schema-driven document extraction with local OCR + LLM. Document in, Structured JSON out.

92 installs/wk local only
Urlsnap MCP
by urlsnap

Screenshot, PDF, and markdown extraction from any URL via Claude Desktop and Claude Code.

36 installs/wk local only
Velrim
by velrim

Document extraction against a JSON Schema with a calibrated confidence per field; async job status.

2 tools answering
C
Docu-Scan MCP
by spocont

PDF and document extraction via Google Document AI. Free trial available.

answering
Doc_Conv — Document to Markdown
by nicklee002e

Convert PDF/Word/Excel/PowerPoint documents to Markdown, paid in USDC via x402.

77 installs/wk local only
C
Skillforge Render API
by skillforge99

Screenshot, PDF, OG-image, and page extraction (markdown/JSON) over MCP. Bearer key or x402.

4 tools answering
AARF Utility Network
by qolapps

Paid AI utilities for web comparison, code checks, document extraction, security, and research.

15 tools answering

Doc Extract API — questions

Answers built from our own checks of this server.

Why is there no uptime for Doc Extract API?
Doc Extract API 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 doc-extract-api was installed 36 times last week.
How do I connect Doc Extract API?
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 doc-extract-api straight from npm; nothing to host, nothing to sign up for.
How many people use Doc Extract API?
The npm package doc-extract-api was installed 36 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Doc Extract API open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.