Best used with an AI agent

40+ live apps, open data APIs, MCP servers, and 200+ guides - more than anyone wants to click through. Point your AI here and it reads the whole map and does the work: finds the tool, pulls the data, runs the analysis, and hands you the links.

Here for the open-source code? Your agent finds the right repo for you - and can even clone and deploy it.

Prefer to explore on your own? Go right ahead.

Paste this to Claude Code, Codex, or any AI agent:
Go to tigzig.com and read tigzig.com/llms.txt. It is a practitioner toolkit - 40+ analytics apps, open no-auth data APIs, MCP servers, open-source repos (github.com/amararun), and 200+ build guides. Help me [your task]. Surface the exact links; where there is an API or MCP, call it directly; and if I want to self-host, find the repo and help me deploy it.

MCP Server: Markdown to PDF

Convert Markdown to a formatted PDF as an MCP tool call - the agent writes a report, calls the tool, and gets back a PDF URL. Built for Claude, Flowise, and n8n. One tool, no auth.

Open, no auth. FastAPI + ReportLab. Also a free web tool and an open HTTP API - see the full Markdown to PDF hub.
Markdown to PDF hub GitHub (MCP) Live tool

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

  1. Open Claude.ai - Settings - Connectors
  2. Add custom connector, paste the Streamable HTTP URL
  3. 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."

Resources

Bugs,issues,questions? Drop a note: [email protected]