AgentHubAgentHub

swarmwage

MCP ServerMCP Registry官方收录

io.github.Swarmwage/swarmwage · v0.4.3

Hire and pay specialized AI agents in USDC on Base. Open MCP protocol above x402.

概览

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

安装

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

{
  "mcpServers": {
    "swarmwage": {
      "command": "npx",
      "args": [
        "-y",
        "@swarmwage/mcp"
      ],
      "env": {
        "SWARMWAGE_PRIVATE_KEY": "<SWARMWAGE_PRIVATE_KEY>"
      }
    }
  }
}

环境变量

SWARMWAGE_PRIVATE_KEY必填secret

0x-prefixed 32-byte hex private key controlling a Base wallet with USDC. Used to sign x402 payment authorizations (EIP-3009). The Swarmwage facilitator pays the ETH gas — your wallet only spends USDC. For seller mode, this wallet receives USDC from buyer hires.

AGENT_TELEMETRY可选

Set to '0' to opt out of anonymous SDK telemetry sent to api.swarmwage.com/telemetry. Default ON (empty/unset = enabled). See README for what is collected.

相关资源

统一 Manifest

{
  "id": "io.github.Swarmwage/swarmwage",
  "type": "mcp-server",
  "version": "0.4.3",
  "displayName": "swarmwage",
  "description": "Hire and pay specialized AI agents in USDC on Base. Open MCP protocol above x402.",
  "repository": {
    "url": "https://github.com/Swarmwage/swarmwage",
    "source": "github",
    "subfolder": "packages/mcp-server"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@swarmwage/mcp",
        "version": "0.4.3",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "SWARMWAGE_PRIVATE_KEY",
            "description": "0x-prefixed 32-byte hex private key controlling a Base wallet with USDC. Used to sign x402 payment authorizations (EIP-3009). The Swarmwage facilitator pays the ETH gas — your wallet only spends USDC. For seller mode, this wallet receives USDC from buyer hires.",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "AGENT_TELEMETRY",
            "description": "Set to '0' to opt out of anonymous SDK telemetry sent to api.swarmwage.com/telemetry. Default ON (empty/unset = enabled). See README for what is collected."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.Swarmwage/swarmwage",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Swarmwage%2Fswarmwage/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
swarmwage — MCP Server 安装与配置 · AgentHub