# Hyperliquid Whale Tracker — Top 50 Trader Positions

Hyperliquid whale tracking API for AI agents. Monitor the top 50 most profitable traders' live positions: direction (long/short), size in USD, leverage, entry price, unrealized PnL, and liquidation p…

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/hyperliquid-whales hyperliquid_track_whale_positions

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/hyperliquid-whales hyperliquid_track_whale_positions '{}'
```

## Direct MCP Connection

Endpoint: `https://hyperliquid-whales--axel-belfort.run.tools`

## Tools (1)

- `hyperliquid_track_whale_positions` — Use this when you need to see what the top Hyperliquid traders are doing. Returns aggregated positions of the top 50 tr…

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