3 days ago
Overview
FixMyPDF MCP Server
Privacy-first PDF tools, callable by agents over MCP (Streamable HTTP, no auth).
Connect: https://www.fixmypdfonline.com/api/mcp
Tools
get_pdf_info— page count + per-page dimensionsmerge_pdf— merge multiple PDFs in ordersplit_pdf— extract a 1-based page rangerotate_pdf— rotate pages 90/180/270°delete_pages— remove specific pagescompress_pdf— lossless size reductionprotect_pdf— AES password-encrypt
Pass each PDF as a base64 string or an https URL; results return the output PDF as base64.
Built by EMMANQUBIC Try it at fixmypdfonline.com.
Server Config
{
"mcpServers": {
"fixmypdf": {
"url": "https://www.fixmypdfonline.com/api/mcp"
}
}
}