# Wallet Portfolio — Multi-Chain Token Holdings

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.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/wallet-portfolio

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/wallet-portfolio

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/wallet-portfolio wallet_get_portfolio

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/wallet-portfolio wallet_get_portfolio '{}'
```

## Direct MCP Connection

Endpoint: `https://wallet-portfolio--axel-belfort.run.tools`

## 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.
- `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 -- ch…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/wallet-portfolio <tool-name>
```
