Wallet Inspector MCP
@kukapay
关于 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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"wallet-inspector-mcp": {
"command": "uv",
"args": [
"async"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Wallet Inspector MCP?
Wallet Inspector MCP is an MCP server that empowers AI agents to inspect any wallet’s balance and onchain activity across major EVM chains and Solana. It is designed for developers and users who want to query blockchain wallet data through AI assistants like Claude Desktop.
How to use Wallet Inspector MCP?
Install Python 3.10+, obtain a Dune SIM API Key, clone the repository, and install dependencies using uv or pip. Configure your MCP client (e.g., Claude Desktop) with the server command and the DUNE_SIM_API_KEY environment variable. Then interact using natural language queries such as “Check the balance of wallet 0xd8da6bf26964af9d7eed9e03e53415d37aa96045” or “Show activity for wallet 0x123…”.
Key features of Wallet Inspector MCP
- Multichain support: Solana, Ethereum, Polygon, BSC, Base, Arbitrum, and more.
- Balance queries return ASCII tables with USD values.
- Activity queries (EVM only) show token transfers and event details.
- Transaction history queries support both EVM and Solana.
- Three dedicated tools:
get_wallet_balance,get_wallet_activity,get_wallet_transactions. - Flexible output: structured text for activity and transactions.
Use cases of Wallet Inspector MCP
- Monitor cryptocurrency balances across multiple blockchains in real time.
- Investigate onchain activity of a wallet for compliance or due diligence.
- Retrieve transaction history of a wallet for portfolio analysis or auditing.
FAQ from Wallet Inspector MCP
Which blockchains are supported?
Solana, Ethereum, Polygon, Binance Smart Chain (BSC), Base, Arbitrum, and others listed in the tool descriptions.
Do I need an API key to run this server?
Yes, a Dune SIM API Key from Dune Analytics is required.
Can I query activity for Solana wallets?
No, the activity tool (get_wallet_activity) only supports EVM-compatible blockchains. Solana wallets can be queried for balances and transactions.
What output format does Wallet Inspector MCP use?
Balances are returned as ASCII tables with token amounts and USD values. Activity and transaction data are returned as structured text with chain, block time, transaction hash, and value details.
How do I install the server for Claude Desktop?
Run uv run mcp install cli.py --name "Wallet Inspector" and configure the mcpServers JSON with the correct path and your Dune API key.
开发工具 分类下的更多 MCP 服务器
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
评论