Automate PDF Generation
Connect pdf-mcp with your favorite automation platforms. Generate invoices, reports, and certificates automatically — no code required.
Supported Platforms
Works with all major workflow automation tools
n8n
The most flexible and AI native automation platform
-
Self-hosted or cloud deployment -
Visual workflow builder -
400+ integrations -
Code-based customization
Make (Integromat)
Visual automation platform with advanced data transformation
-
Powerful visual editor -
Scenario branching logic -
Real-time execution -
Data transformation tools
Zapier
Simple automation platform for basic workflow needs
-
5,000+ app integrations -
Multi-step workflows (Zaps) -
Easy no-code setup -
Paths and filters
What You Can Automate
Common workflows teams build with pdf-mcp
Automatically generate professional PDF invoices when orders are placed in your e-commerce platform or when you mark time entries as complete.
Create weekly or monthly reports from your data sources. Pull data from Google Sheets, databases, or APIs and render beautiful PDF reports.
Issue certificates for course completions, event attendance, or achievements. Personalize each certificate with recipient details.
Generate contracts, proposals, and agreements with dynamic content from your CRM. Include customer details, pricing, and terms automatically.
Convert form responses into formatted PDF documents. Perfect for applications, registrations, or data collection workflows.
Process multiple documents in batch. Generate hundreds of personalized PDFs from a spreadsheet or database in minutes.
How It Works
Get started in 4 simple steps
Get Your API Key
Sign up and receive your API key instantly. 100 free credits coupon on signup.
Create Your Workflow
Set up your trigger in n8n, Make, or Zapier. Connect to your data source.
Add HTTP Request
Add an HTTP request action pointing to our API. Pass your HTML template.
Handle Response
Receive the PDF as base64 or download URL. Route it to your destination.
Integration Examples
Copy-paste configurations for your platform
Invoice Generation
# Generate an invoice PDF
curl -X POST https://api.pdf-mcp.io/htmlToPdf \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"html": "<h1>Invoice #12345</h1><p>Amount: $99.00</p>",
"css": "@page { size: A4; margin: 20mm; }",
"filename": "invoice-12345.pdf"
}' \
--output invoice-12345.pdf
Certificate (Landscape)
# Generate a landscape certificate PDF
curl -X POST https://api.pdf-mcp.io/htmlToPdf \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"html": "<h1>Certificate of Completion</h1><p>Awarded to Jane Doe</p>",
"css": "@page { size: A4 landscape; margin: 20mm; }",
"filename": "certificate.pdf"
}' \
--output certificate.pdf Use the HTTP request node in n8n, Make, or Zapier with the same cURL configuration. See our documentation for detailed guides.
Why Automate with pdf-mcp?
- Save Hours Weekly Eliminate manual PDF creation from your workflow
- Consistent Quality Every document follows your exact template
- Real-time Generation PDFs created instantly when triggers fire
- Unlimited Scale Generate thousands of documents without limits
[10:42:15] TRIGGER New order #4521 received
[10:42:15] INFO Fetching order details...
[10:42:16] INFO Generating invoice PDF...
[10:42:16] SUCCESS PDF generated (245KB)
[10:42:17] INFO Sending to customer...
[10:42:18] COMPLETE Workflow finished
Start Automating Today
Connect your AI Agent via MCP in 30 seconds. 100 free credits coupon on signup.