Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

doc.page PDF Extraction

page.doc/pdf-extract

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

Uptime
100.0%
1 direct probes · 30d
Response
332ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

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 ta…

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.

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.

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 a…

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 …

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 com…

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 …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "doc.page_pdf_extraction": {
      "url": "https://doc.page/api/mcp",
      "transport": "streamable-http"
    }
  }
}