MCP server for Base wallet interactions: balances, gas, tokens, allowances, ENS.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"base-wallet-toolkit": {
"args": [
"-y",
"base-wallet-toolkit-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
An MCP server for AI agents to interact with Base chain wallets. Check balances, estimate gas, inspect tokens, verify allowances, and more.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'base-wallet-toolkit-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked base-wallet-toolkit-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
A Model Context Protocol server for building an investor agent
AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL.
Remote MCP server to integrate and validate self-hosted PayRam deployments.
MCP Security Weekly
Get CVE alerts and security updates for io.github.lordbasilaiassistant-sudo/base-wallet-toolkit and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
An MCP server for AI agents to interact with Base chain wallets. Check balances, estimate gas, inspect tokens, verify allowances, and more.
npx -y base-wallet-toolkit-mcp
| Tool | Description |
|---|---|
check_balances | Get ETH + ERC-20 token balances for any wallet |
get_gas_estimate | Estimate gas cost for a transaction on Base |
get_token_info | Get ERC-20 token details (name, symbol, supply, decimals) |
check_allowance | Check token approval/allowance status |
get_base_gas_price | Get current Base gas price and typical tx costs |
resolve_address | Resolve ENS name to address (or reverse lookup) |
get_tx_status | Check transaction status and details by hash |
Add to your MCP client config (Claude Code, Cursor, etc.):
{
"mcpServers": {
"base-wallet-toolkit": {
"command": "npx",
"args": ["-y", "base-wallet-toolkit-mcp"]
}
}
}
No API keys required. All tools are read-only and use public Base RPC.
RPC_URL env varETH_RPC_URL)MIT