Hyperliquid MCP Server
The Hyperliquid MCP Server is an advanced integration tool enabling seamless access to cryptocurrency market data such as mid prices, historical candlestick analysis, and Level 2 (L2) order book insights. Designed for trading platforms and financial analysts, it leverages the Hyperliquid SDK for optimal market analysis.
Details
Description
The Hyperliquid MCP Server delivers robust functionalities for cryptocurrency market data integration, making it suitable for traders, developers, and financial analysts. With features like fetching mid prices, historical candlesticks, and Level 2 order book data, this server promotes flexibility and powerful market insights. Easily integrated with Claude Desktop via simple configuration files and executed using NPX commands.
Running Instructions
To run the Server Hyperliquid MCP server, include the following configuration in your claude_desktop_config.json
file and execute using NPX:
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": ["-y", "@mektigboy/server-hyperliquid"]
}
}
}
Tools
get_all_mids
This tool retrieves the mid prices for all coins listed on the Hyperliquid platform. No inputs are required for this function.
get_candle_snapshot
Fetches historical candlestick data for a specific token. Accepts inputs such as the token's symbol, time interval, start time, and optional end time.
get_l2_book
Accesses the Level 2 (L2) order book data for any specified token. Requires the token symbol as input.
Frequently Asked Questions
No frequently asked questions available.