Connection check
local install
base-multi-wallet-mcp
MCP server for AI agents to manage multiple wallets with coordinated trading and batch operations on
Tools
8
GitHub stars
1
Installs / wk
59
Licence
—
Transport
stdio
Last checked
never
Tools & capabilities
8 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
collect_funds
from source
Sweep all ETH (and optionally tokens) from managed wallets back to main wallet. Sweep all ETH (and optionally tokens) from managed wallets back to main wallet.
coordinated_buy
from source
Buy a token from all managed wallets simultaneously via Uniswap V2 on Base. Buy a token from all managed wallets simultaneously via Uniswap V2 on Base.
coordinated_sell
from source
Sell a token from all managed wallets via Uniswap V2 on Base. Sell a token from all managed wallets via Uniswap V2 on Base.
create_wallet
from source
Generate a new random wallet. Returns address (private key stored in-memory for session only). Generate a new random wallet. Returns address (private key stored in-memory for session only).
fund_wallets
from source
Send ETH from main wallet (DEPLOYER_PRIVATE_KEY) to all managed wallets equally. Send ETH from main wallet (DEPLOYER_PRIVATE_KEY) to all managed wallets equally.
get_gas_estimate
from source
Get current Base gas price and estimate cost for N wallet operations. Get current Base gas price and estimate cost for N wallet operations.
import_wallet
from source
Import an existing wallet by private key. Key is stored in-memory for session only. Import an existing wallet by private key. Key is stored in-memory for session only.
list_wallets
from source