Deploy compliant ERC-20 tokens from any AI agent. 17 tools, 10 networks, CertiK-audited.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Deploy and manage compliant tokens from Claude, Cursor, or any AI agent โ by typing a sentence.
Built on Bitbond TokenTool โ 8,300+ deployments, CertiK-audited contracts, compliance built in.
โ CertiK-audited ERC-20 deployed on-chain in ~30 seconds. Contract address returned. No Solidity required.
Add to ~/.claude/claude_desktop_config.json:
โ One-click install for Cursor
Or add manually to .cursor/mcp.json:
โ One-click install for VS Code
Or add to .vscode/mcp.json in your workspace:
Then set your key in the environment: export BITBOND_PRIVATE_KEY=0x...
Once connected, try these:
| Prompt | What happens |
|---|---|
| "Deploy a governance token called DAO Vote, 10M supply on Polygon, mintable and burnable" | Deploys an audited ERC-20 with mint + burn enabled |
| "Estimate the cost to deploy on Arbitrum vs Base" | Returns gas + fee estimates for both chains |
| "Mint 500K more tokens to 0x1234..." | Mints to target address, confirms tx |
| "Pause all transfers on contract 0xabcd..." | Activates the emergency stop |
| "Show me everything I've deployed" | Lists all tokens from local registry |
| "Deploy an RWA security token on Ethereum with whitelist, force transfer, and document URI linking to the prospectus" | Full compliance token with investor restrictions and legal doc reference |
17 tools across the full token lifecycle:
| Tool | Description |
|---|---|
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 |
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:
| Feature | Flag | What it does |
|---|---|---|
| Whitelist | --whitelist | Only approved addresses can hold or receive tokens |
| Blacklist | --blacklist | Block specific addresses from any interaction |
| Pausable | --pausable | Owner can freeze all transfers instantly |
| Force Transfer | --force-transfer | Owner can move tokens between addresses (regulatory recovery) |
| Document URI | --document-uri | Attach a prospectus, term sheet, or legal document on-chain |
| Max Supply Cap | --max-supply | Hard ceiling on total supply, enforced at the contract level |
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 at data/registry.json.
TokenTool MCP also works as a standalone CLI for scripts, CI/CD, and non-MCP agents:
All commands output structured JSON. Install globally with npm install -g token-tool-mcp to use token-tool directly.
| Flag | Description |
|---|---|
--chain | Target network (see aliases above) |
--name | Token name |
--symbol | Token symbol |
--supply | Initial supply (human-readable, e.g. 1000000) |
--decimals | Decimal places (default: 18) |
--mintable | Enable minting after deployment |
--burnable | Enable burning |
--pausable | Enable pause/unpause |
--whitelist | Enable whitelist-only transfers |
--blacklist | Enable address blacklisting |
--force-transfer | Enable owner-initiated forced transfers |
--document-uri | Attach a document URL on-chain |
--max-supply | Hard cap on total token supply |
--owner | Token owner address (defaults to deployer) |
BITBOND_PRIVATE_KEY env var only โ never passed as a CLI argument, never logged, never transmitted| Environment | Cost |
|---|---|
| Testnet (Sepolia, Base Sepolia, BNB Testnet) | Gas only (~free) |
| Mainnet (all production chains) | $299 flat fee per deployment + gas |
The $299 fee is Bitbond's standard TokenTool pricing โ the same whether you deploy via the web 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.
Bitbond TokenTool is one of the most widely used token deployment platforms in Web3:
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/token-tool)<a href="https://allmcps.com/mcp/token-tool"><img src="https://allmcps.com/api/badge/token-tool?style=directory" alt="Token Tool on AllMCPs" /></a>