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
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 14 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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 bundleEvery 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.
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 →
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 →
license_activate Activate license ~42
Activate a Pro license key (format MCPL1.xxx.yyy). Verified offline and saved locally.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | License key from the checkout confirmation page |
No output schema declared.
No examples provided.
license_status 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 Count pages in several PDFs ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| paths | array | yes | Paths to the PDF files |
No output schema declared.
No examples provided.
pdf_info Inspect a PDF ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | Path to the PDF file. ~ is expanded; a relative path is resolved against the working directory |
No output schema declared.
No examples provided.
pdf_merge Merge PDFs into one file ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| out_path | string | yes | Where to write the merged PDF |
| overwrite | boolean | – | Replace out_path if a file is already there. Default false: an existing file is never overwritten |
| paths | array | yes | The PDFs to join, in the order they should appear |
No output schema declared.
No examples provided.
pdf_pages Extract pages into a new PDF ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| out_path | string | yes | Where to write the extracted PDF |
| overwrite | boolean | – | Replace out_path if it exists. Default false |
| pages | string | yes | 1-based pages and ranges to keep, in output order, e.g. "2,4-6" or "5,1,1" |
| path | string | yes | The source PDF |
No output schema declared.
No examples provided.
pdf_reorder Reorder the pages of a PDF ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| order | array | yes | The 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_path | string | yes | Where to write the reordered PDF |
| overwrite | boolean | – | Replace out_path if it exists. Default false |
| path | string | yes | The source PDF |
No output schema declared.
No examples provided.
pdf_rotate Rotate pages ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| degrees | integer | yes | 90, 180, 270 or -90. Positive turns clockwise. Added to the page's existing rotation |
| out_path | string | yes | Where to write the rotated PDF |
| overwrite | boolean | – | Replace out_path if it exists. Default false |
| pages | string | – | Which pages to turn, e.g. "1" or "2,4-6". Omit for every page |
| path | string | yes | The source PDF |
No output schema declared.
No examples provided.
pdf_split Split a PDF into several files ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| out_path_pattern | string | yes | Output 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 |
| overwrite | boolean | – | Replace existing outputs. Default false: nothing is overwritten and nothing is written at all if any target exists |
| path | string | yes | The PDF to split |
| ranges | string | yes | Comma-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 Stamp text on a PDF ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | – | Hex code such as #1b7f3b, or a name: red, green, blue, black, gray, orange, purple. Pro |
| font_size | number | – | Point size. By default the stamp is sized to fit the page width |
| opacity | number | – | 0 to 1. Default 0.35 in the centre, 0.85 in a corner |
| out_path | string | yes | Where to write the stamped PDF |
| overwrite | boolean | – | Replace out_path if it exists. Default false |
| pages | string | – | Which pages to stamp, e.g. "1" or "2,4-6". Omit for every page |
| path | string | yes | The source PDF |
| position | string | – | Where on the page. Default center, which is drawn on the 45-degree diagonal like a real stamp |
| text | string | yes | What 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 Read the text of a PDF ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| pages | string | – | Which pages, e.g. "1" or "2,4-6". Omit for every page |
| path | string | yes | The PDF to read |
No output schema declared.
No examples provided.
pdf_watermark_business Stamp your business details in the footer ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| out_path | string | yes | Where to write the footed PDF |
| overwrite | boolean | – | Replace out_path if it exists. Default false |
| pages | string | – | Which pages, e.g. "1". Omit for every page |
| path | string | yes | The source PDF |
No output schema declared.
No examples provided.
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.