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.Maarmapa/storefront-mcp

NPM · STOREFRONT-MCP · SCANNED AUG 14

E-commerce storefront over MCP: public catalog tools plus token-gated back-office tools.

Available components

+6 this week 75 Trust /100
Trust breakdown (6 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 →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 30 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability86
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 409 tokens (~68/item across 6 items; 6 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
  • Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.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.

npm · storefront-mcp

# add to Claude Code
claude mcp add maarmapa-storefront-mcp -- npx -y storefront-mcp
# add to Codex CLI
codex mcp add maarmapa-storefront-mcp -- npx -y storefront-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "maarmapa-storefront-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "storefront-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add maarmapa-storefront-mcp --command npx --arg -y --arg storefront-mcp
# ~/.hermes/config.yaml
mcp_servers:
  maarmapa-storefront-mcp:
    command: "npx"
    args: ["-y", "storefront-mcp"]
// mcp.json
{
  "mcpServers": {
    "maarmapa-storefront-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "storefront-mcp"
      ]
    }
  }
}
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.

  • 13 Aug 26 +1

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

  • 12 Aug 26 +3
    • Stability: unverified → 0.23 functional
  • 11 Aug 26 +2
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 7 Aug 26 +4
    • Known CVEs: partial → pass security
    • Dependency health: partial → 0.85 functional
  • 6 Aug 26 +30
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Tool coverage: unverified → 100 functional
    • MCP protocol: unverified → pass functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: excellent functional
    • First check of Schema quality: pass functional
  • 5 Aug 26 35

    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 14 Aug 2026 · Analysed npm/storefront-mcp@1.0.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm
Dependencies 95 packages
Packages resolved 95
Stale 30
Tree resolution Complete
MCP tools · 6 exposed · ~409 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.

Tool Tokens
get_color_card ~80

Return a brand variant chart (color card): every variant with code, name, SKU and — when the stock backend answers — real per-variant availability. stock:null means unknown, never assume it is available.

NameTypeReqDescription
brandstringyesChart slug or plain brand name, e.g. "chromaflow-classic" or "chromaflow"

No output schema declared.

No examples provided.

get_product ~52

Return full detail for one product by its exact slug: name, price, availability, description, image and canonical URL.

NameTypeReqDescription
slugstringyesExact product slug, e.g. "classic-marker-set-12"

No output schema declared.

No examples provided.

get_promotions ~48

List products currently on sale. Returns up to 100.

NameTypeReqDescription
brandstringOptional brand filter
limitnumberMax results (default 50, max 100)

No output schema declared.

No examples provided.

get_quote ~86

Build a quote for a list of items and return the total plus a payment_link to hand to the human. It never charges anything: quote only, the human pays through the normal checkout.

NameTypeReqDescription
itemsarrayyesItems to quote: each with slug (a product) or sku (a specific variant), plus qty.
refstringOptional referral key for conversion tracking

No output schema declared.

No examples provided.

list_brands ~28

List available variant charts (slug, brand, product line, number of variants, base price).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

search_products ~115

Search purchasable products in the catalog by name, brand or SKU. Returns slug, name, brand, price and product URL for each hit. If the query looks like a color/variant code (e.g. "E00", "101"), prefer get_color_card: a code is a variant of a chart, not a product.

NameTypeReqDescription
limitnumberMax results (default 8, max 25)
querystringyesFree text to search (e.g. "sketch marker warm gray")

No output schema declared.

No examples provided.