base-wallet-toolkit-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@base-wallet-toolkit-mcpCheck ETH balance for vitalik.eth"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
base-wallet-toolkit-mcp
An MCP server for AI agents to interact with Base chain wallets. Check balances, estimate gas, inspect tokens, verify allowances, and more.
Install
npx -y base-wallet-toolkit-mcpRelated MCP server: Base MCP Server
Tools
Tool | Description |
| Get ETH + ERC-20 token balances for any wallet |
| Estimate gas cost for a transaction on Base |
| Get ERC-20 token details (name, symbol, supply, decimals) |
| Check token approval/allowance status |
| Get current Base gas price and typical tx costs |
| Resolve ENS name to address (or reverse lookup) |
| Check transaction status and details by hash |
Setup
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.
Use Cases
Portfolio tracking: Check ETH and token balances across wallets
Pre-trade checks: Verify allowances before swaps, estimate gas costs
Token research: Look up any ERC-20 token details on Base
Transaction monitoring: Check if a tx confirmed, reverted, or is pending
ENS resolution: Convert between ENS names and addresses
Gas optimization: Monitor Base gas prices to time transactions
Chain
Network: Base mainnet (chainId 8453)
RPC: Uses public Base RPC by default, configurable via
RPC_URLenv varENS: Resolves via Ethereum mainnet (configurable via
ETH_RPC_URL)
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-quality-maintenanceEnables AI applications to interact with the Base blockchain network, allowing wallet management, smart contract deployment, token transfers, NFT operations, DeFi interactions with Morpho vaults, and onramping funds via Coinbase.43
- Alicense-quality-maintenanceEnables AI applications to interact with the Base Network blockchain and Coinbase API for onchain operations including wallet management, fund transfers, smart contract deployment, NFT handling, DeFi lending through Morpho vaults, and crypto onramping.43
- Alicense-quality-maintenanceEnables AI applications to interact with the Base blockchain network and Coinbase API, supporting wallet management, token transfers, smart contract deployment, NFT operations, DeFi interactions with Morpho vaults, and fiat onramp functionality.43
- Alicense-quality-maintenanceEnables AI applications to interact with the Base Network and Coinbase API for blockchain operations including wallet management, token transfers, smart contract deployment, NFT operations, and onchain lending through Morpho vaults.43
Related MCP Connectors
Read-only on-chain intelligence for AI agents on Base: balances, tokens, gas, tx status.
Read-only on-chain intel for AI agents on Base: balances, tokens, gas, tx status. No API keys.
AI-native settlement rail + intelligence oracle for autonomous agents. x402, Base mainnet, 81 tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lordbasilaiassistant-sudo/base-wallet-toolkit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server