Hyperliquid MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HYPERLIQUID_TESTNET | No | Set to "true" for testnet, "false" or unset for mainnet | |
| HYPERLIQUID_PRIVATE_KEY | No | Your wallet's private key (with 0x prefix) - required for trading operations | |
| HYPERLIQUID_WALLET_ADDRESS | No | Your wallet address (derived from private key if not provided) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_all_midsB | Get current mid prices for all coins on Hyperliquid |
| get_l2_bookC | Get L2 order book snapshot for a specific coin |
| get_candle_snapshotC | Get historical candle data for a specific coin |
| get_open_ordersB | Get all open orders for the configured wallet or a specific user |
| get_user_fillsB | Get trading history (fills) for the configured wallet or a specific user |
| get_user_fills_by_timeB | Get trading history (fills) for a specific time range |
| get_portfolioC | Get portfolio information including positions, PnL, and margin usage |
| place_orderC | Place a limit or trigger order on Hyperliquid |
| place_trigger_orderC | Place a trigger order (stop-loss or take-profit) on Hyperliquid |
| cancel_orderB | Cancel a specific order by order ID or client order ID |
| cancel_all_ordersB | Cancel all open orders |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/t3rmed/hyperliquid-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server