com.pdfinvoiceapi/render
Official1 toolPDFInvoiceAPI
Turn HTML or templates into branded invoice & document PDFs from your agent. One call, no install.
Generate branded invoice and document PDFs from HTML or templates in one call.
Captured live from the server via tools/list.
render_pdf
Render a professional PDF (invoice/receipt/contract/document) from inline `html` or a stored `template` + `data`, and return the PDF. Provide exactly one of `html` or `template`. Supports paper format, orientation, margins and scale. Requires an API key (Authorization: Bearer) — get one at https://pdfinvoiceapi.com.
Parameters (4)
- htmlstring
Inline HTML to render to a PDF. Provide EXACTLY ONE of `html` or `template`.
- templatestring
Either a stored template id (e.g. "tpl_invoice") OR an inline template string with {{placeholders}}, merged with `data`. Provide EXACTLY ONE of `html` or `template`.
- dataobject
Key/value data merged into `template` ({{placeholders}}). Ignored with `html`.
- pdfobject
Optional page options passed to the PDF engine.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"render": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://pdfinvoiceapi.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.