
Hyperliquid Mcp
- Updated March 29, 2026
- junct-bot/hyperliquid-mcp
io.github.junct-bot/hyperliquid-mcp is a MCP server that exposes 2 tools for Hyperliquid perpetuals, options, and position data to your agent.
About
io.github.junct-bot/hyperliquid-mcp is a slim Model Context Protocol server exposing two tools related to Hyperliquid perpetuals, options, and position data. developers who already use Claude Code or Cursor can add it when they want a fast, low-ceremony way to ground an agent on Hyperliquid state while scaffolding a tracker, alert, or research script in the build phase. The small tool count signals a narrow surface: useful for proofs of concept and focused prompts, not for exhaustive market microstructure coverage. Register the remote HTTP endpoint in your MCP client alongside heavier integrations like GMX or Etherscan when your product specifically targets Hyperliquid. Treat outputs as provisional for any trading decision; expand with direct API clients if you outgrow two tools. Skillselion lists it under Finance integrations so journey browse stays aligned with other DeFi MCP servers from the same publisher.
- 2 MCP tools for Hyperliquid perpetuals, options, and position data
- Hosted at hyperliquid.mcp.junct.dev via streamable HTTP
- Version 1.1.0 with repository junct-bot/hyperliquid-mcp
- Lightweight entry compared to 139-tool GMX MCP—good for quick agent spikes
- Finance MCP integration—not on-chain wallet signing
Hyperliquid Mcp by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http hyperliquid-mcp https://hyperliquid.mcp.junct.dev/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | None |
| Last updated | March 29, 2026 |
| Repository | junct-bot/hyperliquid-mcp ↗ |
What it does
Attach a minimal Hyperliquid MCP so your agent can fetch core perps and position data while you spike a trading or monitoring feature.
Who is it for?
Best when you're doing quick Hyperliquid-focused prototypes with MCP and accept a minimal tool surface.
Skip if: Skip if you need comprehensive Hyperliquid market analytics or production trading stacks covered by dozens of typed tools.
What you get
You connect a 2-tool Hyperliquid remote MCP and get basic perps/position queries inside your agent session while building your feature.
- 2 Hyperliquid MCP tools for agent queries
- Faster Hyperliquid-focused build spikes
- Baseline protocol data wiring without a custom SDK first pass
By the numbers
- 2 MCP tools for perpetuals, options, and position data
- Server version 1.1.0
- Publisher remote: hyperliquid.mcp.junct.dev
README.md
Hyperliquid MCP Server
MCP server for Hyperliquid. Agent-ready API for Hyperliquid.
Hosted at hyperliquid.mcp.junct.dev/mcp. Free to use. No auth. No API key required.
Part of Junct — the agent-readiness layer for web3.
Quick Start
Add to your MCP client config (Claude Desktop, Cursor, Windsurf):
{
"mcpServers": {
"hyperliquid": {
"url": "https://hyperliquid.mcp.junct.dev/mcp",
"transport": "streamable-http"
}
}
}
About
This MCP server is deterministically generated from the Hyperliquid API specification. Every tool maps 1:1 to a real API endpoint — no hallucinated endpoints.
- Protocol: Hyperliquid
- Endpoint:
https://hyperliquid.mcp.junct.dev/mcp - Transport: Streamable HTTP
- Auth: None required
- Documentation: hyperliquid.mcp.junct.dev/llms.txt
Links
Keywords: Hyperliquid, MCP server, DeFi, AI agent, agent-ready API, crypto tools, Model Context Protocol
Recommended MCP Servers
How it compares
Minimal 2-tool Hyperliquid MCP—not the 139-tool GMX server or a full trading bot skill.
FAQ
Who is hyperliquid-mcp for?
Developers using MCP agents who want a small Hyperliquid data hook for perps and positions during early integration work.
When should I use hyperliquid-mcp?
Use it when you are building something Hyperliquid-specific and only need the two exposed MCP tools—enough to validate an idea before investing in a larger client.
How do I add hyperliquid-mcp to my agent?
Set remote MCP https://hyperliquid.mcp.junct.dev/mcp (streamable-http) in your Claude Code, Cursor, or compatible client and restart to load the Hyperliquid tools.