Skip to content
VS Code

ATXP — Agent Payment & Wallet Infrastructure for VS Code

io.github.atxp-dev/atxp

Agent wallet, email, phone, and 41 paid tools: search, image/video/music gen, SMS, calls.

client:VS Code transport:stdio runtime:npm

Install ATXP — Agent Payment & Wallet Infrastructure in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "atxp-connection",
      "description": "ATXP_CONNECTION",
      "password": true
    }
  ],
  "servers": {
    "atxp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "atxp"
      ],
      "env": {
        "ATXP_CONNECTION": "${input:atxp-connection}"
      }
    }
  }
}

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

ATXP — Agent Payment & Wallet Infrastructure in other clients