Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

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

+46 this week 70 Trust /100
Trust breakdown (6 categories)

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
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
Install

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

# add to Claude Code
claude mcp add purpledirective-quillpdf-mcp -- npx -y quillpdf-mcp
# add to Codex CLI
codex mcp add purpledirective-quillpdf-mcp -- npx -y quillpdf-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "purpledirective-quillpdf-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "quillpdf-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add purpledirective-quillpdf-mcp --command npx --arg -y --arg quillpdf-mcp
# ~/.hermes/config.yaml
mcp_servers:
  purpledirective-quillpdf-mcp:
    command: "npx"
    args: ["-y", "quillpdf-mcp"]
// mcp.json
{
  "mcpServers": {
    "purpledirective-quillpdf-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "quillpdf-mcp"
      ]
    }
  }
}
Changelog

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.

Diagnostics

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.

MCP tools — 7 exposed · ~836 tokens

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.

Tool Tokens
pdf_bates ~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.

NameTypeReqDescription
colorstringColor as #RRGGBB (default #000000)
fontSizenumberFont size in points (default 10)
inputstringyesPath to the input PDF
outputstringyesPath to write the numbered PDF
padWidthintegerZero-pad width (default 6)
positionstringCorner (default bottom-right)
prefixstringText before the number (default none)
startNumberintegerFirst number (default 1)

No output schema declared.

No examples provided.

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

NameTypeReqDescription
inputstringyesPath to the input PDF
outputstringyesPath to write the cleaned PDF

No output schema declared.

No examples provided.

pdf_merge ~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.

NameTypeReqDescription
inputsarrayyesPaths to the input PDFs, in merge order (2 or more)
outputstringyesPath to write the merged PDF

No output schema declared.

No examples provided.

pdf_page_count ~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.

NameTypeReqDescription
inputstringyesPath to the input PDF
NameTypeReqDescription
pagesintegeryes

No examples provided.

pdf_rotate ~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.

NameTypeReqDescription
angleintegeryesRotation in degrees; must be a multiple of 90 (e.g. 90, 180, -90)
inputstringyesPath to the input PDF
outputstringyesPath to write the rotated PDF
pagesarray1-based pages to rotate (default: all)

No output schema declared.

No examples provided.

pdf_split ~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.

NameTypeReqDescription
inputstringyesPath to the input PDF
outputstringyesOutput path. In range mode with >1 group, files get -1, -2, … suffixes.
pagesstring1-based pages for a single combined output, e.g. "1,3,5"
rangesstring1-based ranges, one output per comma group, e.g. "1-3,5,7-9"

No output schema declared.

No examples provided.

pdf_watermark ~136

Stamp a text watermark on every page. Runs entirely on this machine — the file is read and written locally and never sent anywhere.

NameTypeReqDescription
colorstringColor as #RRGGBB (default #808080)
fontSizenumberFont size in points (default 48)
inputstringyesPath to the input PDF
opacitynumberOpacity 0-1 (default 0.15)
outputstringyesPath to write the watermarked PDF
positionstringPlacement (default center)
textstringyesWatermark text

No output schema declared.

No examples provided.