Back to MCP Servers
Wallet Inspector
An MCP server that empowers AI agents to inspect any wallet’s balance and onchain activity across major EVM chains and Solana chain.
finance-fintechaiagent
By kukapay
Installation
npx -y wallet-inspector-mcpConfiguration
{
"mcpServers": {
"wallet-inspector-mcp": {
"command": "npx",
"args": ["-y", "wallet-inspector-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes