Bitbond TokenTool MCP — deploy and manage ERC20 tokens via AI agents
Connect Token Tool MCP to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Bitbond TokenTool MCP — deploy and manage ERC20 tokens via AI agents. The token tool mcp mcp server is what makes that connection.
Built on Bitbond TokenTool — 8,300+ deployments, CertiK-audited contracts, compliance built in.
token-tool-mcp on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
deploy_token — Deploy a CertiK-audited ERC-20 with optional compliance featuresestimate_cost — Quote deployment cost (gas + fee) before committing fundslist_chains — List all 12 supported networks with chain IDs and aliasesget_token_info — Live on-chain token state — name, symbol, supply, paused status, ownerlist_deployed_tokens — Full local deployment registrymint_tokens — Mint additional supply to any addressburn_tokens — Permanently destroy tokenspause_token — Emergency stop — halt all transfers immediatelyunpause_token — Resume transfers after a pausetransfer_tokens — Send tokens to any addressget_wallet_info — Deployer wallet address and native balanceadd_to_whitelist — Add addresses to token whitelist (batch supported)Configuration is passed through the environment: BITBOND_PRIVATE_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Among the cloud and infrastructure options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Token Tool MCP's toolset — deploy_token, estimate_cost, list_chains and 11 more — is a fair guide to whether it matches your workflow. It is maintained by bitbond; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| 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 |
{
"mcpServers": {
"token-tool": {
"command": "npx",
"args": ["-y", "token-tool-mcp"],
"env": {
"BITBOND_PRIVATE_KEY": "0x..."
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| BITBOND_PRIVATE_KEY | Credential the server authenticates with. | Yes |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.