AI-agent invoice generator: PDF, JSON & UBL in 11 languages via the Invovate API.
If you already use Invovate, the invovate mcp server is the piece that lets your assistant work with it directly. AI-agent invoice generator: PDF, JSON & UBL in 11 languages via the Invovate API.
JSON math works with no API key; PDF/UBL output uses a free key.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
calculate_invoice_totals — Compute subtotal, discounts, tax, shipping, deposit, grand total, balance due — no file renderedgenerate_invoice_pdf — Generate a PDF. Returns a 7-day hosted link (great for chat), or writes the file when save_path is givengenerate_invoice_ubl — Generate UBL 2.1 XML (interoperability/archival only — not regulated e-invoicing)get_invoice_capabilities — List supported languages, templates, currencies, and featuresBecause this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
Configuration is passed through the environment: INVOVATE_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the payments and commerce group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Invovate's toolset — calculate_invoice_totals, generate_invoice_pdf, generate_invoice_ubl and 1 more — is a fair guide to whether it matches your workflow. It is maintained by LightSpeedPlusOne; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Invovate's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| calculate_invoice_totals | Compute subtotal, discounts, tax, shipping, deposit, grand total, balance due — no file rendered. |
| generate_invoice_pdf | Generate a PDF. Returns a 7-day hosted link (great for chat), or writes the file when save_path is given. |
| generate_invoice_ubl | Generate UBL 2.1 XML (interoperability/archival only — *not* regulated e-invoicing). |
| get_invoice_capabilities | List supported languages, templates, currencies, and features. |
{
"mcpServers": {
"invovate": {
"command": "npx",
"args": ["-y", "invovate-mcp-server"],
"env": { "INVOVATE_API_KEY": "inv_your_key_here" }
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| INVOVATE_API_KEY | Credential the server authenticates with. | Yes |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.