# doc.page PDF Extraction (remote · doc.page)

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

- Trust score: 65/100 (medium)
- Change this week: +2
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `doc.page`: 65/100 (this document), [markdown](https://verifymcp.io/servers/page-doc-pdf-extract/api-mcp.md), [page](https://verifymcp.io/servers/page-doc-pdf-extract/api-mcp)

## Channel facts

- Endpoint: `https://doc.page/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 7 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 74/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 844 tokens (~120/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http page-doc-pdf-extract https://doc.page/api/mcp
```

### Codex

```toml
[mcp_servers.page-doc-pdf-extract]
url = "https://doc.page/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "page-doc-pdf-extract": {
      "type": "remote",
      "url": "https://doc.page/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add page-doc-pdf-extract --url https://doc.page/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  page-doc-pdf-extract:
    url: "https://doc.page/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "page-doc-pdf-extract": {
      "type": "http",
      "url": "https://doc.page/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 64, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 63, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 63, −2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 64, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 63, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 63)

First indexed and scored.

## MCP tools (7)

### `extract_pdf` (~153 tokens)

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).

Input parameters:

- `chunkTokens` (integer): Target chunk size in tokens (when chunks are requested). Default 512.
- `mode` (string): fast = prose engine. hybrid = semantic engine with tables + bounding boxes when deployed; falls back to fast with a warning otherwise.
- `outputs` (array): Subset of outputs to include. Default: markdown and elements.
- `url` (string, required): http(s) URL of the PDF to extract.

### `get_chunks` (~76 tokens)

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.

Input parameters:

- `maxTokens` (integer): Target chunk size in tokens. Default 512.
- `url` (string, required): http(s) URL of the PDF to chunk.

### `list_tables` (~57 tokens)

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.

Input parameters:

- `url` (string, required): http(s) URL of the PDF.

### `create_doc_link` (~184 tokens)

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.

Input parameters:

- `expiresAt` (string): ISO 8601 date-time after which the link stops working. Omit for no expiry.
- `name` (string): Display name in the library. Defaults to the filename.
- `notifyOnOpen` (boolean): Email the account owner on the first open. Default true.
- `slug` (string): Custom vanity slug (premium plans only). Lowercase letters, digits and hyphens.
- `url` (string, required): http(s) URL of the PDF to publish (max 25 MB).

### `list_doc_links` (~57 tokens)

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.

### `get_doc_link_stats` (~139 tokens)

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.

Input parameters:

- `id` (string): Doc Link item id (from create_doc_link or list_doc_links).
- `include` (array): Extra sections. "visits" adds the recent visit rows (enriched on premium plans).
- `slug` (string): Doc Link slug — alternative to id.

### `revoke_doc_link` (~83 tokens)

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.

Input parameters:

- `id` (string): Doc Link item id.
- `slug` (string): Doc Link slug — alternative to id.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/page-doc-pdf-extract/api-mcp#diagnostics

## Score history

- 2026-08-03: 65
- 2026-08-02: 64
- 2026-08-01: 64
- 2026-07-31: 63
- 2026-07-30: 63
- 2026-07-29: 65
- 2026-07-28: 64
- 2026-07-27: 63
- 2026-07-26: 63

## Links

- Remote endpoint: https://doc.page/api/mcp
- Website: https://doc.page/en/api/
- Changelog RSS feed: https://verifymcp.io/servers/page-doc-pdf-extract/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/page-doc-pdf-extract/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/page-doc-pdf-extract/api-mcp
