Serversio.github.bitbond/token-tool
T

io.github.bitbond/token-tool

io.github.bitbond/token-tool · v1.1.1
▦ npm
v1.1.1npm npm: token-tool-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.bitbond/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"
  },
  "version": "1.1.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "token-tool-mcp",
      "version": "1.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Private key for the wallet used to deploy tokens (hex, with 0x prefix)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "BITBOND_PRIVATE_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}