Read-only Hyperliquid market data and wallet analytics MCP server for Claude, Cursor and AI agents
Inferred from the transports this listing declares (stdio). A client not listed here hasn’t been ruled out — it just isn’t something Forge can confirm.
IRONFLOW_API_KEYAPI keyrequiredIronflow API key. Request one at https://ironflow.sh/api
Declared by the author in the official MCP registry. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts.
Read out of the source npm actually ships, at scan time. The package was never executed. Tools registered dynamically at runtime, or hidden inside bundled or minified code, can be missed — so this is a floor on the tool surface, not a complete census of it.
get_priceGet the latest mid-market price for a perpetual futures market on HyperliquidGet the latest mid-market price for a perpetual futures market on Hyperliquid
No input schema was published for this tool.
get_recent_tradesGet recent tick-level trades for a market including price, size, side, and timestampGet recent tick-level trades for a market including price, size, side, and timestamp
No input schema was published for this tool.
get_candlesGet OHLCV candlestick data for a market. Useful for price analysis and chartingGet OHLCV candlestick data for a market. Useful for price analysis and charting
No input schema was published for this tool.
get_funding_ratesGet funding rate history for a perpetual futures market. Rates are paid hourly on HyperliquidGet funding rate history for a perpetual futures market. Rates are paid hourly on Hyperliquid
No input schema was published for this tool.
get_open_interestGet the current open interest and 24h trading volume for a perpetual futures marketGet the current open interest and 24h trading volume for a perpetual futures market
No input schema was published for this tool.
get_liquidationsGet recent liquidation events for a market showing forced position closures with price, size, and addressGet recent liquidation events for a market showing forced position closures with price, size, and address
No input schema was published for this tool.
get_fillsGet trade fills for a specific wallet address, optionally filtered by marketGet trade fills for a specific wallet address, optionally filtered by market
No input schema was published for this tool.
get_mark_pricesGet the current mark price, oracle price, and funding rate for a marketGet the current mark price, oracle price, and funding rate for a market
No input schema was published for this tool.
get_vault_operationsGet vault deposit and withdrawal events, filterable by vault address or user addressGet vault deposit and withdrawal events, filterable by vault address or user address
No input schema was published for this tool.
get_net_flowsGet net deposit/withdrawal flows over time — shows capital inflows and outflows (Builder+ tier)Get net deposit/withdrawal flows over time — shows capital inflows and outflows (Builder+ tier)
No input schema was published for this tool.
get_liquidation_levelsGet liquidations bucketed by price level — useful for heatmap visualization (Builder+ tier)Get liquidations bucketed by price level — useful for heatmap visualization (Builder+ tier)
No input schema was published for this tool.
get_order_flowGet fill and cancel rates per market — shows execution quality (Builder+ tier)Get fill and cancel rates per market — shows execution quality (Builder+ tier)
No input schema was published for this tool.
get_vault_leaderboardGet vaults ranked by net deposits — shows which vaults are attracting capital (Builder+ tier)Get vaults ranked by net deposits — shows which vaults are attracting capital (Builder+ tier)
No input schema was published for this tool.
get_funding_statsGet funding rate statistics over time including annualized rates (Builder+ tier)Get funding rate statistics over time including annualized rates (Builder+ tier)
No input schema was published for this tool.
get_user_stateGet an address's current open perp positions + unrealized P&L. Mirrors HL clearinghouseState — best tool for 'is this wallet long or short right now?' or 'what's their P&L?' questions.Get an address's current open perp positions + unrealized P&L. Mirrors HL clearinghouseState — best tool for 'is this wallet long or short right now?' or 'what's their P&L?' questions.
No input schema was published for this tool.
get_user_fundingGet funding payments per market per bucket for an address. Sign convention: positive = received, negative = paid. Use bucket=1d for daily roll-up, 1h for raw HL funding intervals.Get funding payments per market per bucket for an address. Sign convention: positive = received, negative = paid. Use bucket=1d for daily roll-up, 1h for raw HL funding intervals.
No input schema was published for this tool.
get_user_maker_takerGet an address's maker vs taker fill breakdown per market over a time window. The single most diagnostic endpoint for market-maker analysis — no commercial provider exposes this precomputed. High maker share with negative maker_fee = classic MM (rebate income); high taker share = liquidity taker. C…Get an address's maker vs taker fill breakdown per market over a time window. The single most diagnostic endpoint for market-maker analysis — no commercial provider exposes this precomputed. High maker share with negative maker_fee = classic MM (rebate income); high taker share = liquidity taker. C…
No input schema was published for this tool.
get_user_ledgerGet non-fill ledger events for an address: deposits, withdrawals, vault operations. Sign convention on amount: positive = into account, negative = out. Phase b will add rewardsClaim (airdrops), spotTransfer, delegate/undelegate (HYPE staking).Get non-fill ledger events for an address: deposits, withdrawals, vault operations. Sign convention on amount: positive = into account, negative = out. Phase b will add rewardsClaim (airdrops), spotTransfer, delegate/undelegate (HYPE staking).
No input schema was published for this tool.
get_pnl_leaderboardGlobal Smart Money leaderboard — every HL wallet ranked by realized PnL, biggest losses, or volume over a chosen window. Replaces HL's 10-cap 'tracked addresses' with the full active universe. Sort by 'realized_pnl' (top winners), 'loss' (biggest losers), or 'volume'. Wallets with <5 fills in windo…Global Smart Money leaderboard — every HL wallet ranked by realized PnL, biggest losses, or volume over a chosen window. Replaces HL's 10-cap 'tracked addresses' with the full active universe. Sort by 'realized_pnl' (top winners), 'loss' (biggest losers), or 'volume'. Wallets with <5 fills in windo…
No input schema was published for this tool.
get_market_top_walletsTop wallets ranked for one specific market. HL's public info API caps tracked addresses at 10; this returns up to 200. Sort by 'volume' or 'realized_pnl'.Top wallets ranked for one specific market. HL's public info API caps tracked addresses at 10; this returns up to 200. Sort by 'volume' or 'realized_pnl'.
No input schema was published for this tool.
get_markets_snapshotAnchored snapshot of every active market in one round-trip. Each row carries current mark, 24h-ago mark, 24h change %, latest open interest (USD and base), and latest funding. Replaces N×3 fan-out (candles + OI + funding per row). Filter by market_class or issuer.Anchored snapshot of every active market in one round-trip. Each row carries current mark, 24h-ago mark, 24h change %, latest open interest (USD and base), and latest funding. Replaces N×3 fan-out (candles + OI + funding per row). Filter by market_class or issuer.
No input schema was published for this tool.
get_user_summaryAggregate stats for one address over a window — single ClickHouse aggregation. Returns volume, realized PnL, fill count, win rate, maker mix, markets touched. Fast-path replacement for the multi-call wallet X-Ray fan-out.Aggregate stats for one address over a window — single ClickHouse aggregation. Returns volume, realized PnL, fill count, win rate, maker mix, markets touched. Fast-path replacement for the multi-call wallet X-Ray fan-out.
No input schema was published for this tool.
get_wallet_labelsPrecomputed wallet label catalog. Returns a map of address → label list covering top whales by 24h volume, top smart money by 30d realized PnL, every distinct vault address, and every vault leader (modal commission recipient). Edge-cached 5 min — fetch once and look up addresses locally.Precomputed wallet label catalog. Returns a map of address → label list covering top whales by 24h volume, top smart money by 30d realized PnL, every distinct vault address, and every vault leader (modal commission recipient). Edge-cached 5 min — fetch once and look up addresses locally.
No input schema was published for this tool.
get_user_pnl_seriesBucketed realized-PnL time series for one address. Each point is the sum of realized_pnl in a bucket_ms window. Server clamps bucket_ms so the series has ≤500 buckets.Bucketed realized-PnL time series for one address. Each point is the sum of realized_pnl in a bucket_ms window. Server clamps bucket_ms so the series has ≤500 buckets.
No input schema was published for this tool.
list_cohortsList available address cohorts: six predefined groups (top_pnl_30d, high_volume_30d, whale_fills, net_withdrawers_7d, liquidation_prone, vault_whales) plus any custom cohorts the caller has createdList available address cohorts: six predefined groups (top_pnl_30d, high_volume_30d, whale_fills, net_withdrawers_7d, liquidation_prone, vault_whales) plus any custom cohorts the caller has created
No input schema was published for this tool.
get_cohort_addressesGet the wallet addresses in a specific cohortGet the wallet addresses in a specific cohort
No input schema was published for this tool.
get_statusGet system status, data freshness, and venue health (unauthenticated)Get system status, data freshness, and venue health (unauthenticated)
No input schema was published for this tool.
get_status_metricsGet rolling-window API + pipeline + synthetic performance metrics (unauthenticated)Get rolling-window API + pipeline + synthetic performance metrics (unauthenticated)
No input schema was published for this tool.
get_status_historyGet an uptime / freshness timeline. period: '24h' (default) or '7d' (unauthenticated)Get an uptime / freshness timeline. period: '24h' (default) or '7d' (unauthenticated)
No input schema was published for this tool.
list_marketsList active markets from the registry. Filter by source (venue), market_class (perp|spot|prediction), or issuer (HIP-3 builder code; pass empty string '' for native non-builder markets only). HIP-4 outcome contracts (live on Hyperliquid mainnet since 2026-05-02) use market_class='prediction' and di…List active markets from the registry. Filter by source (venue), market_class (perp|spot|prediction), or issuer (HIP-3 builder code; pass empty string '' for native non-builder markets only). HIP-4 outcome contracts (live on Hyperliquid mainnet since 2026-05-02) use market_class='prediction' and di…
No input schema was published for this tool.
30 of 30 tools published a description.
Tool names and descriptions are written by the publisher and shown verbatim as inert text. They are the strings an MCP client passes to a model, so Forge scans them for prompt-injection patterns — any finding appears with the security scan above. “Privileged” is a keyword match on the tool name, not an audit of what the tool does: a benign-sounding name can still do anything.
Read-only Hyperliquid market data and wallet analytics MCP server for Claude, Cursor and AI agents
Linked names open Forge’s index of every entry observed exposing that tool. Browse all indexed tools.
The crawl stopped at the depth-4 limit. Anything below that level was never resolved.
The crawl stopped at the 60-package limit. The rest of the tree was never resolved.
36 more resolved packages are not drawn here (display cap: 24). Every dependency carrying an advisory is drawn regardless of the cap. Full inventory (CycloneDX SBOM)
53 declared dependencies never landed in the tree. They are missing from Forge's resolution, not from the package.
+41 more not listed. The counts by reason above cover all of them.
Not followed: peerDependencies. This tree covers runtime dependencies only, so anything those pull in was never resolved.