
Hyperliquid Mcp
Attach a minimal Hyperliquid MCP so your agent can fetch core perps and position data while you spike a trading or monitoring feature.
Overview
io.github.junct-bot/hyperliquid-mcp is a MCP server for the Build phase that exposes 2 tools for Hyperliquid perpetuals, options, and position data to your agent.
What is this MCP server?
- 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
- 2 MCP tools for perpetuals, options, and position data
- Server version 1.1.0
- Publisher remote: hyperliquid.mcp.junct.dev
What problem does it solve?
You only need a couple of Hyperliquid facts in the agent but do not want to bootstrap a full API client for a weekend spike.
Who is it for?
Indie builders doing quick Hyperliquid-focused prototypes with MCP who accept a minimal tool surface.
Skip if: Teams needing comprehensive Hyperliquid market analytics or production trading stacks covered by dozens of typed tools.
What do I get? / Deliverables
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
Recommended MCP Servers
Journey fit
Hyperliquid MCP belongs in Build as a thin integration hook for Hyperliquid-specific agent queries during product work. Integrations reflects the 2-tool remote MCP meant to complement your app code rather than replace a full exchange SDK.
How it compares
Minimal 2-tool Hyperliquid MCP—not the 139-tool GMX server or a full trading bot skill.
Common Questions / FAQ
Who is hyperliquid-mcp for?
Solo builders 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.