AgentHubAgentHub

token-tool

MCP ServerMCP Registry官方收录

io.github.bitbond/token-tool · v1.1.1

Deploy compliant ERC-20 tokens from any AI agent. 17 tools, 10 networks, CertiK-audited.

概览

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

安装

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

{
  "mcpServers": {
    "token-tool": {
      "command": "npx",
      "args": [
        "-y",
        "token-tool-mcp"
      ],
      "env": {
        "BITBOND_PRIVATE_KEY": "<BITBOND_PRIVATE_KEY>"
      }
    }
  }
}

环境变量

BITBOND_PRIVATE_KEY必填secret

Private key for the wallet used to deploy tokens (hex, with 0x prefix)

相关资源

统一 Manifest

{
  "id": "io.github.bitbond/token-tool",
  "type": "mcp-server",
  "version": "1.1.1",
  "displayName": "token-tool",
  "description": "Deploy compliant ERC-20 tokens from any AI agent. 17 tools, 10 networks, CertiK-audited.",
  "repository": {
    "url": "https://github.com/bitbond/token-tool-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "token-tool-mcp",
        "version": "1.1.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "BITBOND_PRIVATE_KEY",
            "description": "Private key for the wallet used to deploy tokens (hex, with 0x prefix)",
            "isRequired": true,
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.bitbond/token-tool",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.bitbond%2Ftoken-tool/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
token-tool — MCP Server 安装与配置 · AgentHub