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
{
"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