LIVE ENDPOINT
https://www.easypdf.fr/chatgpt/mcp
Connect to this endpoint to inspect the live schema for unlock_pdf and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a deletion term.
- A tool name, description or schema mentions credentials.
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).rotate_pdf— Rotate all pages, or selected pages, of a PDF.protect_pdf— Protect a PDF with a password (AES-256 encryption).add_page_numbers— Add page numbers to a PDF.