Skip to content
Cursor

agent payment for Cursor

io.github.evidai/agent-payment

Stripe-style USDC billing for any API. 8 free demo services no signup. Non-custodial.

client:Cursor transport:stdio runtime:npm

Install agent payment in Cursor

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

{
  "mcpServers": {
    "agent-payment": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agent-payment-mcp"
      ]
    }
  }
}

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

agent payment in other clients