Home › Finance › invovate-mcp-server

invovate-mcp-server

AI-agent invoice generator: PDF, JSON & UBL in 11 languages via the Invovate API.

TypeScript Cloud macOSWindowsLinux
★ 1 stars Last pushed 2026-06-07 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.1)

npx -y invovate-mcp-server@0.1.1

Or add to your MCP client config:

{
  "mcpServers": {
    "invovate-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "invovate-mcp-server@0.1.1"
      ],
      "env": {
        "INVOVATE_API_KEY": "<YOUR_VALUE>",
        "INVOVATE_API_BASE": "<YOUR_VALUE>"
      }
    }
  }
}
  • INVOVATE_API_KEY secret — Free 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_BASE — Override the API base URL (defaults to https://invovate.com).

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry