Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

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.

45 Trust /100
Trust breakdown (7 categories)

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
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.

Install

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 bundle
Changelog

Every 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.

Diagnostics

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 →

MCP tools · 10 exposed · ~1,592 tokens

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 →

Tool Tokens
license_activate ~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.

NameTypeReqDescription
keystringyesLicense key from the checkout confirmation page

No output schema declared.

No examples provided.

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 ~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.

NameTypeReqDescription
as_isbooleanInclude 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_addressstringThe buyer's postal address, one string
buyer_emailstringThe buyer's email
buyer_namestringyesWho is buying, e.g. Jane Kowalska or Northwind Sp. z o.o.
buyer_phonestringThe buyer's phone number
conditionstringThe condition at handover, e.g. used, good working order, or new, sealed
currencystringyesISO code the price is in
datestringThe date of the sale, YYYY-MM-DD. Default today
duplicate_okbooleanRecord it even though an identical sale to the same buyer exists, for a genuinely repeated sale. Default false
identifier_otherstringAny other identifying number, e.g. a hull number or an asset tag
imeistringIMEI, 15 digits, for a phone or tablet
item_categorystringWhat kind of item, e.g. vehicle, equipment, electronics, stock
item_descriptionstringyesWhat was sold, specific enough to identify it, e.g. 2019 Honda Civic 1.5 petrol, grey, or MacBook Pro 14-inch 2021
notesstringAnything else the document should say, e.g. payment method or what is included in the sale
price_minorintegeryesThe sale price in whole minor units (integer cents). 120000 is USD 1,200.00
quantityintegerHow many units this document covers. Default 1
seller_addressstringThe seller's postal address, one string
seller_emailstringThe seller's email
seller_namestringWho is selling. Defaults to the shared business profile's name when the profile has one
seller_phonestringThe seller's phone number
serialstringSerial number, for equipment and electronics
vinstringVehicle Identification Number, 17 characters, for a vehicle sale
warrantystringA 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 ~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.

NameTypeReqDescription
confirm_finalizedbooleanRequired true to delete a finalized document. Default false
salestringyesThe bill of sale id, e.g. BOS-2026-0001

No output schema declared.

No examples provided.

sale_finalize ~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.

NameTypeReqDescription
salestringyesThe bill of sale id, e.g. BOS-2026-0001

No output schema declared.

No examples provided.

sale_get ~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.

NameTypeReqDescription
salestringyesThe bill of sale id, e.g. BOS-2026-0001

No output schema declared.

No examples provided.

sale_list ~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.

NameTypeReqDescription
limitintegerMaximum rows, default 500
statusstringWhich documents to list: all (default), draft, or final

No output schema declared.

No examples provided.

sale_render ~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.

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

No output schema declared.

No examples provided.

sale_summary ~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 ~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.

NameTypeReqDescription
as_isboolean
buyer_addressstring
buyer_emailstring
buyer_namestringWho is buying
buyer_phonestring
conditionstring
currencystring
datestringThe date of the sale, YYYY-MM-DD
identifier_otherstring
imeistring
item_categorystring
item_descriptionstring
notesstring
price_minorintegerThe sale price in whole minor units (integer cents)
quantityinteger
salestringyesThe bill of sale id, e.g. BOS-2026-0001
seller_addressstring
seller_emailstring
seller_namestringWho is selling
seller_phonestring
serialstring
vinstring
warrantystring

No output schema declared.

No examples provided.

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.