# Professional Invoice Generator (npm · invoice-generator-mcp)

Free invoice generator — create pre-filled invoice URLs with taxes, discounts, and 14 languages.

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

## Components

- npm · `invoice-generator-mcp`: 62/100 (this document), [markdown](https://verifymcp.io/servers/amehiny-invoice-generator/invoice-generator-mcp.md), [page](https://verifymcp.io/servers/amehiny-invoice-generator/invoice-generator-mcp)

## Channel facts

- Registry: `npm`
- Package: `invoice-generator-mcp`
- Version: `1.0.0`
- 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**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), 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 (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 82 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 284 tokens (~71/item across 4 items; 4 tools + 0 resources), lean.
  - 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**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% 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 amehiny-invoice-generator -- npx -y invoice-generator-mcp
```

### Codex

```bash
codex mcp add amehiny-invoice-generator -- npx -y invoice-generator-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add amehiny-invoice-generator --command npx --arg -y --arg invoice-generator-mcp
```

### Hermes

```yaml
mcp_servers:
  amehiny-invoice-generator:
    command: "npx"
    args: ["-y", "invoice-generator-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "amehiny-invoice-generator": {
      "command": "npx",
      "args": [
        "-y",
        "invoice-generator-mcp"
      ]
    }
  }
}
```

## 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-03 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 61, +37)

- [security regression] Provenance: fail → unverified
- [security regression] Install scripts: pass → unverified
- [security improvement] Known CVEs: unverified → partial
- [functional regression] Maintenance: pass → unverified
- [functional regression] Dependency health: partial → unverified
- [functional regression] License: pass → unverified
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] Licence: MIT

### 2026-08-01 (score 24, −37)

- [security regression] Known CVEs: partial → unverified
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified

### 2026-07-31 (score 61, +30)

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

### 2026-07-30 (score 31, +12)

- [security regression] Provenance: unverified → fail
- [security regression] Malware scan: pass → unverified
- [security improvement] Install scripts: unverified → pass
- [functional regression] Dependency health: partial → unverified
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] Licence: MIT

### 2026-07-29 (score 19, +1)

- [functional improvement] Dependency health: unverified → partial

### 2026-07-28 (score 18, −22)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

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

First indexed and scored.

## MCP tools (4)

### `create_invoice` (~227 tokens)

Create Invoice

Create a pre-filled invoice URL for the Professional Invoice Generator. The user opens the URL in their browser, reviews the pre-populated fields, and clicks Download PDF. All fields are optional — only provide what you know.

Input parameters:

- `billTo` (object): The client / billed-to party
- `currency` (string): ISO 4217 currency code, e.g. "USD", "EUR", "GBP". Use list_currencies for the full list.
- `discounts` (array): Discount lines applied before tax
- `footerBoxes` (array): Up to 3 footer text boxes (payment instructions, terms, bank details, etc.)
- `invoiceDetails` (object): Invoice header information
- `items` (array): Line items on the invoice
- `primaryColor` (string): Accent colour for headings and table header. Use list_colors for options.
- `sellerInfo` (object): Your company / the billed-by party
- `shipTo` (object): Shipping address (optional, shown separately on the invoice)
- `taxes` (array): Tax lines applied to the subtotal

### `list_currencies` (~18 tokens)

List Currencies

List all currencies supported by the invoice generator.

### `list_colors` (~16 tokens)

List Colour Themes

List the available colour themes for invoices.

### `list_languages` (~23 tokens)

List Languages

List the 14 languages supported by the invoice generator interface and PDF export.

## Diagnostics

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

## Score history

- 2026-08-03: 62
- 2026-08-02: 61
- 2026-08-01: 24
- 2026-07-31: 61
- 2026-07-30: 31
- 2026-07-29: 19
- 2026-07-28: 18
- 2026-07-27: 40

## Links

- npm package: https://www.npmjs.com/package/invoice-generator-mcp
- Socket report: https://socket.dev/npm/package/invoice-generator-mcp
- Changelog RSS feed: https://verifymcp.io/servers/amehiny-invoice-generator/invoice-generator-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/amehiny-invoice-generator/invoice-generator-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/amehiny-invoice-generator/invoice-generator-mcp
