Skip to content
Grok

swarmpay for Grok

io.github.ginokino/swarmpay

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

client:Grok transport:stdio runtime:pypi

Install swarmpay in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "swarmpay": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

swarmpay in other clients