spawnpay for Cursor
io.github.robocular/spawnpay
Crypto wallets, payments, and referral earnings for AI agents on Base L2
client:Cursor
transport:stdio
runtime:npm
Install spawnpay in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"spawnpay": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"spawnpay-mcp"
],
"env": {
"SPAWNPAY_API_KEY": "<SPAWNPAY_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs