Bitbond's TokenTool server puts ERC-20 deployment directly into Claude or Cursor through 17 tools covering the full lifecycle: deploy with compliance flags like whitelist and pausable, estimate gas costs across chains, mint and burn post-deployment, manage emergency pauses, and query on-chain state. It wraps Bitbond's CertiK-audited factory contracts deployed on 10 mainnets plus 5 testnets, handling both EVM chains (Ethereum, Base, Arbitrum, Polygon) and non-EVM (Solana SPL, Stellar assets). You'd reach for this when issuing security tokens or RWA instruments that need investor restrictions, forced transfers for regulatory recovery, or document URIs pointing to prospectuses. The server signs transactions locally using your private key from environment variables and maintains an optional deployment registry at data/registry.json.
claude mcp add --transport stdio io.github.bitbond-token-tool uvx token-tool