Skip to main content
ClaudeWave

Read-only Hyperliquid market data and wallet analytics MCP server for Claude, Cursor and AI agents

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/24/2026
Install in Claude Code / Claude Desktop
Method: NPX · @ironflowsh/mcp
Claude Code CLI
claude mcp add mcp -- npx -y @ironflowsh/mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": ["-y", "@ironflowsh/mcp"],
      "env": {
        "IRONFLOW_API_KEY": "<ironflow_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
IRONFLOW_API_KEY
Use cases

MCP Servers overview

# @ironflowsh/mcp

MCP server for [Ironflow](https://ironflow.sh): read-only Hyperliquid market data and wallet analytics for Claude Desktop, Cursor and any MCP client. It covers native perps, HIP-3 builder markets, HIP-4 outcome markets and spot. 30 tools, all read-only.

No API key needed to start: keyless calls get 10 requests per minute and 24 hours of history. A free key from [ironflow.sh/key](https://ironflow.sh/key) raises that to 60 requests per minute and 30 days.

## Example questions

> "What were the largest Hyperliquid liquidations in the last 24 hours?"

> "Show funding rates for the HIP-3 markets right now."

> "List the HIP-4 outcome markets that are live."

> "Summarize this wallet's last 30 days: PnL, fees, maker share, funding paid."

## Install

```bash
npx -y @ironflowsh/mcp
```

Requires Node.js 18+.

## Claude Desktop

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

```json
{
  "mcpServers": {
    "ironflow": {
      "command": "npx",
      "args": ["-y", "@ironflowsh/mcp"]
    }
  }
}
```

To use a key in Claude Desktop or Cursor, add `"env": { "IRONFLOW_API_KEY": "if_your_api_key" }` to the server block.

## Claude Code

```bash
claude mcp add ironflow -- npx -y @ironflowsh/mcp

# with a free key
claude mcp add ironflow -e IRONFLOW_API_KEY=if_your_api_key -- npx -y @ironflowsh/mcp
```

## Cursor

Add the same `mcpServers` block to `~/.cursor/mcp.json` or a project's `.cursor/mcp.json`.

## Tools

**Market data:** `get_price`, `get_recent_trades`, `get_candles`, `get_funding_rates`, `get_open_interest`, `get_liquidations`, `get_fills`, `get_mark_prices`, `get_vault_operations`, `list_markets`, `get_markets_snapshot`

**Market analytics:** `get_net_flows`, `get_liquidation_levels`, `get_order_flow`, `get_funding_stats`, `get_vault_leaderboard`, `get_pnl_leaderboard`, `get_market_top_wallets`, `get_wallet_labels`

**Wallet analytics:** `get_user_state`, `get_user_summary`, `get_user_pnl_series`, `get_user_funding`, `get_user_maker_taker`, `get_user_ledger`

**Cohorts:** `list_cohorts`, `get_cohort_addresses`

**Status:** `get_status`, `get_status_metrics`, `get_status_history`

Fill history covers a rolling 12 months. There is no order book, order status or streaming tool.

## Configuration

| Env var | Default |
|---|---|
| `IRONFLOW_API_KEY` | optional; free key at [ironflow.sh/key](https://ironflow.sh/key) |
| `IRONFLOW_API_URL` | `https://api.ironflow.sh` |

## Links

- Docs: [docs.ironflow.sh](https://docs.ironflow.sh)
- API reference: [docs.ironflow.sh/api-reference](https://docs.ironflow.sh/api-reference)
- Hyperliquid node guides: [ironflow.sh/guides](https://ironflow.sh/guides)

## License

MIT
ai-agentshyperliquidmarket-datamcpmcp-servertrading

What people ask about mcp

What is ironflowsh/mcp?

+

ironflowsh/mcp is mcp servers for the Claude AI ecosystem. Read-only Hyperliquid market data and wallet analytics MCP server for Claude, Cursor and AI agents It has 0 GitHub stars and its last recorded update is dated 2026-09-23.

How do I install mcp?

+

You can install mcp by cloning the repository (https://github.com/ironflowsh/mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is ironflowsh/mcp safe to use?

+

Our security agent has analyzed ironflowsh/mcp and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains ironflowsh/mcp?

+

ironflowsh/mcp is maintained by ironflowsh. The last recorded GitHub activity is dated 2026-09-23, with 0 open issues.

Are there alternatives to mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: ironflowsh/mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/ironflowsh-mcp)](https://claudewave.com/repo/ironflowsh-mcp)
<a href="https://claudewave.com/repo/ironflowsh-mcp"><img src="https://claudewave.com/api/badge/ironflowsh-mcp" alt="Featured on ClaudeWave: ironflowsh/mcp" width="320" height="64" /></a>

More MCP Servers

mcp alternatives