# doc.page PDF Extraction MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/page-doc-pdf-extract
- Website: https://doc.page/en/api/

## Install
- Endpoint: https://doc.page/api/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://doc.page/api/mcp
- Header: Authorization

## Tools
- 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). Endpoint: https://doc.page/api/mcp
- 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. Endpoint: https://doc.page/api/mcp
- 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. Endpoint: https://doc.page/api/mcp
- 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. Endpoint: https://doc.page/api/mcp
- 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. Endpoint: https://doc.page/api/mcp
- 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. Endpoint: https://doc.page/api/mcp
- 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. Endpoint: https://doc.page/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: page.doc
- Version: 1.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 13, 2026
- Source: https://registry.modelcontextprotocol.io
