Base Wallet Toolkit Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Base Wallet Toolkit Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.