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/price-list

MCPB · CATALOGUE.MCPB · SCANNED SEP 21

Keep one price list: a price per SKU, per currency, per tier, from the day it applies.

Available components

+7 this week 54 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 Security22
  • Malware scan not yet available for this package.Unverified
  • Known CVEs were checked across the 157 of 157 dependencies we could resolve, so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • 63 of 157 dependencies flagged as unhealthy (2 deprecated). View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability84
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1546 tokens (~118/item across 13 items; 12 tools + 1 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 Management47
  • Stability observed for 14 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 96% 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; "sku_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 13 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
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 · catalogue.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.

  • 21 Sept 26 +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.

  • 19 Sept 26 +1

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

  • 17 Sept 26 +1

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

  • 15 Sept 26 +4
    • Stability: unverified → 0.27 functional
  • 7 Sept 26 47

    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 21 Sept 2026 · Analysed mcpb/https://github.com/theluckystrike/mcp-servers/releases/download/v0.21.0/catalogue.mcpb@0.21.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 157 packages
Packages resolved 157
Deprecated 2
Stale 63
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 12 exposed · ~1,516 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
catalogue_report ~92

Report the catalogue: how many SKUs there are, how many price rows are in force today, which rows a later row already replaces, and which SKUs carry no price in the profile's default currency. Pro.

NameTypeReqDescription
datestringThe day the report is in force, YYYY-MM-DD. Default today
limitintegerMaximum rows listed in each section, default and ceiling 500

No output schema declared.

No examples provided.

license_activate ~42

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

NameTypeReqDescription
keystringyesLicense key from the checkout confirmation page

No output schema declared.

No examples provided.

license_status ~23

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

lines_resolve ~180

Turn a list of sku or role lines into invoice_create-ready and quote_create-ready items priced from the catalogue as of each line's date. An unknown code is refused by name and never priced. Free.

NameTypeReqDescription
clientstringClient name or id, copied into both payloads. invoice_create and quote_create both need one
currencyThe currency for every line. Defaults to the shared business profile's
datestringThe day the whole list is priced as of, YYYY-MM-DD. Default today
linesarrayyesThe lines to price, each a sku with a quantity or a role with hours
tax_ratenumberVAT percent for lines whose SKU carries no rate of its own, overriding the shared profile
tierstringPrice tier for every line. Default standard

No output schema declared.

No examples provided.

price_list_pdf ~119

Call this tool to write the A4 price list for one currency and tier and return the file path: every SKU with its unit, its price in force and the day that price started. Pro.

NameTypeReqDescription
currencystringDefaults to the shared business profile's currency
datestringThe day the list is in force, YYYY-MM-DD. Default today
out_pathstringWhere to write the file. Defaults to the catalogue data directory under pdf/
tierstringOne tier. Default standard

No output schema declared.

No examples provided.

price_list_text ~112

Print the price list as plain text: every SKU with the price in force on a date, per currency and tier, with the valid-from date and any later price already booked, then the labour rates. Free.

NameTypeReqDescription
currencystringDefaults to the shared business profile's currency
datestringThe day the list is in force, YYYY-MM-DD. Default today
tierstringOne tier, or omit for standard. Pass all for every tier, which is Pro

No output schema declared.

No examples provided.

rate_get ~112

Show the hourly rate for a role as of a date and currency: the row picked is the latest valid_from at or before that date, and the answer names it. With no role given, lists every card. Free.

NameTypeReqDescription
currencystringDefaults to the shared business profile's currency
datestringThe day the rate is wanted for, YYYY-MM-DD. Default today
rolestringThe role, e.g. senior developer. Omit to list every rate card

No output schema declared.

No examples provided.

rate_set ~190

Set the hourly rate on a labour rate card: a role, a currency, an hourly rate in minor units and the day it comes into force. An update replaces the row for that currency and date. Free.

NameTypeReqDescription
currencystringISO code this rate is in. Defaults to the shared business profile's currency
hourly_minorintegeryesThe hourly rate in whole minor units. 8500 is EUR 85.00 an hour. Never a decimal
notestring
rolestringyesThe role charged for, e.g. senior developer. Lower case, this is what an hours line is priced from
skustringA catalogue code this role bills under, so a resolved hours line carries the SKU's name and VAT rate
valid_fromstringThe first day this rate applies, YYYY-MM-DD. Default today

No output schema declared.

No examples provided.

sku_delete ~77

Delete a catalogue line raised by mistake. Only one that no rate card points at and that has never priced a resolved line can go; the refusal names what depends on it. Free on every tier.

NameTypeReqDescription
skustringyesThe SKU code, e.g. WEB-AUDIT, or the product name when only one product carries it

No output schema declared.

No examples provided.

sku_get ~131

Show the price of one SKU as of a date, in one currency and tier: the row picked is the latest valid_from at or before that date, and the answer names the row and any later one already booked. Free.

NameTypeReqDescription
currencystringDefaults to the shared business profile's currency
datestringThe day the price is wanted for, YYYY-MM-DD. Default today
skustringyesThe SKU code, e.g. WEB-AUDIT, or the product name when only one product carries it
tierstringPrice tier. Default standard

No output schema declared.

No examples provided.

sku_list ~143

List catalogue lines with the price in force today, filtered by code prefix, by currency and by tier. A SKU with no price in that currency and tier is listed and said to have none. Free.

NameTypeReqDescription
currencystringThe currency the price in force is shown in. Defaults to the profile's
datestringShow the price in force on this day instead of today, YYYY-MM-DD
limitintegerMaximum rows returned, default and ceiling 500
prefixstringOnly codes starting with this, e.g. HOST- for every hosting line
tierstringPrice tier. Default standard

No output schema declared.

No examples provided.

sku_set ~295

Add a catalogue line or reprice one: a code, a name, a unit, an optional VAT rate, and a price in minor units for one currency, tier and valid-from date. Free tier: 25 SKUs.

NameTypeReqDescription
currencystringISO code this price is in. Defaults to the shared business profile's currency
duplicate_okbooleanAdd it even though another code already carries the same product at the same price. Default false
namestringyesWhat it is on the customer's document, e.g. Website audit
notestring
price_minorintegeryesThe price of ONE, in whole minor units. 45000 is EUR 450.00. Never a decimal
skustringyesThe code, e.g. WEB-AUDIT. Upper case, no spaces. This is what an invoice line is filed under
tierstringPrice tier, e.g. trade or list. Default standard. A second tier is Pro
unitstringWhat one of it is: each, hour, month, 1000 words. Default each. Required the first time
valid_fromstringThe first day this price applies, YYYY-MM-DD. Default today
vat_ratenumberVAT percent for this product, overriding the shared profile's default on a resolved line

No output schema declared.

No examples provided.

Common questions

What is the io.github.theluckystrike/price-list MCP server?

io.github.theluckystrike/price-list is an MCP server listed in the public MCP registry as io.github.theluckystrike/price-list. Keep one price list: a price per SKU, per currency, per tier, from the day it applies. This page covers its MCPB bundle (https://github.com/theluckystrike/mcp-servers/releases/download/v0.21.0/catalogue.mcpb).

Is the io.github.theluckystrike/price-list MCP server safe to use?

io.github.theluckystrike/price-list scores 54 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/price-list MCP server expose?

io.github.theluckystrike/price-list exposes 12 tools: sku_set, sku_get, sku_list, sku_delete, rate_set, and 7 more. Their descriptions and schemas cost roughly 1,516 tokens of context every time the server is loaded.

What licence is the io.github.theluckystrike/price-list MCP server under?

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