makesPDF now exposes a Model Context Protocol server at /api/v1/mcp. Agents (Claude Desktop, Claude Code, Cursor, anything that speaks MCP) can drive the full authoring loop without scraping HTML or hand-rolling a client.
The server exposes tools for:
- Preview — render inline DSL with sample data, zero credits.
- Save / list / fetch / update / delete templates — the full persistence API.
- Render — produce a real PDF from a saved template.
- Library browsing — discover the curated template library and fetch DSL to fork.
Setup instructions: see /docs/mcp. The server is authed the same way as the rest of /api/v1/* — Bearer API key or session cookie.