
Mcp
Give your coding agent tick-level Hyperliquid data for trading bots, backtests, and market monitors without building custom feeds.
Overview
Ironflow Hyperliquid MCP is a MCP server for the Build phase that exposes tick-level Hyperliquid fills, L4 book, funding, liquidations, and smart triggers to your agent via Ironflow.
What is this MCP server?
- Tick-level fills, L4 order book, funding, and liquidation streams via Ironflow
- Smart triggers for agent-driven alerts and research prompts
- stdio npm package @ironflowsh/mcp (v0.4.1) with IRONFLOW_API_KEY
- Free tier: 24 hours of history, no credit card at ironflow.sh dashboard
- Server version 0.4.1; npm identifier @ironflowsh/mcp
- Documented capabilities: tick-level fills, L4 book, funding, liquidations, smart triggers
- Free tier covers 24 hours of history per Ironflow dashboard docs
What problem does it solve?
Solo builders wiring Hyperliquid into agents waste days on raw feeds and book parsing instead of shipping strategy or UI.
Who is it for?
Indie builders prototyping Hyperliquid trading agents, alert bots, or analytics on top of Claude Code or Cursor.
Skip if: Builders who do not trade on Hyperliquid or who only need generic multi-exchange price tickers.
What do I get? / Deliverables
After you add @ironflowsh/mcp and IRONFLOW_API_KEY, your agent can query structured Hyperliquid market data through MCP without custom ingestion code.
- Registered stdio MCP server @ironflowsh/mcp in agent config
- Agent-callable tools for Hyperliquid ticks, book, funding, and liquidations
- Foundation for trading or research automations without custom feed code
Recommended MCP Servers
Journey fit
Canonical shelf is Build because the server exists to wire exchange market data into agent workflows and app backends. Integrations is the right subphase: it is an external API bridge (Ironflow → Hyperliquid) exposed as MCP tools.
How it compares
Venue-specific Hyperliquid market-data MCP, not a general finance agent skill or back-office accounting integration.
Common Questions / FAQ
Who is Ironflow Hyperliquid MCP for?
Solo and indie developers building agent-assisted crypto tools focused on Hyperliquid perps and depth-aware workflows.
When should I use Ironflow Hyperliquid MCP?
Use it during Build when you need L4 book, fills, funding, or liquidation context inside the same session where you code bots or dashboards.
How do I add Ironflow Hyperliquid MCP to my agent?
Install the npm package @ironflowsh/mcp, set IRONFLOW_API_KEY from https://ironflow.sh/dashboard/login, and register the stdio server in your Claude Code or Cursor MCP config.