
Pdfrender
HTML-to-PDF MCP server — render pixel-faithful PDFs from HTML.
Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
An API key from the service settings is required
HTML-to-PDF MCP server — render pixel-faithful PDFs from HTML.
Server tool list (1)
Raw names from tools/list. Only developers need these.
| render_html_to_pdf | Render an HTML document to a PDF, returned base64-encoded. `html` is a complete HTML string. Inline any images, fonts and CSS as `data:` URIs — external http(s) resources are not fetched, and no JavaScript is executed (HTML + CSS only). Returns `{"pdf_base64": "<base64-encoded PDF>", "pages": <page count>}`. Costs one credit. For documents larger than 256 KB, use the REST API (`POST /v1/render`). |