Pdf Generation Api
@amranswill
About Pdf Generation Api
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
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"pdfapi": {
"command": "npx",
"args": [
"ts-node",
"./mcp-server/src/index.ts"
],
"env": {
"PDFAPI_API_KEY": "<YOUR_API_KEY>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Pdf Generation Api?
Pdf Generation Api is an MCP server that generates professional PDFs (invoices, receipts, reports) from structured JSON data. It is designed for developers who need to create documents programmatically within MCP-compatible clients.
How to use Pdf Generation Api?
Use the server’s three built-in MCP tools—generate_pdf, list_templates, and get_usage—to create PDFs, browse available templates, and monitor API call counts.
Key features of Pdf Generation Api
- Generates PDFs from structured JSON data
- Offers three tools: generate_pdf, list_templates, get_usage
- Free tier includes 200 calls per month
- Supports templates for invoices, receipts, and reports
Use cases of Pdf Generation Api
- Automatically generate invoices for an e-commerce platform
- Create receipts for payment confirmation systems
- Produce templated reports from structured business data
FAQ from Pdf Generation Api
What tools does Pdf Generation Api provide?
It provides three tools: generate_pdf to create a PDF, list_templates to view available templates, and get_usage to check your monthly call count.
Is there a free tier?
Yes, the free tier includes 200 calls per month.
What types of PDFs can it generate?
It can generate invoices, receipts, and reports from structured JSON data.
More Developer Tools MCP servers
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Huoshan Test
volcenginetest
cloudwegoThe ultimate LLM/AI application development framework in Go.
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
Comments