spawnpay for VS Code
io.github.robocular/spawnpay
Crypto wallets, payments, and referral earnings for AI agents on Base L2
client:VS Code
transport:stdio
runtime:npm
Install spawnpay in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "spawnpay-api-key",
"description": "SPAWNPAY_API_KEY",
"password": true
}
],
"servers": {
"spawnpay": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"spawnpay-mcp"
],
"env": {
"SPAWNPAY_API_KEY": "${input:spawnpay-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs