
Hyperliquid Info Mcp
Wire Claude Code or Cursor to live Hyperliquid perp and spot market data without managing exchange API keys.
Overview
Hyperliquid Info MCP is a MCP server for the Build phase that serves Hyperliquid perp and spot market data to agents without an API key.
What is this MCP server?
- Read-only perp and spot prices, funding, and open interest from Hyperliquid
- Order book depth and position snapshots for agent-driven market research
- No API key required for info-tier calls
- stdio npm package (hyperliquid-info-mcp) for local MCP hosts
- GitHub-backed server schema v1.0.0 for registry installs
- Server version 1.0.0 in MCP registry schema
- Single npm package identifier: hyperliquid-info-mcp
- No API key required per server description
What problem does it solve?
Building a Hyperliquid-aware agent means repeatedly writing and debugging custom HTTP clients for funding, OI, and book data instead of chatting with normalized tools.
Who is it for?
Indie builders prototyping crypto dashboards, funding scanners, or research bots on Hyperliquid with Claude Code or Cursor.
Skip if: Teams that need authenticated trade execution, wallet signing, or compliance-grade market data vendors only.
What do I get? / Deliverables
After install, your agent can query Hyperliquid info surfaces through MCP tools while you focus on strategy, UI, and alerts.
- Registered stdio MCP server in your agent config
- Agent-callable tools for Hyperliquid prices, funding, OI, book, and positions
- Faster iteration on trading or research prompts without custom REST glue
Recommended MCP Servers
Journey fit
Solo builders add this during the build phase when they need real exchange data inside an agent-driven trading dashboard, bot, or research tool. Integrations is the right shelf because the server is a read-only MCP bridge to Hyperliquid info endpoints, not a standalone shipping or analytics product.
How it compares
Read-only exchange info MCP, not a trading skill or execution framework.
Common Questions / FAQ
Who is Hyperliquid Info MCP for?
Solo builders and small teams wiring AI agents into Hyperliquid market research, monitoring, or bot prototypes who want info APIs without key management.
When should I use Hyperliquid Info MCP?
Use it during build when your product needs live perp or spot context—prices, funding, open interest, order book, or positions—and you want MCP tools instead of bespoke API code.
How do I add Hyperliquid Info MCP to my agent?
Install the npm package hyperliquid-info-mcp, add a stdio MCP entry pointing at that server in Claude Code or Cursor, restart the client, and invoke the documented info tools from the chat.