Generate invoice and receipt PDFs from JSON for automated document workflows.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "Slipstack PDF" MCP server from askskill: Run: claude mcp add --transport http 'dev-slipstack-pdf' 'https://slipstack.dev/api/mcp'
Generate a professional invoice PDF from the following JSON. Keep the company details, customer details, line items, tax, total amount, and payment method, and return a downloadable file or file link: {"invoiceNumber":"INV-2025-001","issueDate":"2025-02-01","seller":{"name":"Nebula Tech Ltd.","address":"88 XX Road, Pudong, Shanghai"},"customer":{"name":"Ming Li","email":"[email protected]"},"items":[{"name":"SaaS Subscription","quantity":1,"unitPrice":1999}],"tax":119.94,"total":2118.94,"currency":"CNY","paymentMethod":"Bank Transfer"}A properly formatted downloadable invoice PDF suitable for client delivery or finance archiving.
Generate a receipt PDF for each order in the following array and name each file by its order number. If supported, return a list of download links for each receipt: [{"receiptNumber":"RCPT-1001","date":"2025-02-03","customer":"Ting Wang","items":[{"name":"Coffee Beans","qty":2,"price":88}],"total":176,"currency":"CNY"},{"receiptNumber":"RCPT-1002","date":"2025-02-03","customer":"Qiang Zhao","items":[{"name":"Mug","qty":1,"price":59}],"total":59,"currency":"CNY"}]Multiple receipt PDFs generated per order for efficient ecommerce or retail transaction processing.
First check whether the following receipt JSON is missing required fields or has incorrect amount calculations. If there are issues, list and fix them before generating the final PDF: {"receiptNumber":"RCPT-2008","date":"2025-02-10","seller":{"name":"Morning Stationery Store"},"items":[{"name":"Notebook","qty":3,"price":12}],"total":20,"currency":"CNY"}It first returns detected issues and corrections, then outputs a complete and accurate receipt PDF.
Generate branded invoice and document PDFs from HTML or templates in one call.
Parse receipts and invoices into structured JSON for automation and analysis.
Generate multilingual demand-letter PDFs for unpaid invoices across many jurisdictions.
Print and mail files to US addresses with pay-per-call crypto billing.
Create shareable, editable PDFs from descriptions for business and personal documents.
Generate downloadable PDF slide decks from Markdown for free.