mcpbeat

Fixmypdf MCP Server

io.github.Melusi-M/fixmypdf
not responding

Fixmypdf is listed as active in the registry but did not answer our last check. It exposes 7 tools.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Uptime history 39 hours of history · worst hour 0%
39 hours agonow
0.0%
Uptime 24h
0 of 92 checks
7
Tools
read from the server
81 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 2 min ago.

run in your terminal
claude mcp add fixmypdf --transport http https://www.fixmypdfonline.com/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fixmypdf": {
      "url": "https://www.fixmypdfonline.com/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fixmypdf]
url = "https://www.fixmypdfonline.com/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "fixmypdf": {
      "url": "https://www.fixmypdfonline.com/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fixmypdf": {
      "url": "https://www.fixmypdfonline.com/api/mcp"
    }
  }
}

Available tools 7

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

compress
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.
merge
merge_pdf
Merge two or more PDFs into one, in the order given. Returns the merged PDF as base64.
pages
delete_pages
Remove specific pages from a PDF by their 1-based page numbers, keeping the rest in order. Returns base64.
pdf
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.
protect
protect_pdf
Encrypt a PDF with a password (AES). The result requires the password to open. Returns base64.
rotate
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.
split
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.

Endpoints

URLTransportStateLatencyChecked
https://www.fixmypdfonline.com/api/mcp streamable-http answering 81 ms 2 min ago

Fixmypdf — questions

Answers built from our own checks of this server.

What can Fixmypdf do?
It exposes 7 tools, read directly from the server on our last check. Among them: compress_pdf, delete_pages, get_pdf_info, merge_pdf, protect_pdf, rotate_pdf and 1 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Fixmypdf working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 0 of 92 checks got a reply (0.0%), average response time 81 ms. The bar chart above shows every period we have measured.
Is Fixmypdf still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
The registry lists Fixmypdf as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Fixmypdf?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Fixmypdf need an API key?
No. Fixmypdf completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 7 of them are readable on this page. This is what we observed, not what the docs claim.