A
licenseNot graded
qualityA
maintenanceAn MCP server that converts HTML to PDF with built-in fonts, CSS, and streaming, enabling AI agents to generate static PDFs from HTML strings.
9 npm
2
MIT
No user-submitted related servers found.
Scored across 2 tools
submit_pdf_job and check_pdf_status have clearly distinct roles: one creates a job, the other retrieves its result. No overlap in functionality.
Both tools follow the same verb_noun pattern with snake_case (submit_pdf_job, check_pdf_status), making their relationship and intent immediately clear.
With only two tools, the server is minimal but covers the core conversion workflow. It feels slightly thin but is functional for a simple service.
The tool set covers the full job lifecycle: submit a conversion job and poll for the result. No obvious gaps for the stated HTML-to-PDF conversion purpose.