This repository provides an MCP server implementation that leverages the Hyperliquid SDK to retrieve real-time and historical market data, including mid prices, candlestick data, and L2 order books for Hyperliquid's coins.
This repository contains an implementation of an MCP (Meta-Cognitive Protocol) server designed to integrate with the Hyperliquid SDK. It provides tools for accessing and retrieving data from the Hyperliquid decentralized exchange.
coin
symbol (string), interval
(string, e.g., '15m', '1h'), and startTime
(number, milliseconds since epoch). An optional endTime
(number, milliseconds since epoch) can be provided.symbol
(string) as input.To integrate this server with Claude Desktop, add the following configuration 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, allowing free use, modification, and distribution under the terms and conditions outlined in the LICENSE file.
mektigboy/server-hyperliquid
March 6, 2025
March 28, 2025
TypeScript