Slipstack PDF
Server Details
Generate invoice and receipt PDFs from JSON. Agent-callable document API with a free demo quota.
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Uptime
- 0.0% over 40 days
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: creating invoices, creating receipts, checking usage, and retrieving schema. No overlap or ambiguity.
All tools follow a consistent verb_noun pattern in snake_case (create_invoice_pdf, create_receipt_pdf, get_account_usage, get_document_schema).
4 tools is well-scoped for a PDF generation service focused on invoices and receipts, covering all necessary actions without bloat.
The tool set covers the full workflow: schema discovery, document generation for both types, and usage/quota tracking. No obvious gaps for the stated domain.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
- Added
get_api_key
4 tool updates
- Added
create_einvoice_xml - Changed
create_invoice_pdf11 fields changed- added
Input schema / properties / data / properties / buyerReferenceAdded value: +{ + "description": "Buyer reference, e.g. a German Leitweg-ID (e-invoice BT-10; required by XRechnung)", + "type": "string" +} - added
Input schema / properties / data / properties / from / properties / cityAdded value: +{ + "description": "City name (improves e-invoice address quality)", + "type": "string" +} - added
Input schema / properties / data / properties / from / properties / countryCodeAdded value: +{ + "description": "ISO 3166-1 alpha-2 country code, e.g. FR (required for e-invoices)", + "maxLength": 2, + "minLength": 2, + "type": "string" +} - added
Input schema / properties / data / properties / from / properties / postalCodeAdded value: +{ + "description": "Postal code", + "type": "string" +} - added
Input schema / properties / data / properties / from / properties / vatIdAdded value: +{ + "description": "VAT identifier, e.g. FR12345678901 (needed for e-invoices with VAT)", + "type": "string" +} - added
Input schema / properties / data / properties / paymentIbanAdded value: +{ + "description": "Payment IBAN for SEPA credit transfer (e-invoices)", + "type": "string" +} - added
Input schema / properties / data / properties / paymentReferenceAdded value: +{ + "description": "Remittance/payment reference (e-invoice BT-83)", + "type": "string" +} - added
Input schema / properties / data / properties / to / properties / cityAdded value: +{ + "$ref": "#/properties/data/properties/from/properties/city" +} - added
Input schema / properties / data / properties / to / properties / countryCodeAdded value: +{ + "$ref": "#/properties/data/properties/from/properties/countryCode" +} - added
Input schema / properties / data / properties / to / properties / postalCodeAdded value: +{ + "$ref": "#/properties/data/properties/from/properties/postalCode" +} - added
Input schema / properties / data / properties / to / properties / vatIdAdded value: +{ + "$ref": "#/properties/data/properties/from/properties/vatId" +}
- Changed
create_receipt_pdf11 fields changed- added
Input schema / properties / data / properties / buyerReferenceAdded value: +{ + "description": "Buyer reference, e.g. a German Leitweg-ID (e-invoice BT-10; required by XRechnung)", + "type": "string" +} - added
Input schema / properties / data / properties / from / properties / cityAdded value: +{ + "description": "City name (improves e-invoice address quality)", + "type": "string" +} - added
Input schema / properties / data / properties / from / properties / countryCodeAdded value: +{ + "description": "ISO 3166-1 alpha-2 country code, e.g. FR (required for e-invoices)", + "maxLength": 2, + "minLength": 2, + "type": "string" +} - added
Input schema / properties / data / properties / from / properties / postalCodeAdded value: +{ + "description": "Postal code", + "type": "string" +} - added
Input schema / properties / data / properties / from / properties / vatIdAdded value: +{ + "description": "VAT identifier, e.g. FR12345678901 (needed for e-invoices with VAT)", + "type": "string" +} - added
Input schema / properties / data / properties / paymentIbanAdded value: +{ + "description": "Payment IBAN for SEPA credit transfer (e-invoices)", + "type": "string" +} - added
Input schema / properties / data / properties / paymentReferenceAdded value: +{ + "description": "Remittance/payment reference (e-invoice BT-83)", + "type": "string" +} - added
Input schema / properties / data / properties / to / properties / cityAdded value: +{ + "$ref": "#/properties/data/properties/from/properties/city" +} - added
Input schema / properties / data / properties / to / properties / countryCodeAdded value: +{ + "$ref": "#/properties/data/properties/from/properties/countryCode" +} - added
Input schema / properties / data / properties / to / properties / postalCodeAdded value: +{ + "$ref": "#/properties/data/properties/from/properties/postalCode" +} - added
Input schema / properties / data / properties / to / properties / vatIdAdded value: +{ + "$ref": "#/properties/data/properties/from/properties/vatId" +}
- Added
parse_einvoice
4 tool updates
- First observed
create_invoice_pdf - First observed
create_receipt_pdf - First observed
get_account_usage - First observed
get_document_schema
Related MCP Connectors
Turn HTML or templates into branded invoice & document PDFs from your agent. One call, no install.
Turn a description into a shareable, editable PDF — invoices, certificates, reports, resumes.
Composable APIs for document extraction, image transformation, and document & sheet generation.
Generate and read PDFs for AI agents: a generate_pdf and a read_pdf tool, priced per document.
Related MCP Servers
AlicenseNot gradedqualityBmaintenanceEnables creating professional documents (invoices, contracts, certificates, proposals, reports) via the DocuQueue API, with tools for template management, filling, previewing, and PDF generation.1MIT- AlicenseAqualityCmaintenanceGenerate professional PDFs from Claude, Cursor, and other AI tools. Create invoices, contracts, reports, and certificates from templates or inline HTML markup.725 npm1MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to extract structured JSON from invoices and receipts in PDF and image formats using Claude Vision. Supports full document parsing, line item extraction, validation, and batch CSV export with API key or cryptocurrency payment options.MIT
- AlicenseAqualityDmaintenanceGenerate production-ready PDFs from Markdown, HTML, or built-in templates (invoices, resumes, reports) directly from Claude or any MCP-compatible AI agent via the DocRenders API.63 npmMIT
Glama MCP Gateway
Add one secure layer between your agents and this server.