Wraps Coinbase's CDP Paymaster to let AI agents deploy ERC-20 tokens on Base without paying gas fees. Exposes five tools: deploy_gasless_token for minting new tokens, get_token_info for querying deployed contracts, estimate_gas_savings to track paymaster benefits, list_deployed_tokens for session history, and transfer_tokens for gasless sends. Uses pre-compiled bytecode so you don't need a Solidity compiler at runtime. Falls back to normal gas transactions if the paymaster isn't configured. Requires a deployer private key for write operations and optionally a CDP Paymaster RPC endpoint. Tracks all deployments in memory for reporting. Reach for this when you want Claude to spin up test tokens or handle token operations on Base without burning ETH on transaction fees.
claude mcp add --transport stdio lordbasilaiassistant-sudo-base-gasless-deploy-mcp uvx base-gasless-deploy-mcp