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.
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.
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.
claude mcp add storefront-guard -- npx -y storefront-guard-mcp-server
{
"mcpServers": {
"storefront-guard": {
"args": [
"-y",
"storefront-guard-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.storefront-guard]
command = "npx"
args = ["-y", "storefront-guard-mcp-server"]
{
"mcpServers": {
"storefront-guard": {
"args": [
"-y",
"storefront-guard-mcp-server"
],
"command": "npx"
}
}
}
{
"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.
Merchant trust verification for agentic commerce. Verify any merchant before autonomous payment.
Verify x402 payment endpoints before an AI agent pays: scam scan, on-chain checks, trust scores.
Stripe payments for AI agents. Create links, verify, manage customers.
Mercado Pago payments for AI agents: payment links, search, refunds, merchant info.
Verified directory for machine payments (x402 & MPP): check services and wallets before agents pay.
Scans code for hardcoded secrets (AWS, Stripe, GitHub, JWTs) before an AI agent commits it.
Pre-payment merchant trust checks for x402 agents on Base and Solana.
Detect the ecommerce platform, payment providers and catalogue size behind a storefront.
Answers built from our own checks of this server.