Skip to content
Cline

swarmpay for Cline

io.github.ginokino/swarmpay

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

client:Cline transport:stdio runtime:pypi

Install swarmpay in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "swarmpay": {
      "command": "uvx",
      "args": [
        "swarmpay"
      ],
      "env": {
        "SWARMPAY_NETWORK": "<SWARMPAY_NETWORK>",
        "CDP_API_KEY_ID": "<CDP_API_KEY_ID>",
        "CDP_API_KEY_SECRET": "<CDP_API_KEY_SECRET>",
        "SWARMPAY_ADMIN_WALLET": "<SWARMPAY_ADMIN_WALLET>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

swarmpay in other clients