Agent Tools
Back to MCP servers

io.github.Melusi-M/fixmypdf

https://www.fixmypdfonline.com/api/mcp
● healthy

skills: {'id': 'get_pdf_info', 'name': 'get_pdf_info', 'description': "Read-only. Return a PDF's page count and per-page dimensions (in points). Use this first to plan a split or rotate.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'merge_pdf', 'name': 'merge_pdf', 'description': 'Merge two or more PDFs into one, in the order given. Returns the merged PDF as base64.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'split_pdf', 'name': 'split_pdf', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'rotate_pdf', 'name': 'rotate_pdf', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'delete_pages', 'name': 'delete_pages', 'description': 'Remove specific pages from a PDF by their 1-based page numbers, keeping the rest in order. Returns base64.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'compress_pdf', 'name': 'compress_pdf', 'description': "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.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'protect_pdf', 'name': 'protect_pdf', 'description': 'Encrypt a PDF with a password (AES). The result requires the password to open. Returns base64.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 307.7ms; conformance: pass

Transport
streamable-http
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://www.fixmypdfonline.com/api/mcp
JSON-RPC initialize probe
curl -X POST https://www.fixmypdfonline.com/api/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://www.fixmypdfonline.com/api/mcp
Listed at (chiark)
https://chiark.ai/agents/26a69b3b-66c1-4ee2-ae37-d30f3fe802a0