html-to-pdf-generator
Generate PDFs from HTML templates via AI agents or API.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноТолько чтение
Что умеет
- 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.
Какие данные видит
Нужен ли аккаунт
Нужен API-ключ из настроек сервиса
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.
Список инструментов сервера (6)
Технические названия из tools/list. Нужны только разработчикам.
| 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. |