Developer Tools
pdf4.dev
Generates PDFs from templates or HTML, with account and template management.
ENDPOINT 1
https://pdf4.dev/api/mcp
MCP server metadata
- Name
- mcp-typescript server on vercel
- Version
- 0.1.0
PDF4.dev MCP server. Use ONLY the MCP tools provided here to interact with PDF4.dev. Do NOT make direct HTTP requests (fetch, curl, XMLHttpRequest) to the API. The base URL is https://pdf4.dev (there is NO api.pdf4.dev subdomain). To update a template, use the update_template tool with the `html` parameter (not `content`). PATCH is not supported. There are no /update or /edit endpoints.
Known tools 14
get_infoGet your PDF4.dev account overview: templates with their variables, and usage stats.
render_pdfGenerate a PDF from a saved template or raw HTML.
preview_templateRender a template as a PNG screenshot (displayed inline).
list_templatesList all saved templates.
get_templateGet a template's full HTML content, format settings, and sample data.
create_templateCreate a new PDF template.
update_templateUpdate a template's HTML, name, sample data, or header/footer components.
delete_templatePermanently delete a template.
list_componentsList reusable components (headers, footers, blocks).
create_componentCreate a reusable component.
get_componentGet a component's full HTML content.
update_componentUpdate a component's name, HTML, or preview.
delete_componentPermanently delete a component.
list_logsView recent PDF generation history (status, duration, size, errors).