← Back to Plugins
MCP Server MCP

io.github.ginokino/swarmpay

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx swarmpay

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "swarmpay",
      "version": "0.4.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Blockchain network: 'base-mainnet' or 'base-sepolia'",
          "format": "string",
          "name": "SWARMPAY_NETWORK"
        },
        {
          "description": "Coinbase Developer Platform API key ID (for wallet creation)",
          "format": "string",
          "isSecret": true,
          "name": "CDP_API_KEY_ID"
        },
        {
          "description": "Coinbase Developer Platform API key secret",
          "format": "string",
          "isSecret": true,
          "name": "CDP_API_KEY_SECRET"
        },
        {
          "description": "Admin wallet address for fee collection",
          "format": "string",
          "name": "SWARMPAY_ADMIN_WALLET"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...