Submit

Fixmypdf

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 dimensions
  • merge_pdf — merge multiple PDFs in order
  • split_pdf — extract a 1-based page range
  • rotate_pdf — rotate pages 90/180/270°
  • delete_pages — remove specific pages
  • compress_pdf — lossless size reduction
  • protect_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"
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

Fixmypdf MCP Server