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/catalogue

REMOTE · MCP.ZOVO.ONE · 2 COMPONENTS · SCANNED SEP 20

A price list and rate card the quotes and invoice servers read by SKU.

+3 this week 82 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security89
Transport & Reachability100
Schema Quality & AI Usability83
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 1751 tokens (~125/item across 14 items; 12 tools + 2 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 Management37
  • Stability observed for 11 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

How do I install the io.github.theluckystrike/catalogue MCP server?

io.github.theluckystrike/catalogue is a hosted endpoint at https://mcp.zovo.one/mcp/catalogue, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · mcp.zovo.one

# add to Claude Code
claude mcp add --transport http theluckystrike-catalogue 'https://mcp.zovo.one/mcp/catalogue'
// .cursor/mcp.json
{
  "mcpServers": {
    "theluckystrike-catalogue": {
      "url": "https://mcp.zovo.one/mcp/catalogue"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "theluckystrike-catalogue": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/catalogue"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.theluckystrike-catalogue]
url = "https://mcp.zovo.one/mcp/catalogue"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "theluckystrike-catalogue": {
      "type": "remote",
      "url": "https://mcp.zovo.one/mcp/catalogue",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add theluckystrike-catalogue --url 'https://mcp.zovo.one/mcp/catalogue' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  theluckystrike-catalogue:
    url: "https://mcp.zovo.one/mcp/catalogue"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "theluckystrike-catalogue": {
      "Transport": "http",
      "Url": "https://mcp.zovo.one/mcp/catalogue"
    }
  }
}
# add to Vellum
assistant mcp add theluckystrike-catalogue -t streamable-http -u 'https://mcp.zovo.one/mcp/catalogue'
// mcp.json
{
  "mcpServers": {
    "theluckystrike-catalogue": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/catalogue"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

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.

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

  • 17 Sept 26 +1
    • Server version: 0.21.0 → 0.22.0 functional
  • 15 Sept 26 +1

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

  • 13 Sept 26 +1

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

  • 11 Sept 26 +1
    • Tool “catalogue_report” rewrote its description, which is the text the model reads security
    • Tool “license_activate” rewrote its description, which is the text the model reads security
    • Tool “sku_set” rewrote its description, which is the text the model reads security
    • New prompt “upgrade_to_pro” functional
    • New resource “pricing” functional
  • 10 Sept 26 0
    • Tool “price_list_text” rewrote its description, which is the text the model reads security
    • Tool “sku_delete” rewrote its description, which is the text the model reads security
    • Tool “license_activate” rewrote its description, which is the text the model reads security
    • Tool “license_status” rewrote its description, which is the text the model reads security
    • Tool “rate_set” rewrote its description, which is the text the model reads security
    • Stability: unverified → 0.03 functional
    • “license_activate” reworded the description of “key” cosmetic
  • 9 Sept 26 +41
    • Transport: unverified → pass security
    • Injection markers: unverified → pass security
    • First check of Judged manipulation: pass security
    • Authorization: Authorisation is enforced on tool calls, but the challenge carries no valid RFC 9728 metadata, so a client cannot discover where to get a token. security
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → 100 functional
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: good functional
    • First check of Schema quality: fail functional
    • First check of Tool coverage: 96 functional
    • First check of Schema quality: fail functional
    • First check of Destructive annotations: 0 functional
  • 6 Sept 26 36

    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 · Probed https://mcp.zovo.one/mcp/catalogue

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=zovo.one CN=WE1,O=Google Trust Services,C=US 2 Sept 2026 1 Dec 2026 ECDSA 256 ECDSA-SHA256 ef74739bd6e575bb13db69661e215324
SANs: zovo.one, mcp.zovo.one, *.mcp.zovo.one
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of mcp.zovo.one. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
one. present 64939 8 Verified
zovo.one. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication Challenged, unverified

The endpoint asked for a token, but we could not retrieve and validate the RFC 9728 metadata that tells a client how to obtain one.

Result Challenged, unverified
Enforced On tool calls
HTTP status 200

WWW-Authenticate challenge Bearer realm="mcp.zovo.one", error="invalid_token"

Bearer realm="mcp.zovo.one", error="invalid_token"
Header Value
strict-transport-security max-age=15552000; includeSubDomains; preload
x-content-type-options nosniff

Protected resource metadata

Retrieved No
Problem no_resource_metadata

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.zovo.one/mcp/catalogue Verified 200
http (plaintext) http://mcp.zovo.one/mcp/catalogue HTTPS enforced 301 https://mcp.zovo.one/mcp/catalogue
MCP tools · 12 exposed · ~1,671 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 ~97

Report the catalogue as at date: how many SKUs there are, how many price rows are in force, which rows a later row already replaces, and which SKUs carry no price in the profile's default currency. Reads only. 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 ~76

Turn Pro on for this connection with key, an MCPL1.<payload>.<signature> issued at checkout for this server or the bundle. Data under your token stays; a wrong or expired key changes nothing. license_status confirms it.

NameTypeReqDescription
keystringyesLicense key from checkout, MCPL1.<payload>.<signature>

No output schema declared.

No examples provided.

license_status ~55

Report this endpoint's licence state for your token as JSON: the product, the tier free or pro, why it is not Pro, and the checkout URL. Call it to explain a free-tier refusal. No arguments, nothing changes.

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

Call this tool to render the price list for one currency and tier as an A4 HTML document laid out for print-to-PDF (this hosted endpoint has no PDF renderer) and return a download link valid for one hour: 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_pathstringName for the downloaded file, e.g. trade-prices-april. Defaults to price-list-<currency>-<tier>-<date>; the list comes back as a download link valid for one hour
tierstringOne tier. Default standard

No output schema declared.

No examples provided.

price_list_text ~128

Print the price list as plain text: every SKU with its unit, the price in force on a date and any later price booked, then the labour rate cards, under your business name. Also a .txt download link valid one hour. Free; price_list_pdf writes the A4 page.

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

Set the hourly charge-out rate on a labour card: role, currency, hourly_minor in whole MINOR units and the day it starts. The same role, currency and date REPLACES that row rather than adding one. 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 ~79

Delete a catalogue line no rate card points at and that never priced a resolved line, freeing a free-tier slot. Otherwise it is refused, naming what depends on it: reprice it to withdraw it instead.

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

Add a catalogue line or reprice one: a code, a name, a unit, an optional VAT rate, and price_minor in whole minor units for one currency, tier and valid_from. A repriced line keeps its old rows. Free: 25 SKUs, one tier.

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/catalogue MCP server?

io.github.theluckystrike/catalogue is an MCP server listed in the public MCP registry as io.github.theluckystrike/catalogue. A price list and rate card the quotes and invoice servers read by SKU. This page covers its hosted endpoint (https://mcp.zovo.one/mcp/catalogue).

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

io.github.theluckystrike/catalogue scores 82 out of 100 on VerifyMCP. 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/catalogue MCP server expose?

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

Does the io.github.theluckystrike/catalogue MCP server require authentication?

Yes. io.github.theluckystrike/catalogue asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

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

io.github.theluckystrike/catalogue is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.