Wallet Inspector MCP
An MCP server that empowers AI agents to inspect any wallet’s balance and onchain activity across major EVM chains and Solana chain.
Features
- Multi-Chain Support: Queries Solana, Ethereum, Polygon, Binance Smart Chain (BSC), Base, Arbitrum and more.
- Flexible Output: Balances in ASCII tables, activities and transactions in structured text.
Installation
Prerequisites
- Python: Version 3.10 or higher.
- Dune SIM API Key: Obtain from Dune Analytics.
- Dependency Manager:
uv(recommended) orpip.
Setup
Clone the Repository:
git clone https://github.com/kukapay/wallet-inspector-mcp.git cd wallet-inspector-mcpInstall Dependencies:
Using
uv(recommended):uv asyncOr using
pip:pip install mcp[cli] python-dotenv tabulateInstalling to Claude Desktop:
Install the server as a Claude Desktop application:
uv run mcp install cli.py --name "Wallet Inspector"Configuration file as a reference:
{ "mcpServers": { "Wallet Inspector": { "command": "uv", "args": [ "--directory", "/path/to/wallet-inspector-mcp", "run", "main.py" ], "env": { "DUNE_SIM_API_KEY": "your_dune_sim_api_key_here"}, } } }Replace
/path/to/wallet-inspector-mcpwith your actual installation path, andyour_dune_sim_api_key_herewith your Dune SIM API key.






