Pdf Generation Api
@amranswill
关于 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
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"pdfapi": {
"command": "npx",
"args": [
"ts-node",
"./mcp-server/src/index.ts"
],
"env": {
"PDFAPI_API_KEY": "<YOUR_API_KEY>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
开发工具 分类下的更多 MCP 服务器
Minecraft MCP Server
yuniko-softwareA Minecraft MCP Server powered by Mineflayer API. It allows to control a Minecraft character in real-time, allowing AI assistants to build structures, explore the world, and interact with the game environment through natural language instruction
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
@vercel/mcp-adapter
vercelEasily spin up an MCP Server on Next.js, Nuxt, Svelte, and more
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
评论