Skip to content
VS Code

pay mcp for VS Code

io.github.voidly-ai/pay-mcp

USDC-backed agent payments. Transfer, escrow, x402 paywall, streams, subs. 28 tools.

client:VS Code transport:stdio runtime:npm

Install pay mcp in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "voidly-pay-api-url",
      "description": "VOIDLY_PAY_API_URL",
      "password": true
    }
  ],
  "servers": {
    "pay-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@voidly/pay-mcp"
      ],
      "env": {
        "VOIDLY_PAY_API_URL": "${input:voidly-pay-api-url}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

pay mcp in other clients