Skip to content
VS Code

voulti for VS Code

io.github.csacanam/voulti

Accept crypto payments from AI agents: invoices + hosted checkout on 5 chains. No API key.

client:VS Code transport:stdio runtime:npm

Install voulti in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "voulti-commerce-id",
      "description": "VOULTI_COMMERCE_ID",
      "password": true
    }
  ],
  "servers": {
    "voulti": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "voulti-mcp"
      ],
      "env": {
        "VOULTI_COMMERCE_ID": "${input:voulti-commerce-id}"
      }
    }
  }
}

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

voulti in other clients