Wallet Portfolio Tracker API
io.github.Br0ski777/wallet-portfolioCrypto wallet balances, ERC-20 tokens, USD values across Base and Ethereum. x402.
Tools · 2
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…
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
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"
}
}
}