Skip to content
Back to search
90
MCP live v1.1.0 sse

Wallet Portfolio Tracker API

io.github.Br0ski777/wallet-portfolio

Crypto wallet balances, ERC-20 tokens, USD values across Base and Ethereum. x402.

Uptime
50.0%
4 probes
Response
231ms
last probe
Tools
2
callable

Tools · 2

wallet_get_portfolio

Use this when you need to check a crypto wallet's holdings across chains. Returns a full portfolio breakdown in JSON. 1. nativeBalance: ETH balance with USD value 2. tokens: array of ERC-20 tokens wi…

wallet_get_balance

Use this when you need a quick check of a wallet's ETH and USDC balance only. Returns a lightweight JSON response -- cheaper than full portfolio. 1. ethBalance: native ETH balance with USD value 2. u…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "wallet_portfolio_tracker_api": {
      "url": "https://wallet-portfolio.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}