io.github.PurpleDirective/quillpdf-mcp
NPM · QUILLPDF-MCP · SCANNED AUG 3
Local-first PDF tools (merge, split, rotate, watermark, Bates, metadata) as MCP server + CLI.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (100 of 104), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (100 of 104), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 19 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability80
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 836 tokens (~119/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
- Structured output schemas are declared (14% of tools); any adoption earns full credit.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · quillpdf-mcp
claude mcp add purpledirective-quillpdf-mcp -- npx -y quillpdf-mcp
codex mcp add purpledirective-quillpdf-mcp -- npx -y quillpdf-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"purpledirective-quillpdf-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"quillpdf-mcp"
],
"enabled": true
}
}
} openclaw mcp add purpledirective-quillpdf-mcp --command npx --arg -y --arg quillpdf-mcp
mcp_servers:
purpledirective-quillpdf-mcp:
command: "npx"
args: ["-y", "quillpdf-mcp"] {
"mcpServers": {
"purpledirective-quillpdf-mcp": {
"command": "npx",
"args": [
"-y",
"quillpdf-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +49
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Stability: unverified → 0.23 ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Schema quality: unverified → excellent ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Licence: MIT functional
- 31 Jul 26 −7
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 +4
- Malware scan: pass → unverified ▼ security
- Tool coverage: unverified → 100 ▲ functional
- First check of Tool coverage: 100 functional
- First check of Schema quality: unverified functional
- First check of Tool coverage: 14 functional
- First check of Schema quality: fail functional
- First check of Schema quality: fail functional
- 27 Jul 26 24
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 100 packages
100 packages in the resolved dependency tree · 100 deprecated · 32 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
pdf_bates Bates-number a PDF ~158
Stamp sequential Bates numbers ({prefix}{zero-padded n}) on every page. Runs entirely on this machine — the file is read and written locally and never sent anywhere.
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | — | Color as #RRGGBB (default #000000) |
| fontSize | number | — | Font size in points (default 10) |
| input | string | yes | Path to the input PDF |
| output | string | yes | Path to write the numbered PDF |
| padWidth | integer | — | Zero-pad width (default 6) |
| position | string | — | Corner (default bottom-right) |
| prefix | string | — | Text before the number (default none) |
| startNumber | integer | — | First number (default 1) |
No output schema declared.
No examples provided.
pdf_clean_metadata Clean PDF metadata ~122
Strip document metadata: clears title, author, subject, keywords, creator and the CreationDate/ModDate in the info dictionary, AND deletes the document-level XMP metadata stream (the copy Acrobat/Word/InDesign write). Note: pdf-lib rewrites /Producer with its own signature on save, so that one field is replaced rather than emptied. Runs entirely on this machine — the file is read and written locally and never sent anywhere.
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | Path to the input PDF |
| output | string | yes | Path to write the cleaned PDF |
No output schema declared.
No examples provided.
pdf_merge Merge PDFs ~73
Merge two or more PDF files into one, in the order given. Runs entirely on this machine — the file is read and written locally and never sent anywhere.
| Name | Type | Req | Description |
|---|---|---|---|
| inputs | array | yes | Paths to the input PDFs, in merge order (2 or more) |
| output | string | yes | Path to write the merged PDF |
No output schema declared.
No examples provided.
pdf_page_count Count PDF pages ~48
Return the number of pages in a PDF. Runs entirely on this machine — the file is read and written locally and never sent anywhere.
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | Path to the input PDF |
| Name | Type | Req | Description |
|---|---|---|---|
| pages | integer | yes | — |
No examples provided.
pdf_rotate Rotate PDF pages ~118
Rotate pages by a multiple of 90 degrees. Omit `pages` to rotate every page. Runs entirely on this machine — the file is read and written locally and never sent anywhere.
| Name | Type | Req | Description |
|---|---|---|---|
| angle | integer | yes | Rotation in degrees; must be a multiple of 90 (e.g. 90, 180, -90) |
| input | string | yes | Path to the input PDF |
| output | string | yes | Path to write the rotated PDF |
| pages | array | — | 1-based pages to rotate (default: all) |
No output schema declared.
No examples provided.
pdf_split Split / extract PDF pages ~181
Split a PDF by 1-based page ranges (one output file per comma group, e.g. "1-3,5"), or extract specific pages into a single PDF (e.g. "1,3,5"). Provide exactly one of `ranges` or `pages`. Runs entirely on this machine — the file is read and written locally and never sent anywhere.
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | yes | Path to the input PDF |
| output | string | yes | Output path. In range mode with >1 group, files get -1, -2, … suffixes. |
| pages | string | — | 1-based pages for a single combined output, e.g. "1,3,5" |
| ranges | string | — | 1-based ranges, one output per comma group, e.g. "1-3,5,7-9" |
No output schema declared.
No examples provided.
pdf_watermark Watermark a PDF ~136
Stamp a text watermark on every page. Runs entirely on this machine — the file is read and written locally and never sent anywhere.
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | — | Color as #RRGGBB (default #808080) |
| fontSize | number | — | Font size in points (default 48) |
| input | string | yes | Path to the input PDF |
| opacity | number | — | Opacity 0-1 (default 0.15) |
| output | string | yes | Path to write the watermarked PDF |
| position | string | — | Placement (default center) |
| text | string | yes | Watermark text |
No output schema declared.
No examples provided.