← exactpdf.com
INDIVIDUAL MCP TOOL
exactpdf_chatgpt_action_setup
Return the public OpenAPI URL, documented action endpoints, and safe setup guidance for a custom GPT.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
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.exactpdf-com]
url = "https://exactpdf.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"exactpdf-com": {
"type": "http",
"url": "https://exactpdf.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: exactpdf-com
Remote MCP URL: https://exactpdf.com/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": {
"exactpdf-com": {
"url": "https://exactpdf.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"exactpdf-com": {
"type": "http",
"url": "https://exactpdf.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "exactpdf-com",
"transport": "streamable-http",
"url": "https://exactpdf.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
exactpdf_choose_pdf_workflow— Choose a browser or documented API workflow for extracting text, structured Markdown, compression, conversion, audio planning, or redaction.exactpdf_portal_ready_workflows— Compare ExactPDF upload-limit and agent workflows, including current browser tools, documented endpoints, and important caveats.exactpdf_plan_audio_duration— Estimate words and generated minutes from a known character count for speech, audiobook, or presentation planning.exactpdf_current_capabilities— Summarize currently available ExactPDF browser and documented API workflow families, with clear limitations.