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.EigenCharlie/pdf-toolkit-mcp

NPM · PDF-TOOLKIT-MCP · SCANNED AUG 3

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

Available components

+30 this week 74 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 Security88
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (125 of 126), 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 (125 of 126), so this covers what we could see, not the whole tree. 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 104 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability68
  • AI-judged instruction clarity (good).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 Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

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 · pdf-toolkit-mcp

# add to Claude Code
claude mcp add eigencharlie-pdf-toolkit-mcp -- npx -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"]
// 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.

  • 2 Aug 26 +22
    • Install scripts: pass → unverified security
    • Provenance: pass → unverified security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • The attested source repository moved: EigenCharlie/pdf-toolkit-mcp security
    • Maintenance: pass → unverified functional
    • License: pass → unverified functional
    • Dependency health: unverified → partial functional
    • Licence: MIT functional
  • 1 Aug 26 −8
    • 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 −30
    • Known CVEs: partial → unverified security
    • Malware scan: pass → unverified security
    • Dependency health: partial → unverified functional
  • 29 Jul 26 +46
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Provenance: unverified → pass security
    • The attested source repository moved: EigenCharlie/pdf-toolkit-mcp security
    • Schema quality: unverified → good functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 27 Jul 26 44

    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 verified

Ecosystem: npm · Outcome: verified

Reason: verified

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
Discovery method:
attestation_endpoint
Dependencies 125 packages

125 packages in the resolved dependency tree · 123 deprecated · 42 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

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.

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.