1. get_all_mids
Retrieve mid prices for all coins on Hyperliquid.
2. get_candle_snapshot
Get historical candlestick data for any token.
3. get_l2_book
Access the L2 order book for any token.
An MCP server implementation that integrates with Hyperliquid SDK, providing tools for retrieving mid prices, candlestick data, and L2 order books for cryptocurrency trading analysis.
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": ["-y", "@mektigboy/server-hyperliquid"]
}
}
}