pop pay for Windsurf
io.github.100xpercent/pop-pay
Runtime security for AI agent commerce. CLI + MCP server blocks hallucinated purchases.
client:Windsurf
transport:stdio
runtime:npm
Install pop pay in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"pop-pay": {
"command": "npx",
"args": [
"-y",
"pop-pay"
],
"env": {
"POP_CDP_URL": "<POP_CDP_URL>",
"POP_ALLOWED_CATEGORIES": "<POP_ALLOWED_CATEGORIES>",
"POP_MAX_PER_TX": "<POP_MAX_PER_TX>",
"POP_MAX_DAILY": "<POP_MAX_DAILY>",
"POP_GUARDRAIL_ENGINE": "<POP_GUARDRAIL_ENGINE>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs