io.github.Melusi-M/fixmypdf
Privacy-first PDF tools over MCP: merge, split, rotate, delete, compress, protect, inspect.
Read-only. Return a PDF's page count and per-page dimensions (in points). Use this first to plan a split or rotate.
Merge two or more PDFs into one, in the order given. Returns the merged PDF as base64.
Extract an inclusive, 1-based page range from a PDF into a new PDF. e.g. from=5,to=10 keeps pages 5–10. Returns base64.
Rotate pages of a PDF clockwise by 90, 180, or 270 degrees. Omit "pages" to rotate every page; otherwise pass 1-based page numbers. Returns base64.
Remove specific pages from a PDF by their 1-based page numbers, keeping the rest in order. Returns base64.
Reduce a PDF's file size losslessly by consolidating object streams (keeps text selectable). Returns base64 plus before/after sizes. Note: does not re-encode embedded images.
Encrypt a PDF with a password (AES). The result requires the password to open. Returns base64.
| Timestamp | Status | Latency | Conformance |
|---|---|---|---|
| Jun 9, 2026 | success | 204.2ms | Pass |
| Jun 5, 2026 | success | 260.2ms | Pass |
| Jun 5, 2026 | success | 199.5ms | Pass |
| Jun 4, 2026 | success | 307.7ms | Pass |
| Jun 3, 2026 | success | 273.8ms | Pass |