
Pdf Generator
Turn agent-written Markdown or HTML into downloadable PDFs during docs, proposals, and ship-ready exports—no local LaTeX setup.
Overview
dev.hatchloop/pdf-generator is a MCP server for the Build phase that renders Markdown or HTML to base64-encoded PDFs with zero auth.
What is this MCP server?
- 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
- Registry server version 1.0.0
- Remote URL https://hatchloop.dev/mcp/pdf-generator/mcp
- Output format described as base64-encoded PDF
What problem does it solve?
Agents can draft docs in chat but solo builders still waste time installing renderers or copy-pasting into separate PDF tools.
Who is it for?
Indie devs who want agent-driven spec exports, handouts, and doc PDFs without hosting their own render service.
Skip if: Print-perfect brand catalogs, interactive PDF forms, or teams that need audited document generation on private infra only.
What do I get? / Deliverables
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
Recommended MCP Servers
Journey fit
How it compares
Agent-native PDF render MCP, not a LaTeX skill or a visual design export plugin.
Common Questions / FAQ
Who is dev.hatchloop/pdf-generator for?
It is for builders 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.