Catalog
io.github.LightSpeedPlusOne/invovate-mcp-server
Officialby LightSpeedPlusOne · JavaScript
AI-agent invoice generator: PDF, JSON & UBL in 11 languages via the Invovate API.
Generates invoices in PDF, JSON, and UBL formats across 11 languages via Invovate.
Topics
ai-agentsclaudecursorinvoiceinvoice-apimcpmodel-context-protocolpdfuble-invoicingjson-to-pdfmcp-serverno-signuppdf-invoice
README not available yet.
Install
Configuration
Environment variables
INVOVATE_API_KEYsecretFree Invovate API key (starts with inv_) from https://invovate.com/auth. Required only for the PDF/UBL tools; calculate_invoice_totals works without it.
INVOVATE_API_BASEOverride the API base URL (defaults to https://invovate.com).
claude_desktop_config.json
{
"mcpServers": {
"invovate-mcp-server": {
"command": "npx",
"args": [
"-y",
"invovate-mcp-server@0.1.1"
],
"env": {
"INVOVATE_API_KEY": "<YOUR_INVOVATE_API_KEY>",
"INVOVATE_API_BASE": "<YOUR_INVOVATE_API_BASE>"
}
}
}
}