mcpbeat Sign in

Storefront Guard MCP Server

by maxigirl123 Your server? Claim it
local only

Storefront Guard runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 31 Aug 2026.

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

Installs per day peak 320 · avg 10
a month agotoday
31
Installs / week
npm · storefront-guard-mcp-server
0
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Storefront Guard every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add storefront-guard -- npx -y storefront-guard-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "storefront-guard": {
      "args": [
        "-y",
        "storefront-guard-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.storefront-guard]
command = "npx"
args = ["-y", "storefront-guard-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "storefront-guard": {
      "args": [
        "-y",
        "storefront-guard-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "storefront-guard": {
      "args": [
        "-y",
        "storefront-guard-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GOOGLE_SAFE_BROWSING_API_KEY (Google Safe Browsing API key for scam domain checks. Optional — degrades gracefully if not set.), SAM_GOV_API_KEY (SAM.gov API key for US federal exclusions check. Optional — skipped if not set.), URLHAUS_AUTH_KEY (URLhaus Auth-Key for malware URL lookups. Optional — degrades gracefully if not set.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Storefront Guard

same job, measured the same way
Trust Gate
by botagram

Merchant trust verification for agentic commerce. Verify any merchant before autonomous payment.

27 installs/wk local only
Pulsefeed X402
by nikolife2016

Verify x402 payment endpoints before an AI agent pays: scam scan, on-chain checks, trust scores.

76 installs/wk 11 tools answering
Mifactory Payments
by mifactory-bot

Stripe payments for AI agents. Create links, verify, manage customers.

4 tools answering
Cobroya
by dan1d

Mercado Pago payments for AI agents: payment links, search, refunds, merchant info.

24 installs/wk local only
Verantis MCP
by m9labs-railscope

Verified directory for machine payments (x402 & MPP): check services and wallets before agents pay.

138 installs/wk 4 tools answering
Secretguard MCP
by vladimirbakalov

Scans code for hardcoded secrets (AWS, Stripe, GitHub, JWTs) before an AI agent commits it.

local only
x402 Merchant Check
by gradientdecisions

Pre-payment merchant trust checks for x402 agents on Base and Solana.

1 tools answering
MCP Ecommerce Platform Profiler
by mambabuilt

Detect the ecommerce platform, payment providers and catalogue size behind a storefront.

33 installs/wk local only

Storefront Guard — questions

Answers built from our own checks of this server.

Why is there no uptime for Storefront Guard?
Storefront Guard runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package storefront-guard-mcp-server was installed 31 times last week.
How do I connect Storefront Guard?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls storefront-guard-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Storefront Guard?
The npm package storefront-guard-mcp-server was installed 31 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Storefront Guard open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.