Token Tool MCP Server

Deploy and manage compliant tokens from Claude, Cursor, or any AI agent - by typing a sentence. Its 17 documented tools cover token, tokens, whitelist, info. It runs locally over stdio via the published package.

People connecting cloud infrastructure tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-03-31 · ★ 6 · #95 OF 141 MAINTAINED CLOUD INFRASTRUCTURE · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Token Tool

before you install - you'll need

Set BITBOND_PRIVATE_KEY before connecting.

Claude Code

claude mcp add bitbond-token-tool-mcp -- npx -y token-tool-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "bitbond-token-tool-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "token-tool-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package token-tool-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.bitbond is GitHub-verified and matches the repo owner

03 · What Token Tool can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list all 12 supported networks with chain IDs and aliases, send tokens to any address, add addresses to token whitelist (batch supported), and remove addresses from token whitelist.

Capability map

Tools grouped from the project's README - what Token Tool lets an agent do.

auth & access

6 tools - e.g. Deploy a CertiK-audited ERC-20 with optional compliance features; Mint additional supply to any address; Permanently destroy tokens

deploy_token · mint_tokens · burn_tokens · pause_token · unpause_token · transfer_tokens

read & search

5 tools - e.g. List all 12 supported networks with chain IDs and aliases; Live on-chain token state - name, symbol, supply, paused status, owner; Full local deployment registry

list_chains · get_token_info · list_deployed_tokens · get_wallet_info · get_compliance_status

Whitelist

3 tools - e.g. Add addresses to token whitelist (batch supported); Remove addresses from token whitelist; View whitelist status and all whitelisted addresses

add_to_whitelist · remove_from_whitelist · get_whitelist

Estimate

1 tool - e.g. Quote deployment cost (gas + fee) before committing funds

estimate_cost

create & write

1 tool - e.g. Block an address from token interactions

add_to_blacklist

From

1 tool - e.g. Unblock a previously blacklisted address

remove_from_blacklist

04 · Who maintains Token Tool

token-tool is maintained by bitbond. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
cloud infrastructure - ranked #95 of 141 actively-maintained cloud infrastructure servers as of 2026-08-25.
registry
io.github.bitbond/token-tool (active, first published 2026-03-11)
packages
npm:token-tool-mcp

06 · Token Tool FAQ

Is Token Tool still maintained?

Yes - as of 2026-08-25, its last commit was 2026-03-31. We re-verify nightly.

What can Token Tool do?

With this server connected, an agent can list all 12 supported networks with chain IDs and aliases, send tokens to any address, add addresses to token whitelist (batch supported), and remove addresses from token whitelist.

How do I install Token Tool?

Run `npx -y token-tool-mcp`. The README documents one environment variable (BITBOND_PRIVATE_KEY) to set first. Set BITBOND_PRIVATE_KEY before connecting. You can also paste the ready-made client config above.

Does Token Tool run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Token Tool

More cloud infrastructure MCP servers · NIM Key Manager · Evmole · Agent^rider · Nable · Pumpclaw

More JavaScript MCP servers · THIRI Chord Intelligence · Amicus · Levea MCP Server · Brightdata MCP · Brilliant Directories MCP · see all