# PDF Generator API MCP server

Generate PDF from HTML or Markdown with custom pages, margins, layout. x402.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-pdf-generator
- Repository: https://github.com/Br0ski777/pdf-generator-x402
- Website: https://github.com/Br0ski777/pdf-generator-x402

## Install
- Endpoint: https://pdf-generator.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://pdf-generator.api.klymax402.com/mcp

## Tools
- document_generate_pdf - Use this when you need to create a PDF document from HTML or Markdown content. Returns binary PDF with custom formatting.

Returns: 1. Binary PDF file 2. Configurable page size (A4, Letter, Legal) 3. Custom margins (top/right/bottom/left) 4. Landscape or portrait orientation 5. HTML and Markdown input support.

Example output: binary PDF with Content-Type application/pdf, rendered from "<h1>Invoice #42</h1><p>Total: $1,200</p>" into a formatted A4 document.

Use this FOR generating reports, invoices, proposals, contracts, or any formatted document from structured data. Essential when you have data/content and need a downloadable PDF.

Do NOT use for capturing a live web page as PDF -- use webpage_to_pdf instead. Do NOT use for screenshots -- use capture_screenshot instead. Do NOT use for rendering markdown with CSS themes -- use text_render_markdown instead. Endpoint: https://pdf-generator.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
