- Explore MCP Servers
- server-hyperliquid
Server Hyperliquid
What is Server Hyperliquid
server-hyperliquid is an MCP server implementation that integrates the Hyperliquid SDK, allowing users to interact with various features related to cryptocurrency trading on the Hyperliquid platform.
Use cases
Use cases for server-hyperliquid include analyzing market trends through candlestick data, monitoring real-time prices, and executing trades based on L2 order book data.
How to use
To use server-hyperliquid, you need to configure it in your ‘claude_desktop_config.json’ file by adding the specified command and arguments. You can then access its functionalities through the provided tools.
Key features
Key features include retrieving mid prices for all coins, obtaining historical candlestick data for any token, and accessing the L2 order book for specific tokens.
Where to use
undefined
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Server Hyperliquid
server-hyperliquid is an MCP server implementation that integrates the Hyperliquid SDK, allowing users to interact with various features related to cryptocurrency trading on the Hyperliquid platform.
Use cases
Use cases for server-hyperliquid include analyzing market trends through candlestick data, monitoring real-time prices, and executing trades based on L2 order book data.
How to use
To use server-hyperliquid, you need to configure it in your ‘claude_desktop_config.json’ file by adding the specified command and arguments. You can then access its functionalities through the provided tools.
Key features
Key features include retrieving mid prices for all coins, obtaining historical candlestick data for any token, and accessing the L2 order book for specific tokens.
Where to use
undefined
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Hyperliquid MCP Server
An MCP server implementation that integrates the Hyperliquid SDK.
Tools
-
get_all_mids
- Retrieve mid prices for all coins on Hyperliquid
- No required inputs
-
get_candle_snapshot
- Get historical candlestick data for any token
- Inputs:
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 epoch
-
get_l2_book
- Access the L2 order book for any token
- Inputs:
symbol(string): Token symbol
Usage with Claude Desktop
Add this to your claude_desktop_config.json:
NPX
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": [
"-y",
"@mektigboy/server-hyperliquid"
]
}
}
}
License
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.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










