ironflowsh

@ironflowsh/mcp

Community ironflowsh
Updated

MCP server for Ironflow market data — tick-level Hyperliquid fills, L4 orderbook, funding, liquidations, smart triggers across 750+ markets (perps, HIP-3, HIP-4, spot). Free tier: 24h history, no card.

@ironflowsh/mcp

Model Context Protocol (MCP) server for Ironflow — real-time and historical market data for on-chain derivatives, designed for AI agents.

Exposes 32 tools for market data, analytics, triggers, cohorts, bulk export, and system status. Works with Claude Desktop, Cursor, any MCP-compatible client.

Install

# Run directly (no install)
npx @ironflowsh/mcp

# Or install globally
npm install -g @ironflowsh/mcp

Requires Node.js 18+.

Use with Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%/Claude/claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "ironflow": {
      "command": "npx",
      "args": ["-y", "@ironflowsh/mcp"],
      "env": {
        "IRONFLOW_API_KEY": "if_your_api_key"
      }
    }
  }
}

Restart Claude Desktop.

Authentication

Without an API key: 10 req/min, 24h history, REST only. Sign up at ironflow.sh for higher limits.

IRONFLOW_API_KEY=if_xxx npx @ironflowsh/mcp

Tools

Market dataget_price, get_orderbook, get_recent_trades, get_candles, get_funding_rates, get_open_interest, get_liquidations, get_fills, get_mark_prices, get_deposits, get_withdrawals, get_order_statuses, get_vault_operations, list_markets

Analytics (Builder+) — get_net_flows, get_liquidation_levels, get_order_flow, get_vault_leaderboard, get_funding_stats

Export (Builder+) — export_data

Triggerslist_triggers, create_trigger, test_trigger, toggle_trigger, delete_trigger

Cohortslist_cohorts, get_cohort_addresses, delete_cohort

Account & statusget_me, get_status, get_status_metrics, get_status_history

Configuration

Env var Default
IRONFLOW_API_KEY
IRONFLOW_API_URL https://api.ironflow.sh

Links

License

MIT

MCP Server · Populars

MCP Server · New

    Lissy93

    bug-bounties

    ⚔️ A compiled list of companies who have active programs for responsible disclosure. MCP-enabled.

    Community Lissy93
    samvallad33

    Vestige

    Cognitive memory for AI agents — FSRS-6 spaced repetition, 29 brain modules, 3D dashboard, single 22MB Rust binary. MCP server for Claude, Cursor, VS Code, Xcode, JetBrains.

    Community samvallad33
    HarimxChoi

    google-surf-mcp

    ✨Anti-Bot Search MCP: No API Key✨

    Community HarimxChoi
    syncable-dev

    Memtrace

    The missing memory layer for coding agents

    Community syncable-dev
    kunwar-shah

    Claudex

    MCP server with persistent memory + FTS5 search for Claude Code conversation history. Index your ~/.claude/projects/, expose 10 MCP tools, browse via web UI. MIT-licensed.

    Community kunwar-shah