# Hyperliquid Whale Position Tracker API MCP server

Top Hyperliquid trader positions — long/short, size, PnL, leverage, sentiment. x402.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-hyperliquid-whales
- Repository: https://github.com/Br0ski777/hyperliquid-whales-x402
- Website: https://github.com/Br0ski777/hyperliquid-whales-x402

## Install
- Endpoint: https://hyperliquid-whales.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://hyperliquid-whales.api.klymax402.com/mcp

## Tools
- 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 traders ranked by PnL with full position details.

1. positions: array of whale positions across all coins
2. Each position contains: coin, direction (long/short), sizeUsd, entryPrice, markPrice, unrealizedPnl, leverage, traderAddress
3. summary: aggregated stats -- totalLongUsd, totalShortUsd, netBias (bullish/bearish/neutral)
4. topTraderCount: number of traders analyzed
5. timestamp: data freshness timestamp

Example output: {"positions":[{"coin":"BTC","direction":"long","sizeUsd":4500000,"entryPrice":66800,"markPrice":67450,"unrealizedPnl":145000,"leverage":5.2}],"summary":{"totalLongUsd":89000000,"totalShortUsd":42000000,"netBias":"bullish"},"topTraderCount":50}

Use this BEFORE taking directional trades to see whale consensus. Essential for copy-trading signals, sentiment analysis, and contrarian setups on Hyperliquid.

Do NOT use for order book data -- use hyperliquid_get_market_data. Do NOT use for vault performance -- use hyperliquid_get_vault_data. Do NOT use for Solana tokens -- use solana_scan_new_tokens. Endpoint: https://hyperliquid-whales.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
