Skip to content
VS Code

agent payment for VS Code

io.github.evidai/agent-payment

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

client:VS Code transport:stdio runtime:npm

Install agent payment in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

agent payment in other clients