# io.github.theluckystrike/pdf-merge-split-stamp-extract-pages (remote · mcp.zovo.one)

Merge, split, extract, rotate, reorder and stamp PDF pages from your AI chat, all offline.

- Trust score: 83/100 (high trust)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `mcp.zovo.one`: 83/100 (this document), [markdown](https://verifymcp.io/servers/theluckystrike-pdf-merge-split-stamp-extract-pages/mcp-pdf.md), [page](https://verifymcp.io/servers/theluckystrike-pdf-merge-split-stamp-extract-pages/mcp-pdf)
- mcpb · `pdf.mcpb`: 48/100, [markdown](https://verifymcp.io/servers/theluckystrike-pdf-merge-split-stamp-extract-pages/https-github-com-theluckystrike-mcp-servers-releases-download-v0-22-0-pdf-mcpb.md), [page](https://verifymcp.io/servers/theluckystrike-pdf-merge-split-stamp-extract-pages/https-github-com-theluckystrike-mcp-servers-releases-download-v0-22-0-pdf-mcpb)

## Channel facts

- Endpoint: `https://mcp.zovo.one/mcp/pdf`
- Transports: `streamable-http`
- Auth: `required`
- Version: `0.22.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-09-20.

- **Endpoint Security**: 89/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, but the challenge carries no valid RFC 9728 metadata, so a client cannot discover where to get a token.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - 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**: 84/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 2139 tokens (~125/item across 17 items; 15 tools + 2 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 40/100
  - Stability observed for 12 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 99/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 98% of tool parameters carry a description.
- **Tool Safety**: 75/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - 0 of 3 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "pdf_merge" implies "merge" and declares no destructiveHint at all, which the MCP spec reads as destructive by default.
  - An AI judge read all 16 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the io.github.theluckystrike/pdf-merge-split-stamp-extract-pages MCP server?

io.github.theluckystrike/pdf-merge-split-stamp-extract-pages is a hosted endpoint at https://mcp.zovo.one/mcp/pdf, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http theluckystrike-pdf-merge-split-stamp-extract-pag 'https://mcp.zovo.one/mcp/pdf'
```

### Cursor

```json
{
  "mcpServers": {
    "theluckystrike-pdf-merge-split-stamp-extract-pag": {
      "url": "https://mcp.zovo.one/mcp/pdf"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "theluckystrike-pdf-merge-split-stamp-extract-pag": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/pdf"
    }
  }
}
```

### Codex

```toml
[mcp_servers.theluckystrike-pdf-merge-split-stamp-extract-pag]
url = "https://mcp.zovo.one/mcp/pdf"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "theluckystrike-pdf-merge-split-stamp-extract-pag": {
      "type": "remote",
      "url": "https://mcp.zovo.one/mcp/pdf",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add theluckystrike-pdf-merge-split-stamp-extract-pag --url 'https://mcp.zovo.one/mcp/pdf' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  theluckystrike-pdf-merge-split-stamp-extract-pag:
    url: "https://mcp.zovo.one/mcp/pdf"
```

### Netclaw

```json
{
  "McpServers": {
    "theluckystrike-pdf-merge-split-stamp-extract-pag": {
      "Transport": "http",
      "Url": "https://mcp.zovo.one/mcp/pdf"
    }
  }
}
```

### Vellum

```bash
assistant mcp add theluckystrike-pdf-merge-split-stamp-extract-pag -t streamable-http -u 'https://mcp.zovo.one/mcp/pdf'
```

### Other

```json
{
  "mcpServers": {
    "theluckystrike-pdf-merge-split-stamp-extract-pag": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/pdf"
    }
  }
}
```

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-09-20 (score 83, +1)

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

### 2026-09-18 (score 82, +57)

- [security regression] Authorization: unverified → fail
- [security improvement] Transport: unverified → pass
- [security improvement] Injection markers: unverified → pass
- [functional improvement] Endpoint reachability: behind authorisation → reachable
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Stability: unverified → 0.33
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → 100

### 2026-09-17 (score 25, −56)

- [security regression] Endpoint reachability: reachable → behind authorisation
- [security regression] Tool safety: pass → unverified
- [security regression] Authorization: fail → unverified
- [security regression] Transport: pass → unverified
- [security regression] Stability: 0.27 → unverified
- [functional regression] Schema quality: 100 → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: pass → unverified
- [functional] Server version: 0.21.0 → 0.22.0

### 2026-09-16 (score 81, +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-09-13 (score 80, +1)

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

### 2026-09-11 (score 79, +1)

- [security] Tool “license_activate” rewrote its description, which is the text the model reads
- [functional] New prompt “upgrade_to_pro”
- [functional] New resource “pricing”

### 2026-09-10 (score 78, +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-09-09 (score 77, 0)

- [security] Tool “license_activate” rewrote its description, which is the text the model reads
- [security] Tool “pdf_count” rewrote its description, which is the text the model reads
- [security] Tool “license_status” rewrote its description, which is the text the model reads
- [functional improvement] Stability: unverified → 0.03
- [cosmetic] “license_activate” reworded the description of “key”

## MCP tools (15)

### `pdf_info` (~79 tokens)

Inspect a PDF

Call this tool to inspect a PDF: page count, page sizes in points/mm, paper name, metadata (title, author, producer, dates) and whether it is encrypted. Read-only, never modifies the file. Free tier: unlimited.

Input parameters:

- `path` (string, required): Name of a PDF uploaded with pdf_upload, or one this server wrote earlier

### `pdf_count` (~67 tokens)

Count pages in several PDFs

Page count per file plus the total, for any number of PDFs, with how many were readable. A file that cannot be read is reported on its own row and the others still count. Read-only. Free and unlimited.

Input parameters:

- `paths` (array, required): Names of PDFs uploaded with pdf_upload

### `pdf_merge` (~133 tokens)

Merge PDFs into one file

Call this tool to join several PDFs into one, in the order given. Page sizes are kept as-is, so a merged file may have mixed sizes, and the answer says so. Inputs are never modified. Free tier: up to 5 files per merge.

Input parameters:

- `out_path` (string, required): Name for the merged PDF; it comes back as a download link valid for one hour
- `overwrite` (boolean): Replace out_path if a file is already there. Default false: an existing file is never overwritten
- `paths` (array, required): Names of the uploaded PDFs to join, in the order they should appear

### `pdf_split` (~229 tokens)

Split a PDF into several files

Call this tool to write one new PDF per range. Ranges are 1-based and may be open-ended: "1-3,5,7-" gives pages 1-3, page 5, and 7 to the end. The input is never modified. Free tier: files up to 30 pages.

Input parameters:

- `out_path_pattern` (string, required): Name pattern for the parts: {n} is the part number (1, 2, 3...), {range} is the range itself (e.g. 1-3), {name} is the input name. Example: {name}-{range}.pdf. Each part comes back as a download link…
- `overwrite` (boolean): Replace existing outputs. Default false: nothing is overwritten and nothing is written at all if any target exists
- `path` (string, required): Name of the uploaded PDF to split
- `ranges` (string, required): Comma-separated 1-based page ranges, e.g. "1-3,5,7-". An open-ended range runs to the last page

### `pdf_pages` (~161 tokens)

Extract pages into a new PDF

Call this tool to pull selected pages into one new PDF, in the order written: "2,4-6" gives four pages. Asking for a page twice copies it twice. The input is never modified. Free tier: files up to 30 pages.

Input parameters:

- `out_path` (string, required): Name for the extracted PDF; it comes back as a download link valid for one hour
- `overwrite` (boolean): Replace out_path if it exists. Default false
- `pages` (string, required): 1-based pages and ranges to keep, in output order, e.g. "2,4-6" or "5,1,1"
- `path` (string, required): Name of an uploaded PDF (pdf_upload), or one this server wrote earlier

### `pdf_rotate` (~180 tokens)

Rotate pages

Call this tool to turn pages by a multiple of 90 degrees, clockwise for positive. Rotation is added to whatever the page already had, for a sideways scan. Writes a new file. Free tier: files up to 30 pages.

Input parameters:

- `degrees` (integer, required): 90, 180, 270 or -90. Positive turns clockwise. Added to the page's existing rotation
- `out_path` (string, required): Name for the rotated PDF; it comes back as a download link valid for one hour
- `overwrite` (boolean): Replace out_path if it exists. Default false
- `pages` (string): Which pages to turn, e.g. "1" or "2,4-6". Omit for every page
- `path` (string, required): Name of an uploaded PDF (pdf_upload), or one this server wrote earlier

### `pdf_stamp` (~296 tokens)

Stamp text on a PDF

Call this tool to draw a word such as PAID or DRAFT across the pages, in a colour and position you choose. Writes a new file; input untouched. Free tier: the PAID and DRAFT presets in their preset colours.

Input parameters:

- `color` (string): Hex code such as #1b7f3b, or a name: red, green, blue, black, gray, orange, purple. Pro
- `font_size` (number): Point size. By default the stamp is sized to fit the page width
- `opacity` (number): 0 to 1. Default 0.35 in the centre, 0.85 in a corner
- `out_path` (string, required): Name for the stamped PDF; it comes back as a download link valid for one hour
- `overwrite` (boolean): Replace out_path if it exists. Default false
- `pages` (string): Which pages to stamp, e.g. "1" or "2,4-6". Omit for every page
- `path` (string, required): Name of an uploaded PDF (pdf_upload), or one this server wrote earlier
- `position` (string): Where on the page. Default center, which is drawn on the 45-degree diagonal like a real stamp
- `text` (string, required): What to stamp. PAID and DRAFT are presets with their own colour; any other text is Pro

### `pdf_watermark_business` (~138 tokens)

Stamp your business details in the footer

Call this tool to put your business name and VAT id in the footer of every page, from the shared profile mcp-invoice and mcp-docx write. Use it before sending a document out. Pro.

Input parameters:

- `out_path` (string, required): Name for the footed PDF; it comes back as a download link valid for one hour
- `overwrite` (boolean): Replace out_path if it exists. Default false
- `pages` (string): Which pages, e.g. "1". Omit for every page
- `path` (string, required): Name of an uploaded PDF (pdf_upload), or one this server wrote earlier

### `pdf_reorder` (~152 tokens)

Reorder the pages of a PDF

Call this tool to write a new PDF with pages in the order you give. The order must name every page exactly once, so nothing drops by accident; use pdf_pages for a subset. Pro.

Input parameters:

- `order` (array, required): The 1-based page numbers in their new order, e.g. [3,1,2] for a three-page file. Every page must appear exactly once
- `out_path` (string, required): Name for the reordered PDF; it comes back as a download link valid for one hour
- `overwrite` (boolean): Replace out_path if it exists. Default false
- `path` (string, required): Name of an uploaded PDF (pdf_upload), or one this server wrote earlier

### `pdf_text` (~97 tokens)

Read the text of a PDF

Call this tool for best-effort text extraction from standard-font PDFs. Returns nothing for a scan (no OCR), or glyph indices for a custom-encoded font, and says which case applies. Read-only. Free tier: unlimited.

Input parameters:

- `pages` (string): Which pages, e.g. "1" or "2,4-6". Omit for every page
- `path` (string, required): Name of the PDF to read

### `license_status` (~55 tokens)

License status

Report this endpoint's licence state for your token as JSON: the product, the tier free or pro, why it is not Pro, and the checkout URL. Call it to explain a free-tier refusal. No arguments, nothing changes.

### `license_activate` (~76 tokens)

Activate license

Turn Pro on for this connection with key, an MCPL1.<payload>.<signature> issued at checkout for this server or the bundle. Data under your token stays; a wrong or expired key changes nothing. license_status confirms it.

Input parameters:

- `key` (string, required): License key from checkout, MCPL1.<payload>.<signature>

### `pdf_upload` (~339 tokens)

Upload a PDF to work on

Send a PDF to this hosted endpoint. There is no filesystem here, so instead of a path you upload the file once with pdf_upload and then pass its name as `path` (or inside `paths`) to pdf_info, pdf_count, pdf_merge, pdf_split, pdf_pages, pdf_rotate, pdf_stamp, pdf_reorder and pdf_text. Give exactly one of pdf_base64 or url. url: fetch a public file instead of pasting base64 (recommended above about 10 KB): pasting a large base64 payload is slow to write out and can stall the turn before the call is ever sent, while a url costs one line and the fetch happens here. Uploads are kept for your token between calls; pdf_files lists them and pdf_delete_upload removes one. A file this server writes is named the same way and comes back as a download link valid for one hour. The request body cap is 256 KB, which is about 190 KB of PDF once base64-encoded; a url is fetched with a 10 second timeout, at most 3 redirects, public http(s) hosts only, and is capped at 2 MB.

Input parameters:

- `name` (string, required): Name to refer to this PDF by: 1-64 characters of letters, digits, underscore or dash, e.g. "invoice"
- `pdf_base64` (string): The PDF file, base64-encoded
- `url` (string): url: fetch a public file instead of pasting base64 (recommended above about 10 KB). Public http(s) only; private, link-local and this endpoint's own zone are refused

### `pdf_files` (~31 tokens)

List uploaded and generated PDFs

List the PDFs stored for your token: what you uploaded, and what this server has written, with their sizes.

### `pdf_delete_upload` (~28 tokens)

Delete a stored PDF

Delete one PDF stored for your token, uploaded or generated.

Input parameters:

- `name` (string, required)

## Diagnostics

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

## Score history

- 2026-09-20: 83
- 2026-09-19: 82
- 2026-09-18: 82
- 2026-09-17: 25
- 2026-09-16: 81
- 2026-09-15: 80
- 2026-09-14: 80
- 2026-09-13: 80
- 2026-09-12: 79
- 2026-09-11: 79
- 2026-09-10: 78
- 2026-09-09: 77
- 2026-09-08: 77
- 2026-09-07: 36
- 2026-09-06: 36
- 2026-09-05: 36
- 2026-09-04: 36
- 2026-09-03: 36

## Common questions

### What is the io.github.theluckystrike/pdf-merge-split-stamp-extract-pages MCP server?

io.github.theluckystrike/pdf-merge-split-stamp-extract-pages is an MCP server listed in the public MCP registry as io.github.theluckystrike/pdf-merge-split-stamp-extract-pages. Merge, split, extract, rotate, reorder and stamp PDF pages from your AI chat, all offline. This page covers its hosted endpoint (https://mcp.zovo.one/mcp/pdf).

### Is the io.github.theluckystrike/pdf-merge-split-stamp-extract-pages MCP server safe to use?

io.github.theluckystrike/pdf-merge-split-stamp-extract-pages scores 83 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the io.github.theluckystrike/pdf-merge-split-stamp-extract-pages MCP server expose?

io.github.theluckystrike/pdf-merge-split-stamp-extract-pages exposes 15 tools: pdf_info, pdf_count, pdf_merge, pdf_split, pdf_pages, and 10 more. Their descriptions and schemas cost roughly 2,061 tokens of context every time the server is loaded.

### Does the io.github.theluckystrike/pdf-merge-split-stamp-extract-pages MCP server require authentication?

Yes. io.github.theluckystrike/pdf-merge-split-stamp-extract-pages asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

### Is the io.github.theluckystrike/pdf-merge-split-stamp-extract-pages MCP server still maintained?

io.github.theluckystrike/pdf-merge-split-stamp-extract-pages is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://mcp.zovo.one/mcp/pdf
- Authorisation metadata: https://mcp.zovo.one/.well-known/oauth-protected-resource/mcp/pdf
- Repository: https://github.com/theluckystrike/mcp-servers
- Website: https://mcp.zovo.one/s/pdf
- Changelog RSS feed: https://verifymcp.io/servers/theluckystrike-pdf-merge-split-stamp-extract-pages/mcp-pdf.xml
- Changelog JSON feed: https://verifymcp.io/servers/theluckystrike-pdf-merge-split-stamp-extract-pages/mcp-pdf.json
- HTML version of this page: https://verifymcp.io/servers/theluckystrike-pdf-merge-split-stamp-extract-pages/mcp-pdf
