TokenTool MCP

by bitbond

Not rated
GitHub

About

Deploy and manage compliant tokens from Claude, Cursor, or any AI agent — by typing a sentence.

Details

Author
bitbond
Categories
Developer Tools, Other, Finance

Setup

Install TokenTool MCP in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/bitbond/token-tool-mcp

Follow the installation instructions in the repository README, then restart your MCP client.

Deploy and manage compliant tokens from Claude, Cursor, or any AI agent — by typing a sentence.

Built onBitbond TokenTool— 8,300+ deployments, CertiK-audited contracts, compliance built in.

"Deploy a token called Green Bond A, 1M supply on Base, with whitelist and pausable."

→ CertiK-audited ERC-20 deployed on-chain in ~30 seconds. Contract address returned. No Solidity required.

Add to~/.claude/claude_desktop_config.json:

{ "mcpServers": { "token-tool": { "command": "npx", "args": ["-y", "token-tool-mcp"], "env": { "BITBOND_PRIVATE_KEY": "0x..." } } } }
{ "mcpServers": { "token-tool": { "command": "npx", "args": ["-y", "token-tool-mcp"], "env": { "BITBOND_PRIVATE_KEY": "0x..." } } } }

Or add to.vscode/mcp.jsonin your workspace:

{ "servers": { "token-tool": { "command": "npx", "args": ["-y", "token-tool-mcp"], "env": { "BITBOND_PRIVATE_KEY": "0x..." } } } }
claude mcp add token-tool -- npx -y token-tool-mcp

Then set your key in the environment:export BITBOND_PRIVATE_KEY=0x...

17 tools across the full token lifecycle:

EVM (8):Ethereum · Polygon · BNB Chain · Arbitrum · Base · Optimism · Avalanche · Peaq

Non-EVM (2):Solana (SPL tokens) · Stellar (Stellar assets)

Testnets (5):Sepolia · Base Sepolia · BNB Testnet · Solana Devnet · Stellar Testnet

Human-friendly aliases work everywhere:eth,polygon,bnb,arb,base,op,avax,peaq,sol,stellar

Optional flags on every deployment — the features institutional issuers and RWA platforms need:

You (natural language) → MCP Client (Claude/Cursor/VS Code) → TokenTool MCP Server (local) → Bitbond TokenTool API → Smart contract factory → On-chain deployment

- You type a prompt in your MCP client
- The client calls the appropriate tool on thelocalMCP server (stdio transport — nothing leaves your machine until step 3)
- The MCP server constructs a deployment transaction and submits it to Bitbond's TokenTool smart contract factory on the target chain
- The factory deploys a CertiK-audited ERC-20 contract with your parameters
- The contract address and transaction hash are returned to your MCP client

Your private key signs transactions locally.It is read from an environment variable, never passed as an argument, and never transmitted to Bitbond or any third party. The MCP server itself is stateless — the only local state is an optional deployment registry atdata/registry.json.

TokenTool MCP also works as a standalone CLI for scripts, CI/CD, and non-MCP agents:

# List all supported chains token-tool chains # Estimate cost before deploying token-tool cost --chain base # Deploy a token token-tool deploy \ --chain base \ --name "My Token" \ --symbol MTK \ --supply 1000000 \ --mintable \ --pausable # Post-deployment management token-tool mint --chain base --address 0x... --to 0x... --amount 500000 token-tool burn --chain base --address 0x... --amount 10000 token-tool pause --chain base --address 0x... token-tool info --chain base --address 0x... # View your deployment history token-tool registry

All commands output structured JSON. Install globally withnpm install -g token-tool-mcpto usetoken-tooldirectly.

- Private key stays local.Read fromBITBOND_PRIVATE_KEYenv var only — never passed as a CLI argument, never logged, never transmitted
- stdio transport.The MCP server communicates with your client locally. No network listener, no open ports
- CertiK-audited contracts.You're deploying battle-tested smart contracts, not generated Solidity
- Testnet by default.We recommend starting on Sepolia or Base Sepolia — it's free and functionally identical to mainnet
- Human-in-the-loop.For mainnet deployments ($299 each), enable confirmation prompts in your MCP client before executing transactions

The $299 fee is Bitbond's standard TokenTool pricing — the same whether you deploy via theweb UI, the API, or this MCP server. It's paid in the chain's native token (ETH, MATIC, BNB, etc.) at the time of deployment. No subscription, no API key, no per-call charges.

token-tool-mcp/ ├── src/ │ ├── index.js ← MCP server (stdio transport) │ ├── cli.js ← CLI interface │ ├── tokenTool.js ← Core engine (shared by CLI + MCP) │ ├── chains.js ← Network registry + aliases │ ├── solana.js ← SPL token adapter │ └── stellar.js ← Stellar asset adapter ├── data/ │ └── registry.json ← Local deployment history ├── SKILL.md ← OpenClaw agent skill descriptor ├── CHANGELOG.md └── README.md

Bitbond TokenToolis one of the most widely used token deployment platforms in Web3:

- 8,300+tokens deployed across production networks
- CertiK-auditedsmart contracts —
audit report
- Used by enterprises, DAOs, and developers in50+ countries
- Live since 2020, maintained by
Bitbond GmbH(Berlin)

TokenTool MCP wraps this same production infrastructure for AI agents.

git clone https://github.com/thendrix-eng/token-tool-mcp cd token-tool-mcp npm install node src/index.js # start MCP server node src/cli.js # run CLI

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

About MCP server for TRON blockchain — connect AI agents to TRX, TRC20, smart contracts, staking & governance via GoTRON SDK

Provides onchain tools for AI applications to interact with the Hashkey Network.

Integrates with the Hyperlane protocol for cross-chain messaging and smart contract interactions.

An MCP server for interacting with Web3 and EVM-compatible chains.

MCP server for Base L2 DeFi operations with 9 monetized endpoints: gas estimates, yield farming, token analysis, contract audit, wallet health, DEX quotes, price feeds, mnemonic generation. Built with FastMCP Python SDK.

Interact with BNB Chain and other EVM-compatible networks using natural language and AI assistance.

On-chain token verification across 31 blockchains. 16 tools for ECDSA-signed attestations, discount codes, merchant discovery, and autonomous onboarding.

Read/write to over 2k blockchains, enabling data querying, contract analysis/deployment, and transaction execution, powered by Thirdweb.

Server-side EVM wallet for Ai agents. Send transactions, manage tokens, and interact with smart contracts across multiple chains.

An MCP server providing onchain tools for AI applications to interact with the Base Network and Coinbase API.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.