
PDF Generator API
Turn agent-drafted HTML or Markdown into styled PDFs with page size and margins without leaving the coding workflow.
Overview
io.github.Br0ski777/pdf-generator is an MCP server for the Build phase that generates PDF files from HTML or Markdown with configurable pages, margins, and layout via a remote SSE endpoint.
What is this MCP server?
- Converts HTML or Markdown sources into PDF via remote MCP (SSE).
- Supports custom pages, margins, and layout options.
- Hosted remote at pdf-generator.api.klymax402.com/mcp (schema v2025-12-11).
- x402-paid API—metered access without self-hosting a renderer.
- Version 1.1.0; source repo pdf-generator-x402 on GitHub.
- Server schema version 1.1.0 per MCP server.json.
- Single remote transport: SSE at https://pdf-generator.api.klymax402.com/mcp.
- x402-metered API; no install-count metrics in catalog ingest.
What problem does it solve?
Agents can write Markdown or HTML easily, but turning that into a correctly paginated PDF usually means extra scripts, local tools, or a separate SaaS tab.
Who is it for?
Indie builders who want proposal, spec, or report PDFs generated from agent-written HTML/Markdown during Build and Ship prep.
Skip if: Teams that need interactive PDF forms, complex vector design, or fully offline air-gapped rendering without a remote API.
What do I get? / Deliverables
Your agent can call one MCP tool and return a layout-aware PDF ready to email or upload without you operating a renderer.
- PDF file generated from supplied HTML or Markdown with requested layout.
- Agent-callable PDF pipeline without local headless browser install.
Recommended MCP Servers
Journey fit
Document and artifact generation sits in Build when you are producing specs, invoices, reports, or downloadable assets alongside the product. Docs is the canonical shelf for PDF output used in READMEs, handoffs, and customer-facing exports rather than runtime app UI.
How it compares
Remote document-rendering MCP integration, not an in-repo Markdown formatting skill.
Common Questions / FAQ
Who is io.github.Br0ski777/pdf-generator for?
Solo and indie builders using MCP-enabled coding agents who need PDF exports from HTML or Markdown without maintaining their own render stack.
When should I use io.github.Br0ski777/pdf-generator?
Use it during Build or Ship when you have finalized markup and need a paginated PDF with custom margins or page settings for stakeholders or compliance packets.
How do I add io.github.Br0ski777/pdf-generator to my agent?
Register the remote MCP SSE URL https://pdf-generator.api.klymax402.com/mcp in Claude Code, Cursor, or another MCP client, ensure x402 payment is configured for the API, then invoke the server's PDF tools from your agent session.