← Index

io.github.bitbond/token-tool

io.github.bitbond/token-tool·v1.1.1·Other
Quality Score
83
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "token-tool": {
      "command": "npx",
      "args": [
        "-y",
        "token-tool-mcp"
      ],
      "env": {
        "BITBOND_PRIVATE_KEY": "<your-bitbond_private_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "token-tool": {
      "command": "npx",
      "args": [
        "-y",
        "token-tool-mcp"
      ],
      "env": {
        "BITBOND_PRIVATE_KEY": "<your-bitbond_private_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y token-tool-mcp
§02  Environment variables
BITBOND_PRIVATE_KEY
requiredsecret

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

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other