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

io.github.EigenCharlie/pdf-toolkit-mcp

NPM · PDF-TOOLKIT-MCP · SCANNED SEP 21

Unofficial PDF toolkit (merge/split/compress/OCR/convert/watermark/protect/...) via iLoveAPI.

Available components

0 this week 92 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 44 of 126 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to EigenCharlie/pdf-toolkit-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 153 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability75
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2543 tokens (~141/item across 18 items; 18 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 Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 97% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "merge_pdf" implies "merge" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 18 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.EigenCharlie/pdf-toolkit-mcp server?

io.github.EigenCharlie/pdf-toolkit-mcp runs locally as an npm package, launched with npx -y pdf-toolkit-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · pdf-toolkit-mcp

# add to Claude Code
claude mcp add eigencharlie-pdf-toolkit-mcp -- npx -y pdf-toolkit-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "eigencharlie-pdf-toolkit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pdf-toolkit-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "eigencharlie-pdf-toolkit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pdf-toolkit-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add eigencharlie-pdf-toolkit-mcp -- npx -y pdf-toolkit-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "eigencharlie-pdf-toolkit-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "pdf-toolkit-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add eigencharlie-pdf-toolkit-mcp --command npx --arg -y --arg pdf-toolkit-mcp
# ~/.hermes/config.yaml
mcp_servers:
  eigencharlie-pdf-toolkit-mcp:
    command: "npx"
    args: ["-y", "pdf-toolkit-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "eigencharlie-pdf-toolkit-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "pdf-toolkit-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add eigencharlie-pdf-toolkit-mcp -t stdio -c npx -a -y pdf-toolkit-mcp
// mcp.json
{
  "mcpServers": {
    "eigencharlie-pdf-toolkit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pdf-toolkit-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.

  • 21 Sept 26 +1

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

  • 19 Sept 26 +1

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

  • 17 Sept 26 −3
    • Security disclosure: unverified → fail functional
    • Stability: pass → 0.80 functional
  • 16 Sept 26 +1
    • Stability: 0.97 → pass security
    • Security disclosure: fail → unverified functional
  • 14 Sept 26 +1

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

  • 12 Sept 26 +1

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

  • 10 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 9 Sept 26 +1
    • Stability: 0.97 → pass security
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 21 Sept 2026 · Analysed npm/pdf-toolkit-mcp@0.1.2

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo EigenCharlie/pdf-toolkit-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/EigenCharlie/pdf-toolkit-mcp/.github/workflows/publish.yml@refs/tags/v0.1.2
Rekor log index 1341683168
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:8e1f39d8019fed2ba5f999de8faa153f3d07150aea938d7fad5909fc6e153d2fc87e05cf8f5e4da26b704f8a5da8c8db9d7f54c2fbd71ca255cbdab7a

Background: How many MCP packages publish verified provenance →

Dependencies 126 packages
Packages resolved 126
Stale 44
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 18 exposed · ~2,543 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
add_page_numbers ~201

Stamp page numbers onto a PDF. Configure starting number, which pages to number, and placement (top/bottom + left/center/right).

NameTypeReqDescription
horizontal_positionstringHorizontal placement of the page number. Default: "center".
input_filestringyesPath to the PDF file to stamp with page numbers.
output_pathstringOptional output path. If it ends with the expected extension, the file is written there. If it is a directory, the file is placed inside with a timestamped name. Defaults to the same directory as the…
pagesstringWhich pages to number: "all" (default) or a range like "1-5" or list "1,3,5".
starting_numberintegerNumber to use for the first stamped page. Default: 1.
vertical_positionstringVertical placement of the page number. Default: "bottom".

No output schema declared.

No examples provided.

add_watermark ~264

Stamp a text or image watermark onto every page of a PDF. For mode="text", provide `text`. For mode="image", provide `image_file` (.jpg/.jpeg/.png). Tune placement, rotation, and opacity as needed.

NameTypeReqDescription
horizontal_positionstring
image_filestringPath to a .jpg/.jpeg/.png image to stamp. Required when mode="image".
input_filestringyesPath to the PDF file to watermark.
layerstringWhether the watermark sits above the page content or behind it.
modestringyes"text" stamps a text watermark; "image" stamps an image file onto each page.
opacityintegerOpacity percentage (1-100). Default: 100.
output_pathstringOptional output path. If it ends with the expected extension, the file is written there. If it is a directory, the file is placed inside with a timestamped name. Defaults to the same directory as the…
rotationintegerRotation in degrees (0-360). Default: 0.
textstringText to stamp. Required when mode="text".
vertical_positionstring

No output schema declared.

No examples provided.

compress_pdf ~135

Reduce the file size of a PDF. Choose compression_level "low", "recommended" (default), or "extreme". Outputs a .pdf file on disk and returns its path.

NameTypeReqDescription
compression_levelstringCompression strength. "extreme" yields the smallest file but may lose quality.
input_filestringyesPath to the PDF file to compress.
output_pathstringOptional output path. If it ends with the expected extension, the file is written there. If it is a directory, the file is placed inside with a timestamped name. Defaults to the same directory as the…

No output schema declared.

No examples provided.

extract_pdf_pages ~135

Extract a subset of pages from a PDF into a new PDF. Specify pages as a list or range, e.g. "1,3,5-7".

NameTypeReqDescription
input_filestringyesPath to the PDF file to extract pages from.
output_pathstringOptional output path. If it ends with the expected extension, the file is written there. If it is a directory, the file is placed inside with a timestamped name. Defaults to the same directory as the…
pagesstringyesPages to extract, e.g. "1,3,5-7". Required.

No output schema declared.

No examples provided.

html_to_pdf ~115

Convert a local HTML file (.html or .htm) to a PDF. The HTML is rendered server-side; external assets referenced by the file may not be fetched.

NameTypeReqDescription
input_filestringyesPath to an .html or .htm file to convert.
output_pathstringOptional output path. If it ends with the expected extension, the file is written there. If it is a directory, the file is placed inside with a timestamped name. Defaults to the same directory as the…

No output schema declared.

No examples provided.

image_to_pdf ~121

Combine one or more images (.jpg, .jpeg, .png) into a single PDF, one image per page, in the order provided.

NameTypeReqDescription
input_filesarrayyesOne or more image files (.jpg, .jpeg, .png), in the order they should appear in the PDF.
output_pathstringOptional output path. If it ends with the expected extension, the file is written there. If it is a directory, the file is placed inside with a timestamped name. Defaults to the same directory as the…

No output schema declared.

No examples provided.

merge_pdf ~104

Merge two or more PDF files into a single PDF, preserving order. Outputs a .pdf file on disk and returns its path.

NameTypeReqDescription
input_filesarrayyesTwo or more PDF files to merge, in order.
output_pathstringOptional output path. If it ends with the expected extension, the file is written there. If it is a directory, the file is placed inside with a timestamped name. Defaults to the same directory as the…

No output schema declared.

No examples provided.

ocr_pdf ~159

Run OCR on a PDF to make scanned text selectable/searchable. Accepts one or more language codes (e.g. "eng", "spa"). Large or image-heavy PDFs can take more than 60 seconds.

NameTypeReqDescription
input_filestringyesPath to the PDF file to OCR.
languagesarrayISO 639-2/T 3-letter language codes to detect (e.g. ["eng"], ["spa"], ["eng","spa"]). Default: ["eng"].
output_pathstringOptional output path. If it ends with the expected extension, the file is written there. If it is a directory, the file is placed inside with a timestamped name. Defaults to the same directory as the…

No output schema declared.

No examples provided.

office_to_pdf ~136

Convert a Microsoft Office document (Word, Excel, or PowerPoint) to a PDF. Accepts .doc, .docx, .xls, .xlsx, .ppt, and .pptx files.

NameTypeReqDescription
input_filestringyesPath to a Microsoft Office file (.doc, .docx, .xls, .xlsx, .ppt, .pptx).
output_pathstringOptional output path. If it ends with the expected extension, the file is written there. If it is a directory, the file is placed inside with a timestamped name. Defaults to the same directory as the…

No output schema declared.

No examples provided.

pdf_to_excel ~108

Convert a PDF to a Microsoft Excel .xlsx spreadsheet. Works best when the source PDF contains clear tabular data; non-tabular PDFs may produce messy results.

NameTypeReqDescription
input_filestringyesPath to the PDF file to convert.
output_pathstringOptional output path. If it ends with the expected extension, the file is written there. If it is a directory, the file is placed inside with a timestamped name. Defaults to the same directory as the…

No output schema declared.

No examples provided.

pdf_to_jpg ~144

Convert a PDF to JPG images. In "pages" mode (default) each page becomes a JPG; in "extract" mode only embedded images are pulled out. Returns a .zip archive of the images.

NameTypeReqDescription
input_filestringyesPath to the PDF file to convert.
modestring"pages" renders each PDF page as an image; "extract" extracts embedded images only.
output_pathstringOptional output path. If it ends with the expected extension, the file is written there. If it is a directory, the file is placed inside with a timestamped name. Defaults to the same directory as the…

No output schema declared.

No examples provided.

pdf_to_powerpoint ~105

Convert a PDF to a Microsoft PowerPoint .pptx presentation. Each PDF page becomes an editable slide; conversion quality depends on the source.

NameTypeReqDescription
input_filestringyesPath to the PDF file to convert.
output_pathstringOptional output path. If it ends with the expected extension, the file is written there. If it is a directory, the file is placed inside with a timestamped name. Defaults to the same directory as the…

No output schema declared.

No examples provided.

pdf_to_word ~111

Convert a PDF to an editable Microsoft Word .docx document. Conversion quality depends on the source (scanned PDFs produce poor results; use ocr_pdf first if needed).

NameTypeReqDescription
input_filestringyesPath to the PDF file to convert.
output_pathstringOptional output path. If it ends with the expected extension, the file is written there. If it is a directory, the file is placed inside with a timestamped name. Defaults to the same directory as the…

No output schema declared.

No examples provided.

protect_pdf ~118

Add password protection to a PDF. Anyone opening the output will need the supplied password.

NameTypeReqDescription
input_filestringyesPath to the PDF file to protect.
output_pathstringOptional output path. If it ends with the expected extension, the file is written there. If it is a directory, the file is placed inside with a timestamped name. Defaults to the same directory as the…
passwordstringyesPassword to set on the PDF. Handled as a secret and sent only to iLoveAPI.

No output schema declared.

No examples provided.

repair_pdf ~109

Attempt to repair a damaged or malformed PDF. Useful for scanned PDFs that fail to open or render correctly in some readers. Produces a .pdf file on disk.

NameTypeReqDescription
input_filestringyesPath to the damaged PDF file to repair.
output_pathstringOptional output path. If it ends with the expected extension, the file is written there. If it is a directory, the file is placed inside with a timestamped name. Defaults to the same directory as the…

No output schema declared.

No examples provided.

rotate_pdf ~182

Rotate pages in a PDF by 90, 180, or 270 degrees clockwise. Target specific pages with "pages" (e.g. "1,3,5" or "1-5"), or rotate all pages by default.

NameTypeReqDescription
input_filestringyesPath to the PDF file to rotate.
output_pathstringOptional output path. If it ends with the expected extension, the file is written there. If it is a directory, the file is placed inside with a timestamped name. Defaults to the same directory as the…
pagesstringWhich pages to rotate: "all" (default), or a list like "1,3,5" or "1-5".
rotationnumberyesClockwise rotation in degrees. Must be 90, 180, or 270.

No output schema declared.

No examples provided.

split_pdf ~171

Split a PDF into multiple PDFs by page ranges (e.g. "1-3,5-7") or into fixed-size chunks. Returns a .zip archive containing the resulting PDFs.

NameTypeReqDescription
fixed_rangeintegerIf set, splits the PDF into chunks of this many pages each.
input_filestringyesPath to the PDF file to split.
output_pathstringOptional output path. If it ends with the expected extension, the file is written there. If it is a directory, the file is placed inside with a timestamped name. Defaults to the same directory as the…
rangesstringPage ranges to extract, e.g. "1-3,5-7". If omitted and fixed_range is set, splits into fixed-size chunks.

No output schema declared.

No examples provided.

unlock_pdf ~125

Remove password protection from a PDF. Requires the correct password. Produces an unprotected .pdf file on disk.

NameTypeReqDescription
input_filestringyesPath to the password-protected PDF file.
output_pathstringOptional output path. If it ends with the expected extension, the file is written there. If it is a directory, the file is placed inside with a timestamped name. Defaults to the same directory as the…
passwordstringyesThe password to unlock the PDF. Handled as a secret and sent only to iLoveAPI.

No output schema declared.

No examples provided.

Common questions

What is the io.github.EigenCharlie/pdf-toolkit-mcp server?

io.github.EigenCharlie/pdf-toolkit-mcp is listed in the public MCP registry as io.github.EigenCharlie/pdf-toolkit-mcp. Unofficial PDF toolkit (merge/split/compress/OCR/convert/watermark/protect/...) via iLoveAPI. This page covers its npm package (pdf-toolkit-mcp).

Is the io.github.EigenCharlie/pdf-toolkit-mcp server safe to use?

io.github.EigenCharlie/pdf-toolkit-mcp scores 92 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. 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.EigenCharlie/pdf-toolkit-mcp server expose?

io.github.EigenCharlie/pdf-toolkit-mcp exposes 18 tools: merge_pdf, split_pdf, compress_pdf, pdf_to_word, pdf_to_excel, and 13 more. Their descriptions and schemas cost roughly 2,543 tokens of context every time the server is loaded.

Is the io.github.EigenCharlie/pdf-toolkit-mcp server still maintained?

io.github.EigenCharlie/pdf-toolkit-mcp is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.EigenCharlie/pdf-toolkit-mcp server under?

io.github.EigenCharlie/pdf-toolkit-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.