AgentHubAgentHub

swarmpay

MCP ServerMCP Registry官方收录

io.github.ginokino/swarmpay · v0.4.4

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

概览

swarmpay 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "swarmpay": {
      "command": "uvx",
      "args": [
        "swarmpay"
      ]
    }
  }
}

环境变量

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

相关资源

统一 Manifest

{
  "id": "io.github.ginokino/swarmpay",
  "type": "mcp-server",
  "version": "0.4.4",
  "displayName": "swarmpay",
  "description": "Payment layer for AI agents. Send USDC, manage escrows on Base blockchain.",
  "repository": {
    "url": "https://github.com/ginokino/swarmpay-sdk",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "swarmpay",
        "version": "0.4.4",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "SWARMPAY_NETWORK",
            "description": "Blockchain network: 'base-mainnet' or 'base-sepolia'"
          },
          {
            "name": "CDP_API_KEY_ID",
            "description": "Coinbase Developer Platform API key ID (for wallet creation)",
            "isSecret": true
          },
          {
            "name": "CDP_API_KEY_SECRET",
            "description": "Coinbase Developer Platform API key secret",
            "isSecret": true
          },
          {
            "name": "SWARMPAY_ADMIN_WALLET",
            "description": "Admin wallet address for fee collection"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.ginokino/swarmpay",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.ginokino%2Fswarmpay/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
swarmpay — MCP Server 安装与配置 · AgentHub