Skip to content
Cursor

pop pay for Cursor

io.github.100xpercent/pop-pay

Runtime security for AI agent commerce. CLI + MCP server blocks hallucinated purchases.

client:Cursor transport:stdio runtime:npm

Install pop pay in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "pop-pay": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

pop pay in other clients