# stagenth · PDF 工具箱 (remote · stagenth.com)

14 PDF tools: merge, split, compress, watermark, encrypt, organize, metadata, page extraction.

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

## Components

- remote · `stagenth.com`: 68/100 (this document), [markdown](https://verifymcp.io/servers/com-stagenth-pdf-kit/mcp-pdf-kit.md), [page](https://verifymcp.io/servers/com-stagenth-pdf-kit/mcp-pdf-kit)

## Channel facts

- Endpoint: `https://stagenth.com/mcp/pdf-kit/`
- Transports: `streamable-http`
- Auth: `required`
- 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**: 63/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 14 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.
  - 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**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1491 tokens (~106/item across 14 items; 14 tools + 0 resources), lean.
  - 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**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-stagenth-pdf-kit https://stagenth.com/mcp/pdf-kit/
```

### Codex

```toml
[mcp_servers.com-stagenth-pdf-kit]
url = "https://stagenth.com/mcp/pdf-kit/"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-stagenth-pdf-kit": {
      "type": "remote",
      "url": "https://stagenth.com/mcp/pdf-kit/",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-stagenth-pdf-kit --url https://stagenth.com/mcp/pdf-kit/ --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-stagenth-pdf-kit:
    url: "https://stagenth.com/mcp/pdf-kit/"
```

### Other

```json
{
  "mcpServers": {
    "com-stagenth-pdf-kit": {
      "type": "http",
      "url": "https://stagenth.com/mcp/pdf-kit/"
    }
  }
}
```

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-02 (score 68, +1)

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

### 2026-07-31 (score 67, +1)

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

### 2026-07-30 (score 66, 0)

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

### 2026-07-29 (score 66, +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 65, +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 64, 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 64)

First indexed and scored.

## MCP tools (14)

### `pdf_merge` (~84 tokens)

把多个 PDF 按顺序合并成一个文件（1 credit/次）。纯本地操作，失败自动退款。

Input parameters:

- `file_ids` (array, required): 要合并的 PDF 文件 ID 列表（已上传文件中转站，按顺序合并，至少 2 个）
- `filename` (string): 可选输出文件名

### `pdf_split` (~87 tokens)

抽取指定页另存为新 PDF（1 credit/次）。失败自动退款。

Input parameters:

- `file_id` (integer, required): 要拆分的 PDF 文件 ID
- `filename` (string): 可选输出文件名
- `pages` (string, required): 要抽取的页码，形如 '1-3,5,8'（页码从 1 起）

### `pdf_compress` (~68 tokens)

压缩 PDF 体积（清理冗余 + 重压缩流/图片/字体，1 credit/次）。失败自动退款。

Input parameters:

- `file_id` (integer, required): 要压缩的 PDF 文件 ID
- `filename` (string): 可选输出文件名

### `pdf_watermark` (~73 tokens)

给每页加居中、45° 半透明文字水印（1 credit/次）。失败自动退款。

Input parameters:

- `file_id` (integer, required): 目标 PDF 文件 ID
- `filename` (string): 可选输出文件名
- `text` (string, required): 水印文字（中英皆可）

### `pdf_encrypt` (~63 tokens)

给 PDF 设打开密码（AES-256，1 credit/次）。失败自动退款。

Input parameters:

- `file_id` (integer, required): 目标 PDF 文件 ID
- `filename` (string): 可选输出文件名
- `password` (string, required): 打开密码

### `img_convert` (~91 tokens)

图片格式转换 / 压缩（1 credit/次）。失败自动退款。

Input parameters:

- `file_id` (integer, required): 目标图片文件 ID
- `filename` (string): 可选输出文件名
- `quality` (integer): jpg/webp 质量(1-100)
- `to_format` (string, required): 目标格式：png / jpg / webp / bmp / gif / tiff

### `pdf_decrypt` (~75 tokens)

用已知密码解密 PDF、输出无密码版本（1 credit/次）。密码错误会报错并退款。

Input parameters:

- `file_id` (integer, required): 已加密的 PDF 文件 ID
- `filename` (string): 可选输出文件名
- `password` (string, required): 该 PDF 的打开密码

### `pdf_image_watermark` (~101 tokens)

给每页居中贴一个半透明图片水印（1 credit/次）。失败自动退款。

Input parameters:

- `file_id` (integer, required): 目标 PDF 文件 ID
- `filename` (string): 可选输出文件名
- `image_file_id` (integer, required): 水印图片文件 ID（PNG/JPG，建议带透明背景的 logo）
- `opacity` (number): 水印透明度(0.02-1.0)

### `img_to_pdf` (~75 tokens)

把多张图片按顺序合成一个 PDF（每图一页，1 credit/次）。失败自动退款。

Input parameters:

- `file_ids` (array, required): 要合成 PDF 的图片文件 ID 列表（按顺序，每张一页）
- `filename` (string): 可选输出文件名

### `pdf_to_img` (~97 tokens)

把 PDF 每页渲染成图片、打包成 ZIP（1 credit/次）。失败自动退款。

Input parameters:

- `dpi` (integer): 渲染分辨率 DPI(36-600)
- `file_id` (integer, required): 要转成图片的 PDF 文件 ID
- `filename` (string): 可选输出文件名(.zip)
- `image_format` (string): 输出图片格式：png / jpg

### `pdf_organize` (~156 tokens)

整理 PDF 页面：旋转指定页 / 删除指定页（1 credit/次，至少给一个操作）。失败自动退款。

Input parameters:

- `angle` (integer): 旋转角度：90 / 180 / 270（顺时针）
- `delete` (string): 要删除的页码，形如 '2,4'（按原页码）；留空=不删除
- `file_id` (integer, required): 目标 PDF 文件 ID
- `filename` (string): 可选输出文件名
- `rotate` (string): 要旋转的页码，形如 '1-3,5'（页码从 1 起）；留空=不旋转

### `pdf_number` (~168 tokens)

给 PDF 每页加页码（可选前后缀）+ 可选页眉（1 credit/次，中英皆可）。失败自动退款。

Input parameters:

- `file_id` (integer, required): 目标 PDF 文件 ID
- `filename` (string): 可选输出文件名
- `header` (string): 可选页眉文字（每页顶部居中）；留空=不加
- `position` (string): 页码位置：bottom-center / bottom-left / bottom-right / top-center / top-left / top-right
- `prefix` (string): 页码前缀，如 '第 '
- `start` (integer): 起始页号（默认 1）
- `suffix` (string): 页码后缀，如 ' 页' 或 '/10'

### `pdf_metadata` (~131 tokens)

读取或写入 PDF 元数据：不带写参数=返回标题/作者/页数等；带任一写参数=写入并返新 PDF。

Input parameters:

- `author`: 写入作者；缺省不写
- `data_base64`: PDF 内容 base64（与 file_id 二选一）
- `file_id`: PDF 文件 ID（与 data_base64 二选一）
- `keywords`: 写入关键词；缺省不写
- `subject`: 写入主题；缺省不写
- `title`: 写入标题；缺省不写

### `pdf_extract_pages` (~108 tokens)

按页码范围把 PDF 提取成新文件（如从 300 页报告抽出第 12-18 页），返下载 URL。

Input parameters:

- `data_base64`: PDF 内容 base64（与 file_id 二选一）
- `file_id`: PDF 文件 ID（与 data_base64 二选一）
- `page_range` (string, required): 要提取的页码：如 3-10 / 5 / 1,3,5-7

## Diagnostics

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

## Score history

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

## Links

- Remote endpoint: https://stagenth.com/mcp/pdf-kit/
- Authorisation metadata: https://stagenth.com/.well-known/oauth-protected-resource/mcp/pdf-kit
- Changelog RSS feed: https://verifymcp.io/servers/com-stagenth-pdf-kit/mcp-pdf-kit/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-stagenth-pdf-kit/mcp-pdf-kit/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-stagenth-pdf-kit/mcp-pdf-kit
