io.github.theluckystrike/bill-of-sale
MCPB · BILL-OF-SALE.MCPB · 2 COMPONENTS · SCANNED SEP 21
Bills of sale for equipment, vehicles and stock: draft, finalize, print with signature lines.
Available components
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. How we score → Why this is hard to score →
Supply Chain Security23
- Malware scan not yet available for this package.Unverified
- Known CVEs were checked across the 96 of 96 dependencies we could resolve, so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 3 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability74
- AI-judged instruction clarity (excellent).Pass
- 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. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage89
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 68% of tool parameters carry a description.Partial
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 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. See how to fix → Fail
- An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
mcpb · bill-of-sale.mcpb
Download bundleEvery change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 17 Sept 26 45
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed mcpb/https://github.com/theluckystrike/mcp-servers/releases/download/v0.22.0/bill-of-sale.mcpb@0.22.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | mcpb |
Background: How many MCP packages publish verified provenance →
Dependencies 96 packages
| Packages resolved | 96 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
license_activate Activate license ~71
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.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | License key from the checkout confirmation page |
No output schema declared.
No examples provided.
license_status License status ~54
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.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
sale_create Record a sale ~606
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 | yes | 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 | yes | 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 | yes | 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 | yes | 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 |
No output schema declared.
No examples provided.
sale_delete Delete a bill of sale ~111
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.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm_finalized | boolean | – | Required true to delete a finalized document. Default false |
| sale | string | yes | The bill of sale id, e.g. BOS-2026-0001 |
No output schema declared.
No examples provided.
sale_finalize Finalize the bill of sale for signing ~80
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.
| Name | Type | Req | Description |
|---|---|---|---|
| sale | string | yes | The bill of sale id, e.g. BOS-2026-0001 |
No output schema declared.
No examples provided.
sale_get Read one bill of sale ~69
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.
| Name | Type | Req | Description |
|---|---|---|---|
| sale | string | yes | The bill of sale id, e.g. BOS-2026-0001 |
No output schema declared.
No examples provided.
sale_list List bills of sale ~77
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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Maximum rows, default 500 |
| status | string | – | Which documents to list: all (default), draft, or final |
No output schema declared.
No examples provided.
sale_render Print the bill of sale ~207
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 | yes | The bill of sale id, e.g. BOS-2026-0001 |
No output schema declared.
No examples provided.
sale_summary Summarize the sales book ~43
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.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
sale_update Change a bill of sale before signing ~274
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 | yes | 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 | – | – |
No output schema declared.
No examples provided.
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.