MCP Directory

kukapay/wallet-inspector-mcp

GitHub
Productivity

An MCP server that empowers AI agents to inspect any wallet’s balance and onchain activity across major EVM chains and Solana chain.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y wallet-inspector-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from kukapay/wallet-inspector-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "wallet-inspector-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wallet-inspector-mcp"
      ]
    }
  }
}

Route kukapay/wallet-inspector-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add wallet-inspector-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use kukapay/wallet-inspector-mcp directly without routing

npx -y wallet-inspector-mcp

New to Agent-CoreX? View setup guide →

kukapay/wallet-inspector-mcp MCP Server — Agent-CoreX