Hyperliquid MCP Updated
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Hyperliquid MCP Updatedshow me the L2 book for BTC"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Hyperliquid MCP Updated
Read-only Model Context Protocol server for Hyperliquid using the official hyperliquid-python-sdk (see pyproject.toml). Use this when third-party MCP wrappers drift from the SDK.
Features
No private key — only public
POST /infoendpoints.One MCP tool per
InfoHTTP method (all read-only SDK methods that call/info), plushl_info_requestfor any extra documentedtypenot yet wrapped.Not included: WebSocket
subscribe/unsubscribe,Exchange(signing / trading), and internal helpers likeset_perp_meta.
Related MCP server: hyperliquid-mcp
Install
cd Hyperliquid-MCP-Updated
uv venv && source .venv/bin/activate # or: python -m venv .venv
uv pip install -e .Run (stdio, for MCP clients):
hyperliquid-mcp-updatedEnvironment
Variable | Meaning |
|
|
| Override base URL entirely |
| Default |
Cursor mcp.json
Local checkout (replace path):
{
"mcpServers": {
"hyperliquid-updated": {
"command": "/Users/you/path/to/Hyperliquid-MCP-Updated/.venv/bin/hyperliquid-mcp-updated",
"args": [],
"env": {}
}
}
}Or with uv (no venv path hardcoded):
{
"mcpServers": {
"hyperliquid-updated": {
"command": "/Users/you/.local/bin/uv",
"args": [
"--directory",
"/Users/you/path/to/Hyperliquid-MCP-Updated",
"run",
"hyperliquid-mcp-updated"
],
"env": {}
}
}
}After editing, reload MCP in Cursor settings.
Tools ↔ hyperliquid.info.Info (SDK)
MCP tool | SDK method |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| (no SDK method) → |
| (no SDK method) → |
| raw |
Publish to GitHub
cd Hyperliquid-MCP-Updated
git init
git remote add origin https://github.com/lucaluca-04/Hyperliquid-MCP-Updated.git
git add .
git commit -m "Initial hyperliquid-mcp-updated server"
git branch -M main
git push -u origin mainLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA Model Context Protocol server providing comprehensive tools to access real-time market data, trading information, user positions, and analytics for the Hyperliquid perpetual futures exchange.4MIT
- Alicense-qualityCmaintenanceA Model Context Protocol (MCP) server for the Hyperliquid decentralized exchange, enabling AI assistants to perform trading operations, manage accounts, and retrieve market data.3MIT
- AlicenseAqualityDmaintenanceMCP server for Hyperliquid that provides read-only on-chain wallet analytics. Enables natural-language queries about positions, fills, funding, and realized PnL for any public address.86MIT
- Alicense-qualityBmaintenanceA read-only MCP server for Hyperliquid that provides public market data (prices, order books, funding) and any wallet's positions, orders, and fills via MCP tools, without requiring a private key.MIT
Related MCP Connectors
Polymarket + Hyperliquid + macro for AI agents. 38 tools, signal backtest, SSE streaming. Free tier.
Calibrated world model for AI agents. 40 tools: world state, markets, trading. Kalshi + Polymarket.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lucaluca-04/Hyperliquid-MCP-Updated'
If you have feedback or need assistance with the MCP directory API, please join our Discord server