What This Server Does
#One MCP Tool
convert_markdown_to_pdf- takes Markdown text, returns a URL to a formatted PDF. Handles headings, tables, code blocks, lists, blockquotes, and embedded images.
What you get
- Real, selectable-text PDF (ReportLab engine), not a browser screenshot
- A hosted PDF URL the agent can hand back or share
- The same backend that powers PDF export in several TIGZIG tools
MCP Configuration
#Streamable HTTP
https://mcp-md-to-pdf.tigzig.com/mcp
MCP spec 2025-03-26. Add it as a custom MCP server / tool in your agent platform.
Adding to Claude.ai
- Open Claude.ai - Settings - Connectors
- Add custom connector, paste the Streamable HTTP URL
- Approve - the agent now has
convert_markdown_to_pdf
Same URL works for Flowise, n8n, Cursor, and any other MCP client.
How It Works
#- FastAPI + Python ReportLab - true PDF typesetting, not a browser print-to-PDF
- Mirrors the open HTTP API at mdtopdf.tigzig.com (POST /api/convert/text)
- The PDF engine behind the Database AI Suite and the technical-analysis reports
- Production-hardened: rate limiting, per-IP and global concurrency caps, error sanitization, Cloudflare WAF
Example Agent Prompts
#- "Write a one-page market summary in Markdown and convert it to a PDF I can download."
- "Turn this analysis into a formatted PDF report with a table."