MCP server for Base wallet interactions: balances, gas, tokens, allowances, ENS.
{
"mcpServers": {
"io-github-lordbasilaiassistant-sudo-base-wallet-toolkit": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for Base wallet interactions: balances, gas, tokens, allowances, ENS.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 32 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
MCP server for Robokassa payment API — generate payment URLs, check invoice status. First MCP for R
MCP server for Financial Modeling Prep API with 250+ financial data tools
Non-custodial x402 payments for AI agents. Sign locally, spend limits, Base network.
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