pop-pay
About
Runtime security for AI agent commerce. CLI + MCP server blocks hallucinated purchases.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
POP_CDP_URL POP_ALLOWED_CATEGORIES POP_MAX_PER_TX POP_MAX_DAILY POP_GUARDRAIL_ENGINEClaude Code
claude mcp add --env POP_CDP_URL= --env POP_ALLOWED_CATEGORIES= --env POP_MAX_PER_TX= --env POP_MAX_DAILY= --env POP_GUARDRAIL_ENGINE= pop-pay -- npx pop-pay
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"pop-pay","command":"npx","args":["pop-pay"],"env":{"POP_CDP_URL":"","POP_ALLOWED_CATEGORIES":"","POP_MAX_PER_TX":"","POP_MAX_DAILY":"","POP_GUARDRAIL_ENGINE":""}}'
JSON
{
"mcpServers": {
"pop-pay": {
"command": "npx",
"args": [
"pop-pay"
],
"env": {
"POP_CDP_URL": "",
"POP_ALLOWED_CATEGORIES": "",
"POP_MAX_PER_TX": "",
"POP_MAX_DAILY": "",
"POP_GUARDRAIL_ENGINE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.