Hyperliquid Info MCP Server
@kukapay
About Hyperliquid Info MCP Server
An MCP server that provides real-time data and insights from the Hyperliquid perp DEX for use in bots, dashboards, and analytics.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"hyperliquid-info-mcp": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Hyperliquid Info MCP Server?
An MCP (Model Context Protocol) server that provides real-time data and insights from the Hyperliquid perpetual DEX (decentralized exchange) for use in bots, dashboards, and analytics. It is aimed at developers and traders who want to programmatically query Hyperliquid user data, market data, and perform analysis.
How to use Hyperliquid Info MCP Server?
Clone the repository, install dependencies with uv sync (Python 3.10+ required), then run the server in development mode via mcp dev main.py or install it for Claude Desktop with mcp install main.py --name "Hyperliquid Info". Interact using natural language prompts in MCP Inspector or Claude Desktop, invoking specific tools like get_user_state, get_candles_snapshot, or the analyze_positions prompt.
Key features of Hyperliquid Info MCP Server
- Query user positions, margin, and withdrawable balance
- Retrieve open orders, trade history, and funding payments
- Access staking details and rewards
- Get mid prices, L2 order book snapshots, and candlestick data
- Fetch perpetual and spot market metadata
- Guided analysis prompt for trading activity
Use cases of Hyperliquid Info MCP Server
- Build trading bots that monitor user positions and market conditions
- Create dashboards showing real-time Hyperliquid account stats
- Analyze trading performance and risk for a given account
- Access historical funding and candle data for research
- Integrate Hyperliquid data into automated notification systems
FAQ from Hyperliquid Info MCP Server
What data does Hyperliquid Info MCP Server provide?
It provides two categories of data: user-specific data (positions, orders, trades, funding, staking, fees) and market data (mid prices, order book snapshots, candlesticks, funding rates, market metadata). It also includes an analysis prompt to combine user data for insights.
What are the prerequisites to use the server?
Python 3.10 or higher is required, along with a valid Hyperliquid account address for user-specific queries. Package management can be done with uv or pip.
How do I run the server?
You can run it in development mode using mcp dev main.py or install it for Claude Desktop with mcp install main.py --name "Hyperliquid Info". The server uses the MCP Inspector for testing.
What transports or authentication does it use?
The server runs as a standard MCP server (stdio transport) and does not require authentication for market data queries. User-specific queries require a Hyperliquid account address as a parameter. No API keys are mentioned.
Is there a license for this project?
Yes, the project is licensed under the MIT License.
More Data & Analytics MCP servers
MCP Simple PubMed
andybrandtMCP server for searching and querying PubMed medical papers/research database
arxiv-latex MCP Server
takashiishidaMCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.
PubMed MCP Server
JackKuo666🔍 Enable AI assistants to search, access, and analyze PubMed articles through a simple MCP interface.
Healthcare MCP Server
CicatriizA Model Context Protocol (MCP) server providing AI assistants with access to healthcare data and medical information tools, including FDA drug info, PubMed, medRxiv, NCBI Bookshelf, clinical trials, ICD-10, DICOM metadata, and a medical calculator.
ArXiv MCP Server
blazickjpA Model Context Protocol server for searching and analyzing arXiv papers
Comments