# io.github.theluckystrike/bill-of-sale (mcpb · bill-of-sale.mcpb)

Bills of sale for equipment, vehicles and stock: draft, finalize, print with signature lines.

- Trust score: 45/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `mcp.zovo.one`: 82/100, [markdown](https://verifymcp.io/servers/theluckystrike-bill-of-sale/mcp-bill-of-sale.md), [page](https://verifymcp.io/servers/theluckystrike-bill-of-sale/mcp-bill-of-sale)
- mcpb · `bill-of-sale.mcpb`: 45/100 (this document), [markdown](https://verifymcp.io/servers/theluckystrike-bill-of-sale/https-github-com-theluckystrike-mcp-servers-releases-download-v0-22-0-bill-of-sa.md), [page](https://verifymcp.io/servers/theluckystrike-bill-of-sale/https-github-com-theluckystrike-mcp-servers-releases-download-v0-22-0-bill-of-sa)

## Channel facts

- Registry: `mcpb`
- Package: `https://github.com/theluckystrike/mcp-servers/releases/download/v0.22.0/bill-of-sale.mcpb`
- Version: `0.22.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-09-20.

- **Supply Chain Security**: 23/100
  - Malware scan not yet available for this package.
  - Known CVEs were checked across the 96 of 96 dependencies we could resolve, so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - 31 of 96 dependencies flagged as unhealthy.
- **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 3 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 74/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1592 tokens (~159/item across 10 items; 10 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 89/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 68% of tool parameters carry a description.
- **Tool Safety**: 75/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "sale_delete" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default.
  - An AI judge read all 10 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.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

- Download bundle: `https://github.com/theluckystrike/mcp-servers/releases/download/v0.22.0/bill-of-sale.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-17 (score 45)

First indexed and scored.

## MCP tools (10)

### `sale_create` (~606 tokens)

Record a sale

Record a sale and generate the bill of sale: who sold, who bought, what item (with VIN, serial or IMEI where it has one), the price in minor units and the date. Returns the BOS-YYYY-NNNN number of the draft. The draft can still be changed with sale_update; sale_finalize freezes it into the signing copy and sale_render prints it. Free tier: 10 drafts.

Input parameters:

- `as_is` (boolean): Include the as-is clause: sold with all faults, no warranties except any written here. Default true, the norm for second-hand sales; pass false to leave it out
- `buyer_address` (string): The buyer's postal address, one string
- `buyer_email` (string): The buyer's email
- `buyer_name` (string, required): Who is buying, e.g. Jane Kowalska or Northwind Sp. z o.o.
- `buyer_phone` (string): The buyer's phone number
- `condition` (string): The condition at handover, e.g. used, good working order, or new, sealed
- `currency` (string, required): ISO code the price is in
- `date` (string): The date of the sale, YYYY-MM-DD. Default today
- `duplicate_ok` (boolean): Record it even though an identical sale to the same buyer exists, for a genuinely repeated sale. Default false
- `identifier_other` (string): Any other identifying number, e.g. a hull number or an asset tag
- `imei` (string): IMEI, 15 digits, for a phone or tablet
- `item_category` (string): What kind of item, e.g. vehicle, equipment, electronics, stock
- `item_description` (string, required): What was sold, specific enough to identify it, e.g. 2019 Honda Civic 1.5 petrol, grey, or MacBook Pro 14-inch 2021
- `notes` (string): Anything else the document should say, e.g. payment method or what is included in the sale
- `price_minor` (integer, required): The sale price in whole minor units (integer cents). 120000 is USD 1,200.00
- `quantity` (integer): How many units this document covers. Default 1
- `seller_address` (string): The seller's postal address, one string
- `seller_email` (string): The seller's email
- `seller_name` (string): Who is selling. Defaults to the shared business profile's name when the profile has one
- `seller_phone` (string): The seller's phone number
- `serial` (string): Serial number, for equipment and electronics
- `vin` (string): Vehicle Identification Number, 17 characters, for a vehicle sale
- `warranty` (string): A warranty the seller does give, in their own words, e.g. The seller warrants the engine for 30 days from the sale date

### `sale_update` (~274 tokens)

Change a bill of sale before signing

Change anything on a bill of sale that is not finalized yet: price, buyer, seller, item details, identifiers, the as-is clause, warranty or notes. Pass an empty string to clear an optional field. A finalized document cannot be edited.

Input parameters:

- `as_is` (boolean)
- `buyer_address` (string)
- `buyer_email` (string)
- `buyer_name` (string): Who is buying
- `buyer_phone` (string)
- `condition` (string)
- `currency` (string)
- `date` (string): The date of the sale, YYYY-MM-DD
- `identifier_other` (string)
- `imei` (string)
- `item_category` (string)
- `item_description` (string)
- `notes` (string)
- `price_minor` (integer): The sale price in whole minor units (integer cents)
- `quantity` (integer)
- `sale` (string, required): The bill of sale id, e.g. BOS-2026-0001
- `seller_address` (string)
- `seller_email` (string)
- `seller_name` (string): Who is selling
- `seller_phone` (string)
- `serial` (string)
- `vin` (string)
- `warranty` (string)

### `sale_finalize` (~80 tokens)

Finalize the bill of sale for signing

Finalize a bill of sale so it is ready to sign: the document is frozen from this call on, sale_update refuses it, and every later render is the signing copy without the DRAFT watermark. Free tier: 5 finalized documents.

Input parameters:

- `sale` (string, required): The bill of sale id, e.g. BOS-2026-0001

### `sale_list` (~77 tokens)

List bills of sale

List every bill of sale, drafts and finalized, newest first: id, status, date, item, buyer, seller and price. Filter to drafts or finalized documents with status.

Input parameters:

- `limit` (integer): Maximum rows, default 500
- `status` (string): Which documents to list: all (default), draft, or final

### `sale_get` (~69 tokens)

Read one bill of sale

Read one bill of sale in full by its BOS number: both parties, the item and its identifiers, price, terms, and whether it is still a draft or the finalized signing copy.

Input parameters:

- `sale` (string, required): The bill of sale id, e.g. BOS-2026-0001

### `sale_delete` (~111 tokens)

Delete a bill of sale

Delete a bill of sale by its BOS number. A draft goes outright. A finalized document needs confirm_finalized true, because it is the local copy of a record the buyer may hold. The BOS number is never reissued, so a gap in the series is the record that a document was deleted.

Input parameters:

- `confirm_finalized` (boolean): Required true to delete a finalized document. Default false
- `sale` (string, required): The bill of sale id, e.g. BOS-2026-0001

### `sale_render` (~207 tokens)

Print the bill of sale

Render a bill of sale as a clean printable document: Markdown, a self-contained HTML file ready for print-to-PDF, or both, with signature lines for seller and buyer. Drafts render with a DRAFT watermark so a review copy cannot be signed by mistake. Files default to the server's documents folder; pass out_path to choose. Free.

Input parameters:

- `format` (string): What to render: markdown, html, or both (default). The HTML is one self-contained file, no external assets
- `out_path` (string): Where to write. With format both this is a stem and .md / .html are appended. Default: the server's documents folder under the data directory
- `overwrite` (boolean): Replace an existing file at out_path. Default false: an occupied explicit path is refused, a derived one gets -2, -3, ...
- `sale` (string, required): The bill of sale id, e.g. BOS-2026-0001

### `sale_summary` (~43 tokens)

Summarize the sales book

Summarize the book: how many drafts and finalized documents, and the total sold value per currency, drafts separate from finalized. Currencies are never added together. Free.

### `license_status` (~54 tokens)

License status

Report this server's licence state: product, tier free or pro, licence id, expiry, the key source and the upgrade URL. No arguments, no network. Explains a free-tier refusal; license_activate installs a key.

### `license_activate` (~71 tokens)

Activate license

Activate a Pro key (MCPL1.xxx.yyy) from checkout: verified offline against a built-in public key, saved to your config file. A wrong, malformed or expired key is refused, unsaved. license_status reads it back.

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-bill-of-sale/https-github-com-theluckystrike-mcp-servers-releases-download-v0-22-0-bill-of-sa#diagnostics

## Score history

- 2026-09-20: 45
- 2026-09-19: 45
- 2026-09-18: 45
- 2026-09-17: 45

## Common questions

### What is the io.github.theluckystrike/bill-of-sale MCP server?

io.github.theluckystrike/bill-of-sale is an MCP server listed in the public MCP registry as io.github.theluckystrike/bill-of-sale. Bills of sale for equipment, vehicles and stock: draft, finalize, print with signature lines. This page covers its MCPB bundle (https://github.com/theluckystrike/mcp-servers/releases/download/v0.22.0/bill-of-sale.mcpb).

### Is the io.github.theluckystrike/bill-of-sale MCP server safe to use?

io.github.theluckystrike/bill-of-sale scores 45 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/bill-of-sale MCP server expose?

io.github.theluckystrike/bill-of-sale exposes 10 tools: sale_create, sale_update, sale_finalize, sale_list, sale_get, and 5 more. Their descriptions and schemas cost roughly 1,592 tokens of context every time the server is loaded.

### What licence is the io.github.theluckystrike/bill-of-sale MCP server under?

io.github.theluckystrike/bill-of-sale 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/s/bill-of-sale
- Changelog RSS feed: https://verifymcp.io/servers/theluckystrike-bill-of-sale/https-github-com-theluckystrike-mcp-servers-releases-download-v0-22-0-bill-of-sa.xml
- Changelog JSON feed: https://verifymcp.io/servers/theluckystrike-bill-of-sale/https-github-com-theluckystrike-mcp-servers-releases-download-v0-22-0-bill-of-sa.json
- HTML version of this page: https://verifymcp.io/servers/theluckystrike-bill-of-sale/https-github-com-theluckystrike-mcp-servers-releases-download-v0-22-0-bill-of-sa
