storefront guard for Windsurf
io.github.maxigirl123/storefront-guard
Verifies a merchant storefront is legitimate before an AI agent commits payment.
client:Windsurf
transport:stdio
runtime:npm
Install storefront guard in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs