storefront guard for Cline
io.github.maxigirl123/storefront-guard
Verifies a merchant storefront is legitimate before an AI agent commits payment.
client:Cline
transport:stdio
runtime:npm
Install storefront guard in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs