LIVE ENDPOINT
https://www.easypdf.fr/chatgpt/mcp
Connect to this endpoint to inspect the live schema for rotate_pdf and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.easypdf]
url = "https://www.easypdf.fr/chatgpt/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"easypdf": {
"type": "http",
"url": "https://www.easypdf.fr/chatgpt/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: easypdf
Remote MCP URL: https://www.easypdf.fr/chatgpt/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"easypdf": {
"url": "https://www.easypdf.fr/chatgpt/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"easypdf": {
"type": "http",
"url": "https://www.easypdf.fr/chatgpt/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "easypdf",
"transport": "streamable-http",
"url": "https://www.easypdf.fr/chatgpt/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
compress_pdf— Compress a PDF to reduce its file size while keeping it readable.merge_pdfs— Merge several PDF files into a single document, in the given order.split_pdf— Split a PDF into several smaller PDFs.extract_pages— Extract specific pages from a PDF into a new PDF (pages are 1-indexed).protect_pdf— Protect a PDF with a password (AES-256 encryption).unlock_pdf— Remove the password protection from a PDF you own.add_page_numbers— Add page numbers to a PDF.