mektigboy/server-hyperliquid
Built by Metorial, the integration platform for agentic AI.
mektigboy/server-hyperliquid
Server Summary
Retrieve mid prices for all coins
Get historical candlestick data
Access L2 order book information
An MCP server implementation that integrates the Hyperliquid SDK.
get_all_mids
get_candle_snapshot
coin
(string): Token symbolinterval
(string): Time interval (e.g., '15m', '1h')startTime
(number): Start time in milliseconds since epochendTime
(number, optional): End time in milliseconds since epochget_l2_book
symbol
(string): Token symbolAdd this to your claude_desktop_config.json
:
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": ["-y", "@mektigboy/server-hyperliquid"]
}
}
}
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.