Back to catalog
Hyperliquid MCP Server
An MCP server implementation that integrates the Hyperliquid SDK to provide access to cryptocurrency exchange data, including mid prices, candlestick data, and order book information.
Get this MCP server
An MCP server implementation that integrates the Hyperliquid SDK to provide access to cryptocurrency exchange data, including mid prices, candlestick data, and order book information.
Installation
NPX
npx -y @mektigboy/server-hyperliquid
Configuration
Claude Desktop
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": ["-y", "@mektigboy/server-hyperliquid"]
}
}
}
Available Tools
| Tool | Description |
|---|---|
get_all_mids |
Retrieve mid prices for all coins on Hyperliquid |
get_candle_snapshot |
Retrieve historical candlestick data for any token with customizable time intervals and date ranges |
get_l2_book |
Access the L2 order book for any token |
Features
- Retrieve mid prices for all coins on Hyperliquid
- Retrieve historical candlestick data with customizable time intervals
- Access L2 order book data for any token
- Integration with the Hyperliquid exchange API
Notes
Licensed under the MIT License. The example configuration shows the server name as 'brave-search', which appears to be an error and should be 'hyperliquid' or similar.
