2 months ago
PDF Generation API MCP Server — Generate professional PDFs (invoices, receipts, reports) from structured JSON data. Three tools: generate_pdf, list_templates, get_usage. Free tier: 200 calls/month. https://github.com/amranswill/pdf-generation-api/tree/main/mcp-server
Server Config
{
"mcpServers": {
"pdfapi": {
"command": "npx",
"args": [
"ts-node",
"./mcp-server/src/index.ts"
],
"env": {
"PDFAPI_API_KEY": "<YOUR_API_KEY>"
}
}
}
}