Retrieve mid prices for all coins on Hyperliquid
Get historical candlestick data for any token
Access the L2 order book for any token
Hyperliquid MCP provides seamless access to the Hyperliquid cryptocurrency exchange API. It allows users to retrieve real-time market data including mid prices, candlestick data, and order book information for all available tokens on the platform. This integration enables AI assistants to access up-to-date cryptocurrency market information, helping users make informed trading decisions and analyze market trends without leaving their conversation with the assistant.
To use the Hyperliquid MCP server with your AI assistant, you'll need to add it to your configuration file.
Add the following to your claude_desktop_config.json
file:
{
"mcpServers": {
"hyperliquid": {
"command": "npx",
"args": ["-y", "@mektigboy/server-hyperliquid"]
}
}
}
The server can be installed using NPX, which allows you to run it without installing it globally. Make sure you have Node.js installed on your system.
Once installed, the Hyperliquid MCP server provides access to real-time cryptocurrency market data from the Hyperliquid exchange. You can ask your AI assistant to:
This MCP server connects to the official Hyperliquid API (https://app.hyperliquid.xyz/) to provide real-time and historical market data.
The Hyperliquid MCP server is licensed under the MIT License, allowing for free use, modification, and distribution of the software, subject to the terms and conditions of the license.