# io.github.Maarmapa/storefront-mcp (npm · storefront-mcp)

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

- Trust score: 75/100 (medium)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-14

## Components

- npm · `storefront-mcp`: 75/100 (this document), [markdown](https://verifymcp.io/servers/maarmapa-storefront-mcp/storefront-mcp.md), [page](https://verifymcp.io/servers/maarmapa-storefront-mcp/storefront-mcp)

## Channel facts

- Registry: `npm`
- Package: `storefront-mcp`
- Version: `1.0.1`
- 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-08-14.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 30 of 95 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 (Apache-2.0).
  - Actively maintained (last published 9 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 86/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 409 tokens (~68/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **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.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add maarmapa-storefront-mcp -- npx -y storefront-mcp
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add maarmapa-storefront-mcp --command npx --arg -y --arg storefront-mcp
```

### Hermes

```yaml
mcp_servers:
  maarmapa-storefront-mcp:
    command: "npx"
    args: ["-y", "storefront-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "maarmapa-storefront-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "storefront-mcp"
      ]
    }
  }
}
```

## 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-08-13 (score 75, +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.

### 2026-08-12 (score 74, +3)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-11 (score 71, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-08-07 (score 69, +4)

- [security improvement] Known CVEs: partial → pass
- [functional] Dependency health: partial → 0.85

### 2026-08-06 (score 65, +30)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] 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

### 2026-08-05 (score 35)

First indexed and scored.

## MCP tools (6)

### `search_products` (~115 tokens)

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.

Input parameters:

- `limit` (number): Max results (default 8, max 25)
- `query` (string, required): Free text to search (e.g. "sketch marker warm gray")

### `get_product` (~52 tokens)

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

Input parameters:

- `slug` (string, required): Exact product slug, e.g. "classic-marker-set-12"

### `get_color_card` (~80 tokens)

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.

Input parameters:

- `brand` (string, required): Chart slug or plain brand name, e.g. "chromaflow-classic" or "chromaflow"

### `list_brands` (~28 tokens)

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

### `get_promotions` (~48 tokens)

List products currently on sale. Returns up to 100.

Input parameters:

- `brand` (string): Optional brand filter
- `limit` (number): Max results (default 50, max 100)

### `get_quote` (~86 tokens)

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.

Input parameters:

- `items` (array, required): Items to quote: each with slug (a product) or sku (a specific variant), plus qty.
- `ref` (string): Optional referral key for conversion tracking

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/maarmapa-storefront-mcp/storefront-mcp#diagnostics

## Score history

- 2026-08-14: 75
- 2026-08-13: 75
- 2026-08-12: 74
- 2026-08-11: 71
- 2026-08-10: 69
- 2026-08-09: 69
- 2026-08-08: 69
- 2026-08-07: 69
- 2026-08-06: 65
- 2026-08-05: 35

## Links

- npm package: https://www.npmjs.com/package/storefront-mcp
- Socket report: https://socket.dev/npm/package/storefront-mcp
- Repository: https://github.com/Maarmapa/storefront-mcp
- Changelog RSS feed: https://verifymcp.io/servers/maarmapa-storefront-mcp/storefront-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/maarmapa-storefront-mcp/storefront-mcp.json
- HTML version of this page: https://verifymcp.io/servers/maarmapa-storefront-mcp/storefront-mcp
