← Top 100 / Full directory (5,562)

Wallet Portfolio — Multi-Chain Token Holdings

AI & Memory Remote 2 tools

Crypto wallet portfolio API for AI agents. Full token holdings across Ethereum, Base, Polygon, Arbitrum, and BSC: ETH balance, all ERC-20 tokens, USD values, 24h changes, and total portfolio value. Tools: wallet_get_portfolio (full holdings), wallet_get_balance (ETH only). Use this for portfolio tracking, wealth verification, or wallet analysis. Essential for any agent managing crypto assets. IMPORTANT: For token safety check, use token_check_safety. For gas prices, use gas_get_current_price. Returns: {totalUsd, tokens[], ethBalance}. No API key required — x402 micropayment $0.003/call on Base L2.

GitHub ↗ Docs ↗

How to connect

1
Add the remote MCP URL
Paste this endpoint into Claude, ChatGPT, or Cursor MCP settings.
https://wallet-portfolio--axel-belfort.run.tools
2
Verify the tools loaded
Confirm tools/list returns the expected tools before relying on them in production.

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

Related servers