← Index

io.github.ginokino/swarmpay

io.github.ginokino/swarmpay·v0.4.4·Finance & Payments
Quality Score
80
/100

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

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "swarmpay": {
      "command": "uvx",
      "args": [
        "swarmpay"
      ],
      "env": {
        "SWARMPAY_NETWORK": "<swarmpay_network>",
        "CDP_API_KEY_ID": "<your-cdp_api_key_id>",
        "CDP_API_KEY_SECRET": "<your-cdp_api_key_secret>",
        "SWARMPAY_ADMIN_WALLET": "<swarmpay_admin_wallet>"
      }
    }
  }
}
§02  Environment variables
SWARMPAY_NETWORK

Blockchain network: 'base-mainnet' or 'base-sepolia'

CDP_API_KEY_ID
secret

Coinbase Developer Platform API key ID (for wallet creation)

CDP_API_KEY_SECRET
secret

Coinbase Developer Platform API key secret

SWARMPAY_ADMIN_WALLET

Admin wallet address for fee collection

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Finance & Payments