Pdf Merge MCP tool
Network tool MCP
findutils:pdf_merge Combine several PDFs into one, in the order given. Each input is a base64-encoded PDF and the result is a base64-encoded PDF. Pages are copied as they are — nothing is re-rendered, re-encoded or watermarked. An encrypted PDF must be unlocked first.
Arguments
application/json-
pdfs
array required
Base64-encoded PDFs, in the order they should appear. At least two.
Example arguments
Verified{
"pdfs": [
"JVBERi0xLjcK",
"JVBERi0xLjcK"
]
} More Documents tools
- Invoice Generate Generate a professional PDF invoice.
- Pdf Delete Pages Remove pages from a PDF and return the rest in their original order.
- Pdf Organize Reorder the pages of a PDF.
- Pdf Page Numbers Add page numbers to a PDF.
- Pdf Rotate Rotate pages of a PDF by 90, 180 or 270 degrees clockwise, or the negative of those for anticlockwise.
- Pdf Split Take a selection of pages out of a PDF into a new one.