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: Blockscout MCP Server
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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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