This server orchestrates multi-wallet operations on Base mainnet through eight tools that handle the full lifecycle: create or import wallets, distribute ETH from a main funding wallet, execute coordinated buys and sells across all wallets simultaneously via Uniswap V2, then sweep everything back to the main wallet when done. Private keys live in memory for the session and never touch disk. You'd reach for this when you need to simulate organic trading activity, test liquidity depth, or execute strategies that benefit from multiple entry points. Gas estimation helps you budget before firing off batch transactions. The main wallet key goes in your environment config, managed wallets get generated on the fly.
claude mcp add --transport stdio lordbasilaiassistant-sudo-base-multi-wallet-mcp uvx base-multi-wallet-mcp