← Back to browse

swarmpay

Indexed by io.github.ginokino

About

Payment layer for AI agents. Send USDC, manage escrows on Base blockchain.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSWARMPAY_NETWORK CDP_API_KEY_ID CDP_API_KEY_SECRET SWARMPAY_ADMIN_WALLET
Claude Code
claude mcp add --env SWARMPAY_NETWORK= --env CDP_API_KEY_ID= --env CDP_API_KEY_SECRET= --env SWARMPAY_ADMIN_WALLET= swarmpay -- uvx swarmpay
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"swarmpay","command":"uvx","args":["swarmpay"],"env":{"SWARMPAY_NETWORK":"","CDP_API_KEY_ID":"","CDP_API_KEY_SECRET":"","SWARMPAY_ADMIN_WALLET":""}}'
JSON
{
  "mcpServers": {
    "swarmpay": {
      "command": "uvx",
      "args": [
        "swarmpay"
      ],
      "env": {
        "SWARMPAY_NETWORK": "",
        "CDP_API_KEY_ID": "",
        "CDP_API_KEY_SECRET": "",
        "SWARMPAY_ADMIN_WALLET": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.