# io.github.LightSpeedPlusOne/invovate-mcp-server (npm · invovate-mcp-server)

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

- Trust score: 60/100 (medium)
- Change this week: +19
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `invovate-mcp-server`: 60/100 (this document), [markdown](https://verifymcp.io/servers/lightspeedplusone-invovate-mcp-server/invovate-mcp-server.md), [page](https://verifymcp.io/servers/lightspeedplusone-invovate-mcp-server/invovate-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `invovate-mcp-server`
- Version: `0.1.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 56 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 38/100
  - AI-judged instruction clarity (fair).
  - Context-footprint check failed: tool/resource definitions use about 1028 tokens (~257/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 87/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 61% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add lightspeedplusone-invovate-mcp-server -- npx -y invovate-mcp-server
```

### Codex

```bash
codex mcp add lightspeedplusone-invovate-mcp-server -- npx -y invovate-mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "lightspeedplusone-invovate-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "invovate-mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add lightspeedplusone-invovate-mcp-server --command npx --arg -y --arg invovate-mcp-server
```

### Hermes

```yaml
mcp_servers:
  lightspeedplusone-invovate-mcp-server:
    command: "npx"
    args: ["-y", "invovate-mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "lightspeedplusone-invovate-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "invovate-mcp-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 60, +16)

- [security improvement] Malware scan: unverified → pass
- [functional improvement] Stability: unverified → 0.23

### 2026-08-01 (score 44, +27)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → fair
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional] Licence: MIT

### 2026-07-31 (score 17, −24)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 41)

First indexed and scored.

## MCP tools (4)

### `calculate_invoice_totals` (~311 tokens)

Compute invoice totals (subtotal, per-line and global discounts, tax, shipping, deposit, grand total, balance due) without rendering a file. No API key required. Use this to validate amounts before generating a PDF.

Input parameters:

- `accent_color` (string): Hex color like #2563eb.
- `amount_paid` (number): Amount already paid (for partial invoices).
- `currency` (string): ISO 4217 code, e.g. USD, EUR, GBP. Default USD.
- `date` (string): ISO date, e.g. 2026-06-01.
- `deposit` (number)
- `due_date` (string)
- `from` (object, required): The business issuing the invoice.
- `global_discount` (number)
- `global_discount_type` (string)
- `global_tax` (number): Tax % applied to all lines without their own tax_rate.
- `items` (array, required): Line items (at least one).
- `language` (string): Invoice language. Default en. ar/ja/hi/ru render with embedded fonts.
- `notes` (string)
- `number` (string): Invoice number; auto-generated if omitted.
- `payment` (object)
- `po_number` (string)
- `shipping` (number)
- `template` (string): PDF template. Default classic.
- `terms` (string): Payment terms, e.g. "Net 30".
- `to` (object, required): The customer being billed.

### `generate_invoice_pdf` (~359 tokens)

Generate a PDF invoice. By default returns a shareable 7-day hosted link that renders the PDF (best for chat — give the link to the user). If save_path is provided, the binary PDF is written to that local file instead. Set INVOVATE_API_KEY (free) for reliable PDF output.

Input parameters:

- `accent_color` (string): Hex color like #2563eb.
- `amount_paid` (number): Amount already paid (for partial invoices).
- `currency` (string): ISO 4217 code, e.g. USD, EUR, GBP. Default USD.
- `date` (string): ISO date, e.g. 2026-06-01.
- `deposit` (number)
- `due_date` (string)
- `from` (object, required): The business issuing the invoice.
- `global_discount` (number)
- `global_discount_type` (string)
- `global_tax` (number): Tax % applied to all lines without their own tax_rate.
- `items` (array, required): Line items (at least one).
- `language` (string): Invoice language. Default en. ar/ja/hi/ru render with embedded fonts.
- `notes` (string)
- `number` (string): Invoice number; auto-generated if omitted.
- `payment` (object)
- `po_number` (string)
- `save_path` (string): Optional absolute path to write the .pdf file to. If omitted, a 7-day hosted link is returned.
- `shipping` (number)
- `template` (string): PDF template. Default classic.
- `terms` (string): Payment terms, e.g. "Net 30".
- `to` (object, required): The customer being billed.

### `generate_invoice_ubl` (~318 tokens)

Generate a UBL 2.1 XML invoice (for interoperability/archival — NOT a regulated e-invoice transmission; no Peppol/Factur-X/XRechnung compliance). Returns the XML as text. Requires INVOVATE_API_KEY.

Input parameters:

- `accent_color` (string): Hex color like #2563eb.
- `amount_paid` (number): Amount already paid (for partial invoices).
- `currency` (string): ISO 4217 code, e.g. USD, EUR, GBP. Default USD.
- `date` (string): ISO date, e.g. 2026-06-01.
- `deposit` (number)
- `due_date` (string)
- `from` (object, required): The business issuing the invoice.
- `global_discount` (number)
- `global_discount_type` (string)
- `global_tax` (number): Tax % applied to all lines without their own tax_rate.
- `items` (array, required): Line items (at least one).
- `language` (string): Invoice language. Default en. ar/ja/hi/ru render with embedded fonts.
- `notes` (string)
- `number` (string): Invoice number; auto-generated if omitted.
- `payment` (object)
- `po_number` (string)
- `shipping` (number)
- `template` (string): PDF template. Default classic.
- `terms` (string): Payment terms, e.g. "Net 30".
- `to` (object, required): The customer being billed.

### `get_invoice_capabilities` (~40 tokens)

List what the Invovate invoice API supports: languages, PDF templates, and notable features. Use this to pick valid language/template/currency values.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/lightspeedplusone-invovate-mcp-server/invovate-mcp-server#diagnostics

## Score history

- 2026-08-03: 60
- 2026-08-02: 60
- 2026-08-01: 44
- 2026-07-31: 17
- 2026-07-30: 41
- 2026-07-28: 41
- 2026-07-27: 41

## Links

- npm package: https://www.npmjs.com/package/invovate-mcp-server
- Socket report: https://socket.dev/npm/package/invovate-mcp-server
- Repository: https://github.com/LightSpeedPlusOne/invovate-mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/lightspeedplusone-invovate-mcp-server/invovate-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/lightspeedplusone-invovate-mcp-server/invovate-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/lightspeedplusone-invovate-mcp-server/invovate-mcp-server
