agentic-pay for Windsurf
io.github.shieldcubed/agentic-pay
Non-custodial payment engine for AI agents — BTC, ETH, USDT, USDC, XRP, XMR, ZEC.
client:Windsurf
transport:stdio
runtime:npm
Install agentic-pay in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"agentic-pay": {
"command": "npx",
"args": [
"-y",
"@shieldcubed/agentic-pay"
],
"env": {
"AGENTIC_PAY_AGENT_ID": "<AGENTIC_PAY_AGENT_ID>",
"AGENTIC_PAY_CONFIG": "<AGENTIC_PAY_CONFIG>",
"BTC_WIF": "<BTC_WIF>",
"ETH_RPC_URL": "<ETH_RPC_URL>",
"ETH_PRIVATE_KEY": "<ETH_PRIVATE_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs