by mektigboy
Provides MCP endpoints to retrieve mid prices, historical candlestick snapshots, and L2 order‑book data from the Hyperliquid exchange.
Hyperliquid MCP Server implements a set of MCP tools that expose Hyperliquid market data—mid prices for all symbols, candlestick history for a specific token, and the Level 2 order book—for consumption by AI agents or other applications.
Add the server to your claude_desktop_config.json
(or equivalent MCP configuration) using the NPX shortcut:
{
"mcpServers": {
"hyperliquid": {
"command": "npx",
"args": ["-y", "@mektigboy/server-hyperliquid"]
}
}
}
Run the configured command; the server will start listening for MCP calls. Each tool can then be invoked with the required parameters.
Q: Do I need an API key to access Hyperliquid data? A: The server uses the public Hyperliquid SDK endpoints that do not require authentication for the provided tools.
Q: Can I customize the server port? A: The server follows the standard MCP configuration; custom ports can be set via environment variables if the underlying package supports them.
Q: Is the server compatible with other MCP clients besides Claude Desktop? A: Yes, any client that follows the MCP specification can interact with the exposed tools.
Q: How often are the mid‑price and order‑book data refreshed? A: Data is fetched live from Hyperliquid on each request, ensuring the latest market state.
Q: Where can I find the source code and license? A: The repository is https://github.com/mektigboy/server-hyperliquid and the project is licensed under the MIT License.
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.
Please log in to share your review and rating for this MCP.
{ "mcpServers": { "hyperliquid": { "command": "npx", "args": [ "-y", "@mektigboy/server-hyperliquid" ], "env": {} } } }
Explore related MCPs that share similar capabilities and solve comparable challenges
by goat-sdk
Enables AI agents to send and receive payments, purchase goods and services, execute investment strategies, tokenize assets, and obtain financial insights by leveraging blockchains, stablecoins, and wallets.
by financial-datasets
Provides access to income statements, balance sheets, cash flow statements, stock prices, market news, and cryptocurrency data through MCP tools for AI assistants.
by alpacahq
Enables large language models to trade stocks and options, retrieve real‑time and historical market data, and manage portfolios using plain English commands through a local or remote MCP server.
by XeroAPI
Provides a bridge between the Model Context Protocol and Xero's API, enabling standardized access to Xero accounting and business features.
by stefanoamorelli
Provides an MCP server that connects AI models to SEC EDGAR filings, enabling real‑time retrieval of company filings, financial statements, and insider‑trading data with exact XBRL precision and verifiable filing references.
by ariadng
Enables AI LLMs to execute trades on the MetaTrader 5 platform through the Model Context Protocol.
by calvernaz
Provides access to Alpha Vantage stock market data via an MCP server, supporting stdio and HTTP streaming modes with optional OAuth 2.1 authentication.
by kukapay
Integrates the Freqtrade cryptocurrency trading bot with MCP, exposing its REST API as tools for AI agents to perform automated trading operations.
by kukapay
Provides a comprehensive set of cryptocurrency technical analysis indicators and ready‑to‑use trading strategies through an MCP interface, enabling AI agents and applications to generate buy, hold, or sell signals.