# io.github.maxigirl123/storefront-guard (npm · storefront-guard-mcp-server)

Verifies a merchant storefront is legitimate before an AI agent commits payment.

- Trust score: 78/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-25

## Components

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

## Channel facts

- Registry: `npm`
- Package: `storefront-guard-mcp-server`
- Version: `0.3.2`
- 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-25.

- **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.
  - 42 of 131 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: no license is declared.
  - Actively maintained (last published 25 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 63/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 627 tokens (~627/item across 1 items; 1 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 90/100
  - Stability observed for 27 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.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 1 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 1 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.

## Install

### How do I install the io.github.maxigirl123/storefront-guard MCP server?

io.github.maxigirl123/storefront-guard runs locally as an npm package, launched with npx -y storefront-guard-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add maxigirl123-storefront-guard -- npx -y storefront-guard-mcp-server
```

### Cursor

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

### VS Code

```json
{
  "servers": {
    "maxigirl123-storefront-guard": {
      "command": "npx",
      "args": [
        "-y",
        "storefront-guard-mcp-server"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add maxigirl123-storefront-guard -- npx -y storefront-guard-mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "maxigirl123-storefront-guard": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "storefront-guard-mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add maxigirl123-storefront-guard --command npx --arg -y --arg storefront-guard-mcp-server
```

### Hermes

```yaml
mcp_servers:
  maxigirl123-storefront-guard:
    command: "npx"
    args: ["-y", "storefront-guard-mcp-server"]
```

### Netclaw

```json
{
  "McpServers": {
    "maxigirl123-storefront-guard": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "storefront-guard-mcp-server"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add maxigirl123-storefront-guard -t stdio -c npx -a -y storefront-guard-mcp-server
```

### Other

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

## 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-25 (score 78, +1)

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

### 2026-09-23 (score 77, +1)

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

### 2026-09-21 (score 76, +1)

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

### 2026-09-18 (score 75, +1)

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

### 2026-09-16 (score 74, +1)

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

### 2026-09-15 (score 73, +2)

- [security improvement] CVE-2026-82562 no longer affects this package
- [security improvement] CVE-2026-82417 no longer affects this package
- [security improvement] Known CVEs: fail → pass

### 2026-09-13 (score 71, +1)

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

### 2026-09-11 (score 70, +1)

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

## MCP tools (1)

### `verify_storefront` (~627 tokens)

Verify Storefront Legitimacy

Checks whether a merchant storefront looks like the same legitimate entity it appeared to be recently, BEFORE an agent commits payment to it.

This is the mirror image of merchant-side agent-verification protocols (e.g. Visa's Trusted Agent Protocol): those let a merchant confirm an incoming agent is legitimate. This tool lets the AGENT confirm the MERCHANT is legitimate before paying.

It does NOT guarantee a storefront is safe - it is a fast, explainable pre-purchase signal built from free public data sources (domain registration history via RDAP, SSL certificate issuance history via Certificate Transparency logs, HTTPS validity, and a known-scam-domain check). Treat a "high" risk result as a strong reason to pause and get human confirmation before paying, and a "low" risk result as one input among others, not a guarantee.

Args:
  \- domain (string): the bare domain of the storefront to check, e.g. "example-shop.com"

Returns:
  {
    "domain": string,
    "trustScore": number,       // 0-100, higher = more trustworthy
    "riskLevel": "low" | "medium" | "high" | "unknown",
    "confidence": "low" | "medium" | "high",  // how many signals could actually be resolved
    "reasons": string[],        // human-readable explanation for the score
    "recommendation": "proceed" | "pause_for_confirmation" | "do_not_proceed",
    "recommendationReason": string,  // one-line explanation of why this recommendation was made
    "signals": { ...raw signal data for audit/debugging... },
    "checkedAt": string         // ISO timestamp - this is a point-in-time result, do not cache it
  }

Recommendation values and suggested agent behavior:
  \- "proceed": trust score is high with high confidence — complete the transaction silently, no user confirmation needed
  \- "pause_for_confirmation": score is borderline or confidence is insufficient — pause and show recommendationReason to the user before completing payment
  \- "do_not_proceed": domain matched a scam list or trust score is…

Input parameters:

- `domain` (string, required): The bare domain of the storefront to verify, e.g. 'example-shop.com'. Strip protocol and path if given a full URL.

## Diagnostics

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

## Score history

- 2026-09-25: 78
- 2026-09-24: 77
- 2026-09-23: 77
- 2026-09-22: 76
- 2026-09-21: 76
- 2026-09-20: 75
- 2026-09-19: 75
- 2026-09-18: 75
- 2026-09-17: 74
- 2026-09-16: 74
- 2026-09-15: 73
- 2026-09-14: 71
- 2026-09-13: 71
- 2026-09-12: 70
- 2026-09-11: 70
- 2026-09-10: 69
- 2026-09-09: 69
- 2026-09-08: 68
- 2026-09-07: 68
- 2026-09-06: 67
- 2026-09-05: 67
- 2026-09-04: 66
- 2026-09-03: 66
- 2026-09-02: 67
- 2026-09-01: 67
- 2026-08-31: 51
- 2026-08-30: 50
- 2026-08-29: 65

## Common questions

### What is the io.github.maxigirl123/storefront-guard MCP server?

io.github.maxigirl123/storefront-guard is an MCP server listed in the public MCP registry as io.github.maxigirl123/storefront-guard. Verifies a merchant storefront is legitimate before an AI agent commits payment. This page covers its npm package (storefront-guard-mcp-server).

### Is the io.github.maxigirl123/storefront-guard MCP server safe to use?

io.github.maxigirl123/storefront-guard scores 78 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. 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.maxigirl123/storefront-guard MCP server expose?

io.github.maxigirl123/storefront-guard exposes 1 tool: verify_storefront. Their descriptions and schemas cost roughly 627 tokens of context every time the server is loaded.

### Is the io.github.maxigirl123/storefront-guard MCP server still maintained?

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

## Links

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