by mektigboy
server-hyperliquid is an MCP (Multi-Chain Protocol) server implementation that integrates with the Hyperliquid SDK. It provides a way to access real-time and historical exchange data from Hyperliquid, a decentralized perpetual exchange.
server-hyperliquid
is an MCP (Multi-Chain Protocol) server implementation that integrates with the Hyperliquid SDK. It provides a way to access real-time and historical exchange data from Hyperliquid, a decentralized perpetual exchange.
To use server-hyperliquid
, you can add it to your claude_desktop_config.json
file under the mcpServers
section. An example configuration is provided in the README, showing how to use npx
to run the server:
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": ["-y", "@mektigboy/server-hyperliquid"]
}
}
}
Once configured, you can interact with the server to retrieve data using the exposed tools.
server-hyperliquid
offers the following key tools for accessing Hyperliquid data:
get_all_mids
: Retrieves mid prices for all available coins on Hyperliquid.get_candle_snapshot
: Fetches historical candlestick data for any specified token. This tool requires coin
, interval
, and startTime
as inputs, with an optional endTime
.get_l2_book
: Provides access to the Level 2 order book for a given token, requiring the symbol
as input.server-hyperliquid
can be used for various applications requiring Hyperliquid exchange data, including:
Q: What is Hyperliquid? A: Hyperliquid is a decentralized perpetual exchange.
Q: What is an MCP server? A: An MCP (Multi-Chain Protocol) server is a component that allows integration with various blockchain-related services and data sources.
Q: What kind of data can I get from server-hyperliquid
?
A: You can retrieve mid prices, historical candlestick data, and Level 2 order book data for tokens on Hyperliquid.
Q: Is server-hyperliquid
open source?
A: Yes, it is licensed under the MIT License, meaning it is free to use, modify, and distribute.
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.
Discover more MCP servers with similar functionality and use cases
by stripe
Enables popular agent frameworks to integrate with Stripe APIs via function calling, providing tools for MCP, Python, and TypeScript.
by goat-sdk
GOAT is the largest agentic finance toolkit for AI agents, enabling them to become economic actors by leveraging blockchains, cryptocurrencies, and wallets.
by financial-datasets
Provides AI assistants with tools to retrieve income statements, balance sheets, cash flow statements, stock prices, market news, and crypto information via the Model Context Protocol.
by razorpay
Enables seamless interaction with Razorpay APIs via Model Context Protocol, allowing developers and AI agents to capture payments, manage orders, process refunds, handle settlements, and more through a unified MCP interface.
by armorwallet
Armor Crypto MCP provides a unified interface for AI agents to interact with the crypto ecosystem, including wallet management, swaps, staking, and multi-chain operations.
by alpacahq
Alpaca’s MCP server lets you trade stocks and options, analyze market data, and build strategies through Alpaca's Trading API.
by XeroAPI
Provides a bridge between the Model Context Protocol and Xero's API, enabling standardized access to Xero accounting and business features.
by kukapay
Integrates the Freqtrade cryptocurrency trading bot with an MCP server, exposing the bot's REST API as tools that AI agents can call for fully automated trading operations.
by kukapay
Offers over 50 cryptocurrency technical analysis indicators and corresponding trading strategies, enabling AI agents and developers to assess market trends and generate buy, hold, or sell signals.