
Pdf Generator
dev.hatchloop/pdf-generator is a MCP server that renders Markdown or HTML to base64-encoded PDFs with zero auth.
About
Hatchloop PDF Generator is a zero-authentication remote MCP server that converts Markdown or HTML into PDFs and returns base64-encoded binaries so agents can save or attach them. developers use it in the build phase when documentation, one-pagers, invoices, or spec exports need a fixed-layout file without maintaining a local PDF stack. Connect the published streamable-http endpoint in Claude Code, Cursor, or another MCP host, pass content from your repo or chat, and let the tool render server-side. It fits agent-tooling and docs workflows: great for quick proposals, investor updates, or customer PDFs during validate-to-ship arcs, but not a full design system or e-sign platform. Treat output as generated artifacts—review branding, pagination, and sensitive data before sending externally.
- Generate PDFs from Markdown or HTML via MCP tools
- Returns base64-encoded PDF for agent upload or file write
- Zero-auth hatchloop.dev remote for fast solo setup
- Streamable-http MCP built for agent-native workflows
- No local headless Chrome or pandoc install required on your machine
Pdf Generator by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http pdf-generator https://hatchloop.dev/mcp/pdf-generator/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | None |
What it does
Turn agent-written Markdown or HTML into downloadable PDFs during docs, proposals, and ship-ready exports—no local LaTeX setup.
Who is it for?
Best when you want agent-driven spec exports, handouts, and doc PDFs without hosting your own render service.
Skip if: Print-perfect brand catalogs, interactive PDF forms, or teams that need audited document generation on private infra only.
What you get
After connecting the remote, your agent can produce a PDF file payload from repo Markdown or HTML in one MCP call.
- Base64-encoded PDF generated from agent-supplied Markdown or HTML
- Shareable static doc files for customers, investors, or internal specs
- Repeatable PDF export step inside agent doc workflows
By the numbers
- Registry server version 1.0.0
- Remote URL https://hatchloop.dev/mcp/pdf-generator/mcp
- Output format described as base64-encoded PDF
Recommended MCP Servers
How it compares
Agent-native PDF render MCP, not a LaTeX skill or a visual design export plugin.
FAQ
Who is dev.hatchloop/pdf-generator for?
It is for developers using MCP agents who need quick PDF exports from Markdown or HTML without local PDF tooling.
When should I use dev.hatchloop/pdf-generator?
Use it while writing docs, proposals, or ship checklists when you want a PDF artifact the agent can write to disk or attach.
How do I add dev.hatchloop/pdf-generator to my agent?
Add the streamable-http remote https://hatchloop.dev/mcp/pdf-generator/mcp in your MCP client configuration; no API key is listed in the registry entry.