# io.github.theluckystrike/supplier-list (mcpb · supplier-list.mcpb)

A supplier directory that does not rot: contacts, terms, lead times, review dates.

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

## Components

- remote · `mcp.zovo.one`: 81/100, [markdown](https://verifymcp.io/servers/theluckystrike-supplier-list/mcp-supplier-list.md), [page](https://verifymcp.io/servers/theluckystrike-supplier-list/mcp-supplier-list)
- mcpb · `supplier-list.mcpb`: 47/100 (this document), [markdown](https://verifymcp.io/servers/theluckystrike-supplier-list/https-github-com-theluckystrike-mcp-servers-releases-download-v0-22-0-supplier-l.md), [page](https://verifymcp.io/servers/theluckystrike-supplier-list/https-github-com-theluckystrike-mcp-servers-releases-download-v0-22-0-supplier-l)

## Channel facts

- Registry: `mcpb`
- Package: `https://github.com/theluckystrike/mcp-servers/releases/download/v0.22.0/supplier-list.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**: 79/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1244 tokens (~124/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**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% 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; "supplier_remove" implies "remove" 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/supplier-list.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 47)

First indexed and scored.

## MCP tools (10)

### `supplier_add` (~260 tokens)

Add a supplier

Add a supplier to the directory and return its SUP-YYYY-NNNN number: the name, what they supply, who to contact and how, the payment terms, the lead time in days, and notes. Free tier: 10 suppliers; removing one you no longer use frees its slot.

Input parameters:

- `address` (string): Postal or visiting address
- `category` (string, required): What they supply, e.g. Packaging, Raw materials, Print. Free-form; supplier_list filters on it
- `contact_name` (string): Your person there, e.g. Maria Chen
- `email` (string): Orders or accounts email
- `lead_time_days` (integer): Typical days from order to delivery, e.g. 14
- `name` (string, required): Who you buy from, e.g. Shenzhen Box Co, or Acme Fasteners
- `notes` (string): Anything worth remembering: minimum orders, who to escalate to, why you dropped them last time
- `payment_terms` (string): The terms you buy on, e.g. Net 30, 50% upfront, Due on receipt
- `phone` (string): Phone number as you would dial it
- `website` (string): Website or storefront URL

### `supplier_list` (~97 tokens)

List suppliers

List the supplier directory A to Z by name: contact, payment terms, lead time, when each record was last reviewed and how many days ago that was. Filter by category and by free text across every field. Reads only.

Input parameters:

- `category` (string): Only suppliers in exactly this category, case-insensitive
- `q` (string): Only suppliers whose name, category, contact, terms or notes contain this text, case-insensitive

### `supplier_get` (~77 tokens)

Read one supplier

Read one supplier record in full by SUP number or name: every contact field, the payment terms, the lead time, the notes, and when the record was last reviewed. Reads only.

Input parameters:

- `supplier` (string, required): The supplier id, e.g. SUP-2026-0003, or the name when only one supplier has it

### `supplier_update` (~278 tokens)

Change a supplier record

Change any of a supplier's fields by SUP number or name: name, category, the contact fields, payment terms, lead time, notes. Only the fields you pass change; pass at least one. The SUP number and the review stamp are not writable here -- supplier_mark_reviewed does the stamp.

Input parameters:

- `address` (string): Postal or visiting address
- `category` (string): What they supply, e.g. Packaging, Raw materials, Print. Free-form; supplier_list filters on it
- `contact_name` (string): Your person there, e.g. Maria Chen
- `email` (string): Orders or accounts email
- `lead_time_days` (integer): Typical days from order to delivery, e.g. 14
- `name` (string): Rename the supplier
- `notes` (string): Anything worth remembering: minimum orders, who to escalate to, why you dropped them last time
- `payment_terms` (string): The terms you buy on, e.g. Net 30, 50% upfront, Due on receipt
- `phone` (string): Phone number as you would dial it
- `supplier` (string, required): The supplier id, e.g. SUP-2026-0003, or the name when only one supplier has it
- `website` (string): Website or storefront URL

### `supplier_remove` (~83 tokens)

Remove a supplier

Remove a supplier from the directory by SUP number or name, returning the record as it stood so nothing is lost silently. The SUP number is never reissued. On the free tier the slot is freed for another supplier.

Input parameters:

- `supplier` (string, required): The supplier id, e.g. SUP-2026-0003, or the name when only one supplier has it

### `supplier_mark_reviewed` (~111 tokens)

Stamp a supplier as reviewed

Stamp a supplier's record as reviewed on a date, today by default: you have checked the contact, the terms and the lead time are still true. This is the stamp supplier_due_review reads, so a reviewed record stops being flagged as stale.

Input parameters:

- `date` (string): The date you reviewed the record, YYYY-MM-DD. Default today
- `supplier` (string, required): The supplier id, e.g. SUP-2026-0003, or the name when only one supplier has it

### `supplier_due_review` (~91 tokens)

Which supplier records have gone stale

The due-review report: every supplier whose record has not been reviewed in the last N days -- 90 unless you say otherwise -- most overdue first. A record never reviewed is always due, whatever its age. This is the report that keeps the directory from rotting. Pro feature.

Input parameters:

- `days` (integer): A record is due when its last review is older than this many days. Default 90

### `supplier_export` (~122 tokens)

Export the directory

Export the supplier directory as CSV or a Markdown table: every field, one row per supplier, A to Z by name. CSV opens in any spreadsheet; Markdown drops into a doc, a wiki or a README. Filter by category and free text first if you only want part of it. CSV is free; Markdown is Pro.

Input parameters:

- `category` (string): Only suppliers in exactly this category, case-insensitive
- `format` (string): csv (default) or markdown
- `q` (string): Only suppliers whose fields contain this text, case-insensitive

### `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-supplier-list/https-github-com-theluckystrike-mcp-servers-releases-download-v0-22-0-supplier-l#diagnostics

## Score history

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

## Common questions

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

io.github.theluckystrike/supplier-list is an MCP server listed in the public MCP registry as io.github.theluckystrike/supplier-list. A supplier directory that does not rot: contacts, terms, lead times, review dates. This page covers its MCPB bundle (https://github.com/theluckystrike/mcp-servers/releases/download/v0.22.0/supplier-list.mcpb).

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

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

io.github.theluckystrike/supplier-list exposes 10 tools: supplier_add, supplier_list, supplier_get, supplier_update, supplier_remove, and 5 more. Their descriptions and schemas cost roughly 1,244 tokens of context every time the server is loaded.

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

io.github.theluckystrike/supplier-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.

## Links

- Repository: https://github.com/theluckystrike/mcp-servers
- Website: https://mcp.zovo.one/s/supplier-list
- Changelog RSS feed: https://verifymcp.io/servers/theluckystrike-supplier-list/https-github-com-theluckystrike-mcp-servers-releases-download-v0-22-0-supplier-l.xml
- Changelog JSON feed: https://verifymcp.io/servers/theluckystrike-supplier-list/https-github-com-theluckystrike-mcp-servers-releases-download-v0-22-0-supplier-l.json
- HTML version of this page: https://verifymcp.io/servers/theluckystrike-supplier-list/https-github-com-theluckystrike-mcp-servers-releases-download-v0-22-0-supplier-l
