html-to-pdf-generator
Generate PDFs from HTML templates via AI agents or API.
Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeRead-only
What it can do
- List Templates: List available PDF templates with optional pagination. Returns template names, IDs, and their required LiquidJS variables. Use source="system" to list system-wide pre-built templates i
- Get Template: Get detailed information about a specific template, including its variables and JSON schema.
- Submit Job: Submit a new PDF generation job using a template and JSONL data. Each line in the data array represents one PDF to generate with variable values.
What data it sees
Do you need an account
An API key from the service settings is required
Generate PDFs from HTML templates via AI agents or API. List templates, submit jobs with JSON data, check credits, and generate watermarked previews — all through MCP tools. Templates support LiquidJS templating with conditionals, loops, and raw variable injection.
Server tool list (6)
Raw names from tools/list. Only developers need these.
| list_templates | List available PDF templates with optional pagination. Returns template names, IDs, and their required LiquidJS variables. Use source="system" to list system-wide pre-built templates instead of org-owned ones. |
| get_template | Get detailed information about a specific template, including its variables and JSON schema. |
| submit_job | Submit a new PDF generation job using a template and JSONL data. Each line in the data array represents one PDF to generate with variable values. |
| get_job | Get the status and progress of a PDF generation job, including task counts (total, completed, failed). |
| get_credits | Check the organization's credit balance, including paid credits, free/promotional credits, and total available credits. |
| generate_preview | Generate a watermarked preview PDF (no credits consumed). The preview PDF is available for one-time download via the returned URL, then deleted from storage. |