← Back to browse

token-tool

Indexed by io.github.bitbond

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsBITBOND_PRIVATE_KEY
Claude Code
claude mcp add --env BITBOND_PRIVATE_KEY= token-tool -- npx token-tool-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"token-tool","command":"npx","args":["token-tool-mcp"],"env":{"BITBOND_PRIVATE_KEY":""}}'
JSON
{
  "mcpServers": {
    "token-tool": {
      "command": "npx",
      "args": [
        "token-tool-mcp"
      ],
      "env": {
        "BITBOND_PRIVATE_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.