TokenTool MCP
JSON →Deploy and manage compliant tokens from Claude, Cursor, or any AI agent â by typing a sentence.
Install
npx -y token-tool-mcp Tools · 17
- deploy_token Deploy a CertiK-audited ERC-20 with optional compliance features
- estimate_cost Quote deployment cost (gas + fee) before committing funds
- list_chains List all 12 supported networks with chain IDs and aliases
- get_token_info Live on-chain token state — name, symbol, supply, paused status, owner
- list_deployed_tokens Full local deployment registry
- mint_tokens Mint additional supply to any address
- burn_tokens Permanently destroy tokens
- pause_token Emergency stop — halt all transfers immediately
- unpause_token Resume transfers after a pause
- transfer_tokens Send tokens to any address
- get_wallet_info Deployer wallet address and native balance
- add_to_whitelist Add addresses to token whitelist (batch supported)
- remove_from_whitelist Remove addresses from token whitelist
- get_whitelist View whitelist status and all whitelisted addresses
- add_to_blacklist Block an address from token interactions
- remove_from_blacklist Unblock a previously blacklisted address
- get_compliance_status Check whitelist and blacklist configuration for a token
Environment variables
BITBOND_PRIVATE_KEY
Links
★ 6 GitHub stars