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.

com.bestremotetools/pdf-merge-split-stamp-extract-text

MCPB · PDF.MCPB · SCANNED SEP 21

Merge, split, rotate, stamp and read PDFs from chat. Page ranges and watermarks, all on your machine

Available components

+6 this week 54 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 Security23
  • Malware scan not yet available for this package.Unverified
  • Known CVEs were checked across the 101 of 101 dependencies we could resolve, so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • 34 of 101 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability87
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1479 tokens (~113/item across 13 items; 12 tools + 1 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 Management40
  • Stability observed for 12 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
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "pdf_merge" 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 13 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

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.

mcpb · pdf.mcpb

Download bundle
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 37 to 40. That category is still filling its 30-day observation window: 11 days of observed history at the previous scan, 12 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 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +4
    • Stability: unverified → 0.27 functional
  • 9 Sept 26 48

    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 21 Sept 2026 · Analysed mcpb/https://github.com/theluckystrike/mcp-servers/releases/download/v0.21.0/pdf.mcpb@0.21.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem mcpb

Background: How many MCP packages publish verified provenance →

Dependencies 101 packages
Packages resolved 101
Stale 34
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 12 exposed · ~1,451 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
license_activate ~42

Activate a Pro license key (format MCPL1.xxx.yyy). Verified offline and saved locally.

NameTypeReqDescription
keystringyesLicense key from the checkout confirmation page

No output schema declared.

No examples provided.

license_status ~23

Show whether this server runs in free or Pro mode and where to upgrade.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

pdf_count ~58

Page count per file plus the total, for any number of PDFs. Read-only. A file that cannot be read is reported per file; the others still count. Free tier: unlimited.

NameTypeReqDescription
pathsarrayyesPaths to the PDF files

No output schema declared.

No examples provided.

pdf_info ~83

Call this tool to inspect a PDF: page count, page sizes in points/mm, paper name, metadata (title, author, producer, dates) and whether it is encrypted. Read-only, never modifies the file. Free tier: unlimited.

NameTypeReqDescription
pathstringyesPath to the PDF file. ~ is expanded; a relative path is resolved against the working directory

No output schema declared.

No examples provided.

pdf_merge ~119

Call this tool to join several PDFs into one, in the order given. Page sizes are kept as-is, so a merged file may have mixed sizes, and the answer says so. Inputs are never modified. Free tier: up to 5 files per merge.

NameTypeReqDescription
out_pathstringyesWhere to write the merged PDF
overwritebooleanReplace out_path if a file is already there. Default false: an existing file is never overwritten
pathsarrayyesThe PDFs to join, in the order they should appear

No output schema declared.

No examples provided.

pdf_pages ~138

Call this tool to pull selected pages into one new PDF, in the order written: "2,4-6" gives four pages. Asking for a page twice copies it twice. The input is never modified. Free tier: files up to 30 pages.

NameTypeReqDescription
out_pathstringyesWhere to write the extracted PDF
overwritebooleanReplace out_path if it exists. Default false
pagesstringyes1-based pages and ranges to keep, in output order, e.g. "2,4-6" or "5,1,1"
pathstringyesThe source PDF

No output schema declared.

No examples provided.

pdf_reorder ~129

Call this tool to write a new PDF with pages in the order you give. The order must name every page exactly once, so nothing drops by accident; use pdf_pages for a subset. Pro.

NameTypeReqDescription
orderarrayyesThe 1-based page numbers in their new order, e.g. [3,1,2] for a three-page file. Every page must appear exactly once
out_pathstringyesWhere to write the reordered PDF
overwritebooleanReplace out_path if it exists. Default false
pathstringyesThe source PDF

No output schema declared.

No examples provided.

pdf_rotate ~157

Call this tool to turn pages by a multiple of 90 degrees, clockwise for positive. Rotation is added to whatever the page already had, for a sideways scan. Writes a new file. Free tier: files up to 30 pages.

NameTypeReqDescription
degreesintegeryes90, 180, 270 or -90. Positive turns clockwise. Added to the page's existing rotation
out_pathstringyesWhere to write the rotated PDF
overwritebooleanReplace out_path if it exists. Default false
pagesstringWhich pages to turn, e.g. "1" or "2,4-6". Omit for every page
pathstringyesThe source PDF

No output schema declared.

No examples provided.

pdf_split ~219

Call this tool to write one new PDF per range. Ranges are 1-based and may be open-ended: "1-3,5,7-" gives pages 1-3, page 5, and 7 to the end. The input is never modified. Free tier: files up to 30 pages.

NameTypeReqDescription
out_path_patternstringyesOutput path with a placeholder: {n} is the part number (1, 2, 3...), {range} is the range itself (e.g. 1-3), {name} is the input file name without .pdf. Example: ~/out/{name}-{range}.pdf
overwritebooleanReplace existing outputs. Default false: nothing is overwritten and nothing is written at all if any target exists
pathstringyesThe PDF to split
rangesstringyesComma-separated 1-based page ranges, e.g. "1-3,5,7-". An open-ended range runs to the last page

No output schema declared.

No examples provided.

pdf_stamp ~273

Call this tool to draw a word such as PAID or DRAFT across the pages, in a colour and position you choose. Writes a new file; input untouched. Free tier: the PAID and DRAFT presets in their preset colours.

NameTypeReqDescription
colorstringHex code such as #1b7f3b, or a name: red, green, blue, black, gray, orange, purple. Pro
font_sizenumberPoint size. By default the stamp is sized to fit the page width
opacitynumber0 to 1. Default 0.35 in the centre, 0.85 in a corner
out_pathstringyesWhere to write the stamped PDF
overwritebooleanReplace out_path if it exists. Default false
pagesstringWhich pages to stamp, e.g. "1" or "2,4-6". Omit for every page
pathstringyesThe source PDF
positionstringWhere on the page. Default center, which is drawn on the 45-degree diagonal like a real stamp
textstringyesWhat to stamp. PAID and DRAFT are presets with their own colour; any other text is Pro

No output schema declared.

No examples provided.

pdf_text ~95

Call this tool for best-effort text extraction from standard-font PDFs. Returns nothing for a scan (no OCR), or glyph indices for a custom-encoded font, and says which case applies. Read-only. Free tier: unlimited.

NameTypeReqDescription
pagesstringWhich pages, e.g. "1" or "2,4-6". Omit for every page
pathstringyesThe PDF to read

No output schema declared.

No examples provided.

pdf_watermark_business ~115

Call this tool to put your business name and VAT id in the footer of every page, from the shared profile mcp-invoice and mcp-docx write. Use it before sending a document out. Pro.

NameTypeReqDescription
out_pathstringyesWhere to write the footed PDF
overwritebooleanReplace out_path if it exists. Default false
pagesstringWhich pages, e.g. "1". Omit for every page
pathstringyesThe source PDF

No output schema declared.

No examples provided.

Common questions

What is the com.bestremotetools/pdf-merge-split-stamp-extract-text MCP server?

com.bestremotetools/pdf-merge-split-stamp-extract-text is an MCP server listed in the public MCP registry as com.bestremotetools/pdf-merge-split-stamp-extract-text. Merge, split, rotate, stamp and read PDFs from chat. Page ranges and watermarks, all on your machine. This page covers its MCPB bundle (https://github.com/theluckystrike/mcp-servers/releases/download/v0.21.0/pdf.mcpb).

Is the com.bestremotetools/pdf-merge-split-stamp-extract-text MCP server safe to use?

com.bestremotetools/pdf-merge-split-stamp-extract-text scores 54 out of 100 on VerifyMCP. It declares no install or post-install scripts. 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 com.bestremotetools/pdf-merge-split-stamp-extract-text MCP server expose?

com.bestremotetools/pdf-merge-split-stamp-extract-text exposes 12 tools: pdf_info, pdf_count, pdf_merge, pdf_split, pdf_pages, and 7 more. Their descriptions and schemas cost roughly 1,451 tokens of context every time the server is loaded.

What licence is the com.bestremotetools/pdf-merge-split-stamp-extract-text MCP server under?

com.bestremotetools/pdf-merge-split-stamp-extract-text declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.