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…

Similar MCP servers embedding-nearest

Wallet Portfolio Tracker API
Crypto wallet balances, ERC-20 tokens, USD values across Base and Ethereum. x402.
0 tools · sse
Wallet Portfolio
Fetch crypto wallet balances, ERC-20 token holdings, and USD values on Base and Ethereum.
0 tools
DEX Swap Quotes API live
Best swap quotes across DEXes (Uniswap, SushiSwap, Aerodrome). Base & Ethereum. x402.
1 tools · sse
NFT Floor Price & Rarity API live
NFT collection floor price, volume, holders, rarity rank via Reservoir. ETH + Base. x402.
2 tools · sse
Gas Estimator API live
Multi-chain gas estimation — ETH, Base, Polygon, Arbitrum, BSC. x402 micropayment.
1 tools · sse
Whale Alert API
Track large on-chain whale transactions on Ethereum and Base. x402 micropayment.
1 tools · sse

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"
    }
  }
}