AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Invovate Mcp Server

mcp-lightspeedplusone-invovate-mcp-server · by LightSpeedPlusOne

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

No reviews yet
0 installs
43 views
0.0% view→install

Install

$ agentstack add mcp-lightspeedplusone-invovate-mcp-server

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.1 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.1. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-lightspeedplusone-invovate-mcp-server)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Invovate Mcp Server? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Invovate MCP Server

[](https://www.npmjs.com/package/invovate-mcp-server) [](https://registry.modelcontextprotocol.io) [](https://glama.ai/mcp/servers/LightSpeedPlusOne/invovate-mcp-server) [](https://invovate.com/openapi.json) [](LICENSE)

Invovate MCP Server is a free, no-signup invoice MCP server for Claude, Cursor, and other MCP clients — it generates invoices as PDF, JSON, and UBL 2.1 via the Invovate invoice API.

Let AI agents generate PDF, JSON, and UBL 2.1 invoices in 11 languages (including right-to-left Arabic, Japanese, Hindi, and Cyrillic) through the Invovate invoice API. Works with Claude Desktop, Cursor, Windsurf, and any MCP-capable client.

JSON math works with no API key; PDF/UBL output uses a free key.

Tools

| Tool | What it does | Key needed | |------|--------------|------------| | calculate_invoice_totals | Compute subtotal, discounts, tax, shipping, deposit, grand total, balance due — no file rendered. | No | | generate_invoice_pdf | Generate a PDF. Returns a 7-day hosted link (great for chat), or writes the file when save_path is given. | Required | | generate_invoice_ubl | Generate UBL 2.1 XML (interoperability/archival only — not regulated e-invoicing). | Yes | | get_invoice_capabilities | List supported languages, templates, currencies, and features. | No |

Get a free API key

Sign up at https://invovate.com/auth — your key starts with inv_. Free tier, no credit card. (calculate_invoice_totals works without a key; PDF, UBL, QR, and hosted links require a free key.)

Install

Claude Desktop

Add to claude_desktop_config.json (~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows):

{
  "mcpServers": {
    "invovate": {
      "command": "npx",
      "args": ["-y", "invovate-mcp-server"],
      "env": { "INVOVATE_API_KEY": "inv_your_key_here" }
    }
  }
}

Restart Claude Desktop. Then ask: “Create an invoice for Acme BV billing Globex for 3 consulting days at €900/day with 21% VAT, in English, and give me the PDF.”

Cursor / Windsurf

Add the same block to the MCP config (~/.cursor/mcp.json for Cursor, or the Windsurf MCP settings).

Run from source (before npm publish)

git clone https://github.com/LightSpeedPlusOne/invovate-mcp-server.git
cd invovate-mcp-server && npm install
INVOVATE_API_KEY=inv_your_key node src/index.js

…and point your client at it:

{
  "mcpServers": {
    "invovate": {
      "command": "node",
      "args": ["/absolute/path/to/mcp-server/src/index.js"],
      "env": { "INVOVATE_API_KEY": "inv_your_key_here" }
    }
  }
}

Configuration

| Env var | Default | Purpose | |---------|---------|---------| | INVOVATE_API_KEY | — | Free API key (inv_…). Enables PDF/UBL output and hosted links. | | INVOVATE_API_BASE | https://invovate.com | Override the API base (rarely needed). |

Test

npm test                                   # lists tools + JSON math (no key)
INVOVATE_API_KEY=inv_xxx npm test          # also exercises the PDF hosted-link path

Notes

  • Not regulated e-invoicing. UBL export is for interoperability/archival only.

No Peppol / Factur-X / ZUGFeRD / XRechnung / NF-e compliance or network delivery.

  • Hosted links expire and the invoice is deleted after 7 days.
  • Docs for agents: https://invovate.com/invoice-api-for-ai-agents · OpenAPI: https://invovate.com/openapi.json

Example prompts

Once connected, ask your AI client in natural language:

Create an invoice for Acme Ltd for 3 hours of consulting at $120/hour. Return it as a PDF.
Generate a UBL 2.1 invoice for a SaaS subscription charged €49/month.
Make a Japanese invoice (¥) for ¥350,000 of web design with 10% consumption tax, and give me the link.

Links

  • Invoice API & docs: https://invovate.com/api · https://invovate.com/invoice-api-for-ai-agents
  • OpenAPI 3.1 spec: https://invovate.com/openapi.json (import as a ChatGPT / Claude Action)
  • MCP landing page: https://invovate.com/mcp-invoice-generator · All integrations: https://invovate.com/integrations
  • npm (this package): https://www.npmjs.com/package/invovate-mcp-server
  • Python SDK: https://pypi.org/project/invovate/ · JavaScript SDK: https://www.npmjs.com/package/invovate
  • Glama MCP directory: https://glama.ai/mcp/servers/LightSpeedPlusOne/invovate-mcp-server
  • Postman collection: https://www.postman.com/lightspeedplusone-9440989/workspace/invovate-invoice-api/overview
  • RapidAPI: https://rapidapi.com/LightSpeedPlusOne/api/invovate-invoice
  • WordPress plugin: https://wordpress.org/plugins/invovate-invoice-generator/

License

MIT © Invovate

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.1 Imported from the upstream source.