# fixmypdf MCP server

Privacy-first PDF tools over MCP: merge, split, rotate, delete, compress, protect, inspect.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-melusi-m-fixmypdf
- Repository: https://github.com/Melusi-M/pdf-editor-front-end

## Install
- Endpoint: https://www.fixmypdfonline.com/api/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://www.fixmypdfonline.com/api/mcp

## Tools
- get_pdf_info - Read-only. Return a PDF's page count and per-page dimensions (in points). Use this first to plan a split or rotate. Endpoint: https://www.fixmypdfonline.com/api/mcp
- merge_pdf - Merge two or more PDFs into one, in the order given. Returns the merged PDF as base64. Endpoint: https://www.fixmypdfonline.com/api/mcp
- split_pdf - 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. Endpoint: https://www.fixmypdfonline.com/api/mcp
- rotate_pdf - 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. Endpoint: https://www.fixmypdfonline.com/api/mcp
- delete_pages - Remove specific pages from a PDF by their 1-based page numbers, keeping the rest in order. Returns base64. Endpoint: https://www.fixmypdfonline.com/api/mcp
- compress_pdf - 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. Endpoint: https://www.fixmypdfonline.com/api/mcp
- protect_pdf - Encrypt a PDF with a password (AES). The result requires the password to open. Returns base64. Endpoint: https://www.fixmypdfonline.com/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Melusi-M
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 31, 2026
- Source: https://registry.modelcontextprotocol.io
