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.

TruePath PDF

NPM · @TRUEPATHPDF/MCP-SERVER · SCANNED AUG 3

Local-only PDF tools for AI — extract text, search, split/merge, render pages. Files never leave.

+24 this week 69 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 (112 of 116), 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 (112 of 116), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability75
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1218 tokens (~135/item across 9 items; 9 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
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 · @truepathpdf/mcp-server

# add to Claude Code
claude mcp add joytruepath-truepath-pdf-mcp -- npx -y @truepathpdf/mcp-server
# add to Codex CLI
codex mcp add joytruepath-truepath-pdf-mcp -- npx -y @truepathpdf/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "joytruepath-truepath-pdf-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@truepathpdf/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add joytruepath-truepath-pdf-mcp --command npx --arg -y --arg @truepathpdf/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  joytruepath-truepath-pdf-mcp:
    command: "npx"
    args: ["-y", "@truepathpdf/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "joytruepath-truepath-pdf-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@truepathpdf/mcp-server"
      ]
    }
  }
}
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.

  • 3 Aug 26 +49
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Schema quality: unverified → excellent functional
    • Tool coverage: unverified → 100 functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Stability: unverified → 0.27 functional
    • MCP protocol: unverified → pass functional
    • Licence: MIT functional
  • 2 Aug 26 0
    • Malware scan: unverified → pass security
    • Tool coverage: 100 → unverified 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 +1
    • Malware scan: pass → unverified security
    • Dependency health: partial → unverified functional
    • Tool coverage: unverified → 100 functional
  • 28 Jul 26 −19
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → partial functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 45

    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/@truepathpdf/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 112 packages

112 packages in the resolved dependency tree · 111 deprecated · 32 stale.

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

MCP tools — 9 exposed · ~1,218 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
extract_images ~131

Pull embedded images out of a PDF and write each as a PNG. Unsupported pixel layouts (e.g. CMYK, palettized) are skipped and reported.

NameTypeReqDescription
basenamestringStem for output filenames. Default = source name. Final form: '<stem>-p001-img01.png'.
outputDirstringyesDirectory to write extracted images into.
pagesstring1-based page range. Omit for all pages. Format: "1-5" or "1,3,5-7".
pathstringyesAbsolute path to the source PDF.

No output schema declared.

No examples provided.

extract_text ~104

Extract plain text from a local PDF. Optionally restrict to a page range like "1-5" or "1,3,5-7". Output is split by page with === Page N === markers.

NameTypeReqDescription
pagesstringPage range (1-based). Examples: "3", "1-5", "1,3,5-7". Omit for all pages.
pathstringyesAbsolute path to a PDF on the local filesystem.

No output schema declared.

No examples provided.

get_info ~54

Return page count, first-page size, encryption status, and embedded metadata (title, author, dates, producer, etc.) for a local PDF.

NameTypeReqDescription
pathstringyesAbsolute path to a PDF on the local filesystem.

No output schema declared.

No examples provided.

merge ~78

Combine two or more PDFs into one, preserving page order. Outputs to a caller-specified path.

NameTypeReqDescription
outputPathstringyesAbsolute path for the combined output PDF. Its parent directory will be created if missing.
pathsarrayyesTwo or more absolute PDF paths to combine, in order. The result preserves pages in the order given.

No output schema declared.

No examples provided.

open_in_truepath ~162

Hand a local PDF to the TruePath PDF Mac app via its truepath:// URL scheme so the user can finish work in a GUI (annotate, sign, fill forms, redact). The bridge is fire-and-forget — the app handles opening from there. Requires the app installed (https://joytruepath.com/truepath-pdf).

NameTypeReqDescription
pathstringyesAbsolute path to the PDF to open in the TruePath PDF Mac app.
schemestringURL scheme of the receiving app. Default "truepath". Set this if you're handing off to a re-branded build of the engine — e.g. "yochenpdf" for the Yochen core build, or whatever urlScheme the destina…

No output schema declared.

No examples provided.

pages ~207

One-pass page editor. Delete pages, rotate specific pages by 90°/180°/270°, and reorder the result — in any combination. Page numbers in `rotate` refer to the SOURCE PDF; `reorder` refers to post-delete positions.

NameTypeReqDescription
deletestringPages to delete, 1-based, comma/range form. Example: "1,3,5-7". Applied BEFORE rotate and reorder.
outputPathstringyesAbsolute path to write the result to.
pathstringyesAbsolute path to the source PDF.
reorderarrayNew page order, expressed as 1-based positions in the post-delete output. Example: [3,1,2] puts page 3 first. Must be a permutation of all surviving pages.
rotatearrayPer-page absolute rotations applied to pages that survive the delete step. Page numbers refer to the SOURCE PDF, not the post-delete one — easier to reason about.

No output schema declared.

No examples provided.

search ~124

Find a substring across the whole PDF. Returns each hit's page, offset within the page, and a snippet of surrounding text. Use for grep-style discovery before extracting full text.

NameTypeReqDescription
caseSensitivebooleanCase-sensitive match. Default false.
contextCharsintegerHow many characters of surrounding text to include per hit (default 60).
maxHitsintegerCap the number of hits returned (default 200).
pathstringyesAbsolute path to a PDF on the local filesystem.
querystringyesText to search for.

No output schema declared.

No examples provided.

split ~138

Split a PDF into multiple PDFs by page ranges. Each range becomes one output file written into outputDir.

NameTypeReqDescription
basenamestringStem for output filenames. Default = source filename without .pdf. Final names look like '<basename>-1-3.pdf'.
outputDirstringDirectory to write outputs into. Defaults to the source PDF's directory.
pathstringyesAbsolute path to the source PDF.
rangesarrayyesPage ranges to split into separate output PDFs, 1-based. Examples: ["1-3", "4-7", "8"] produces three files. Each range becomes one output PDF.

No output schema declared.

No examples provided.

to_images ~220

Rasterize PDF pages as PNG or JPG at a chosen DPI. Useful for previews, OCR pipelines, or feeding pages back to a vision model.

NameTypeReqDescription
basenamestringStem for output filenames. Default = source filename without .pdf. Final names: '<basename>-001.png' (page number padded to 3 digits).
dpiintegerRender resolution. Default 150. PDF native is 72; common values: 96 screen, 150 print preview, 300 print.
formatstringOutput format. Default "png". "jpg" is smaller but lossy.
jpgQualityintegerJPEG quality 40-100. Default 85. Ignored for PNG.
outputDirstringyesDirectory to write the rendered images into.
pagesstring1-based page range, e.g. "3", "1-5", "1,3,5-7". Omit for all pages.
pathstringyesAbsolute path to the source PDF.

No output schema declared.

No examples provided.