# io.github.theluckystrike/invoice (mcpb · invoice.mcpb)

Create PDF invoices from your AI chat: clients, numbering, VAT, overdue reports. All data is local.

- Trust score: 56/100 (low)
- Change this week: +3
- Registry status: deprecated
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

> **Deprecated**: this server is marked deprecated in the MCP registry. The registry records this reason: "Superseded by the word-rich registry name for this server at v0.21.0; the v0.1.1 bundle this row points at is three weeks and twenty releases old."

## Components

- mcpb · `invoice.mcpb`: 56/100 (this document), [markdown](https://verifymcp.io/servers/theluckystrike-invoice/https-github-com-theluckystrike-mcp-servers-releases-download-v0-1-1-invoice-mcp.md), [page](https://verifymcp.io/servers/theluckystrike-invoice/https-github-com-theluckystrike-mcp-servers-releases-download-v0-1-1-invoice-mcp)

## Channel facts

- Registry: `mcpb`
- Package: `https://github.com/theluckystrike/mcp-servers/releases/download/v0.1.1/invoice.mcpb`
- 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-09-21.

- **Supply Chain Security**: 22/100
  - Malware scan not yet available for this package.
  - Known CVEs were checked across the 157 of 158 dependencies we could resolve, so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Dependency health was assessed across the 157 of 158 dependencies we could resolve, 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 18 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 83/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1006 tokens (~77/item across 13 items; 12 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 63/100
  - Stability observed for 19 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 86/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 59% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 12 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 13 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

- Download bundle: `https://github.com/theluckystrike/mcp-servers/releases/download/v0.1.1/invoice.mcpb`

## 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-09-20 (score 56, +1)

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

### 2026-09-18 (score 55, +1)

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

### 2026-09-16 (score 54, +1)

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

### 2026-09-13 (score 53, +1)

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

### 2026-09-11 (score 52, +1)

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

### 2026-09-10 (score 51, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-09-02 (score 47)

First indexed and scored.

## MCP tools (12)

### `business_set` (~218 tokens)

Set your business details

Store the issuer profile printed at the top of every invoice: your name, address, VAT id, bank details and defaults (currency, tax rate, payment terms, invoice number prefix). Call this once before creating invoices.

Input parameters:

- `address` (string): Postal address, newlines allowed
- `bank` (string): Bank name / BIC
- `default_currency` (string): ISO code, e.g. EUR, USD, JPY. Default EUR
- `default_tax_rate` (number): Default VAT percent applied to items without their own rate
- `email` (string)
- `iban` (string): IBAN or account number for payment
- `invoice_prefix` (string): Invoice number prefix, default INV (custom prefix is Pro)
- `logo_path` (string): Path to a PNG or JPG logo (Pro)
- `name` (string, required): Your business or freelancer name
- `payment_terms_days` (number): Default days until due. Default 14
- `vat_id` (string): VAT / tax registration id

### `client_add` (~69 tokens)

Add a client

Store a client so invoices can refer to them by name. Re-adding the same name updates the stored details.

Input parameters:

- `address` (string)
- `email` (string)
- `name` (string, required)
- `vat_id` (string): Client VAT id, printed for reverse-charge invoices

### `client_list` (~23 tokens)

List clients

List every stored client with their id, address, email and VAT id.

### `invoice_create` (~160 tokens)

Create an invoice

Create an invoice for a client from a list of items. Allocates the next invoice number (never reused), computes subtotal, discount, tax lines per rate and the total. Amounts are held as integer minor units; every line is rounded first, then summed.

Input parameters:

- `client` (string, required): Client name or id. Unknown names are added automatically
- `currency` (string)
- `discount_percent` (number): Discount percent applied to every line before tax, 0-100
- `due_days` (number): Days until due, defaults to your payment terms
- `issue_date` (string): YYYY-MM-DD, defaults to today
- `items` (array, required): Line items
- `notes` (string): Free text printed under the totals

### `invoice_from_hours` (~120 tokens)

Invoice from hours

Shortcut for the common case: bill one client for N hours at an hourly rate. Creates a single-line invoice.

Input parameters:

- `client` (string, required)
- `currency` (string)
- `description` (string): Line description, default 'Consulting services'
- `discount_percent` (number)
- `due_days` (number)
- `hours` (number, required)
- `issue_date` (string)
- `notes` (string)
- `rate` (number, required): Hourly rate in major units
- `tax_rate` (number)

### `invoice_list` (~67 tokens)

List invoices

List invoices, optionally filtered by status (unpaid, paid, partial), client, and an issue-date range.

Input parameters:

- `client` (string)
- `from` (string): YYYY-MM-DD inclusive
- `status` (string)
- `to` (string): YYYY-MM-DD inclusive

### `invoice_get` (~32 tokens)

Get one invoice

Return the full stored record for one invoice number, including every line and tax breakdown.

Input parameters:

- `number` (string, required)

### `invoice_mark_paid` (~76 tokens)

Mark an invoice paid

Record a payment. Without an amount the invoice is marked fully paid; a smaller amount marks it partial and reports the remaining balance.

Input parameters:

- `amount` (number): Amount received in major units. Omit for the full total
- `number` (string, required)
- `paid_date` (string): YYYY-MM-DD, defaults to today

### `invoice_pdf` (~94 tokens)

Render invoice PDF

Render an invoice as an A4 PDF you can send: issuer block, BILL TO client block, dates, item table with wrapped descriptions, subtotal, discount, tax lines per rate, total, payment details and notes. Every money value on the page carries its currency code. Returns the file path.

Input parameters:

- `number` (string, required)
- `out_path` (string): Where to write the PDF. Defaults to the data directory

### `overdue_report` (~62 tokens)

Overdue report

Answer "which invoices are overdue?": every unpaid or partly paid invoice past its due date, with days overdue, the outstanding amount per invoice and the outstanding total per currency. Free and unlimited.

Input parameters:

- `as_of` (string): YYYY-MM-DD, defaults to today

### `license_status` (~23 tokens)

License status

Show whether this server runs in free or Pro mode and where to upgrade.

### `license_activate` (~42 tokens)

Activate license

Activate a Pro license key (format MCPL1.xxx.yyy). Verified offline and saved locally.

Input parameters:

- `key` (string, required): License key from the checkout confirmation page

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/theluckystrike-invoice/https-github-com-theluckystrike-mcp-servers-releases-download-v0-1-1-invoice-mcp#diagnostics

## Score history

- 2026-09-21: 56
- 2026-09-20: 56
- 2026-09-19: 55
- 2026-09-18: 55
- 2026-09-17: 54
- 2026-09-16: 54
- 2026-09-15: 53
- 2026-09-14: 53
- 2026-09-13: 53
- 2026-09-12: 52
- 2026-09-11: 52
- 2026-09-10: 51
- 2026-09-09: 47
- 2026-09-08: 47
- 2026-09-07: 47
- 2026-09-06: 47
- 2026-09-05: 47
- 2026-09-04: 47
- 2026-09-03: 47
- 2026-09-02: 47

## Common questions

### What is the io.github.theluckystrike/invoice MCP server?

io.github.theluckystrike/invoice is an MCP server listed in the public MCP registry as io.github.theluckystrike/invoice. Create PDF invoices from your AI chat: clients, numbering, VAT, overdue reports. All data is local. This page covers its MCPB bundle (https://github.com/theluckystrike/mcp-servers/releases/download/v0.1.1/invoice.mcpb).

### Is the io.github.theluckystrike/invoice MCP server safe to use?

io.github.theluckystrike/invoice scores 56 out of 100 on VerifyMCP. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the io.github.theluckystrike/invoice MCP server expose?

io.github.theluckystrike/invoice exposes 12 tools: business_set, client_add, client_list, invoice_create, invoice_from_hours, and 7 more. Their descriptions and schemas cost roughly 986 tokens of context every time the server is loaded.

### Is the io.github.theluckystrike/invoice MCP server still maintained?

io.github.theluckystrike/invoice is marked deprecated in the MCP registry. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the io.github.theluckystrike/invoice MCP server under?

io.github.theluckystrike/invoice declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- Repository: https://github.com/theluckystrike/mcp-servers
- Website: https://mcp.zovo.one/buy/invoice
- Changelog RSS feed: https://verifymcp.io/servers/theluckystrike-invoice/https-github-com-theluckystrike-mcp-servers-releases-download-v0-1-1-invoice-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/theluckystrike-invoice/https-github-com-theluckystrike-mcp-servers-releases-download-v0-1-1-invoice-mcp.json
- HTML version of this page: https://verifymcp.io/servers/theluckystrike-invoice/https-github-com-theluckystrike-mcp-servers-releases-download-v0-1-1-invoice-mcp
