mcpbeat

doc.page PDF Extraction MCP Server

page.doc/pdf-extract
answering

doc.page PDF Extraction is answering right now. Last checked 6 min ago. It exposes 7 tools.

Extract PDFs to Markdown, RAG chunks and cited tables; publish tracked Doc Links with read stats.

Uptime history 41 hours of history
41 hours agonow
100.0%
Uptime 24h
91 of 91 checks
7
Tools
read from the server
338 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 6 min ago.

run in your terminal
claude mcp add pdf-extract --transport http https://doc.page/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pdf-extract": {
      "url": "https://doc.page/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pdf-extract]
url = "https://doc.page/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "pdf-extract": {
      "url": "https://doc.page/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pdf-extract": {
      "url": "https://doc.page/api/mcp"
    }
  }
}

Available tools 7

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

doc
create_doc_link
Publish a PDF as a tracked doc.page Doc Link and get back a shareable URL. The link belongs to the API key's account and also appears in its doc.page library. Requires an API key. Free plan: up to 3 active links; custom vanity slugs are premium-only. Optional expiry and open-notification toggle.
get_doc_link_stats
Reading analytics for one Doc Link of the API key's account, by id or slug. Always returns the summary (total views, unique visitors, last visit). Premium plans additionally get countries, visitor companies (as_org) and per-page views + average dwell time; pass include:["visits"] for the recent visit rows. Requires an API key.
list_doc_links
List the Doc Links of the API key's account (id, slug, URL, name, disabled/expiry state, total views, last view). Use this to recover links created in earlier sessions before querying stats. Requires an API key.
chunks
get_chunks
Split a PDF into semantic chunks ready for embeddings (RAG). Each chunk carries its text, estimated tokens, starting page, section heading and the source element ids for citation.
extract
extract_pdf
Extract a PDF into clean Markdown and structured elements (headings, paragraphs). Returns the canonical ExtractedDocument object. mode "hybrid" runs a heavier semantic engine that also reconstructs tables and bounding boxes; the default "fast" engine is prose-only (low confidence.tables).
revoke
revoke_doc_link
Disable a Doc Link of the API key's account (by id or slug) so the public URL stops serving. The item and its stats remain in the library; on the free plan this frees an active-link slot. Requires an API key.
tables
list_tables
Return every table in a PDF as structured JSON (reconstructed rows and columns) with page and bounding box for verifiable citations. Uses the semantic (hybrid) engine.

Endpoints

URLTransportStateLatencyChecked
https://doc.page/api/mcp streamable-http answering 535 ms 6 min ago

doc.page PDF Extraction — questions

Answers built from our own checks of this server.

What can doc.page PDF Extraction do?
It exposes 7 tools, read directly from the server on our last check. Among them: create_doc_link, extract_pdf, get_chunks, get_doc_link_stats, list_doc_links, list_tables and 1 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is doc.page PDF Extraction working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 338 ms. The bar chart above shows every period we have measured.
How do I connect doc.page PDF Extraction?
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 is a remote server, so there is nothing to install — the client connects to the address.
Does doc.page PDF Extraction need an API key?
No. doc.page PDF Extraction completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 7 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is doc.page PDF Extraction?
It answers our handshake in 338 ms on average, which is faster than 41% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.