What is MCP?
The Model Context Protocol lets AI agents use external tools. PDFBase ships an MCP server that exposes PDF operations as tools agents can call.Installation
Available tools
The MCP server exposes all PDFBase API operations as agent-callable tools.Phase 1 — Create
Phase 2 — Edit + Convert
Phase 3 — Extract
Tool examples
create_pdf
render_template
extract_structured
generate_thumbnail
Why MCP for PDFs?
AI agents frequently need to generate documents — invoices, reports, certificates, proposals. Without a tool, agents either:- Generate markdown (not a PDF)
- Write HTML and tell the user to open it (bad UX)
- Call a complex API with no guidance (error-prone)