Skip to content
Claude Desktop

storefront guard for Claude Desktop

io.github.maxigirl123/storefront-guard

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

client:Claude Desktop transport:stdio runtime:npm

Install storefront guard in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "storefront-guard": {
      "command": "npx",
      "args": [
        "-y",
        "storefront-guard-mcp-server"
      ],
      "env": {
        "GOOGLE_SAFE_BROWSING_API_KEY": "<GOOGLE_SAFE_BROWSING_API_KEY>",
        "SAM_GOV_API_KEY": "<SAM_GOV_API_KEY>",
        "URLHAUS_AUTH_KEY": "<URLHAUS_AUTH_KEY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

storefront guard in other clients