1. Ask a question
Describe a market, wallet, funding, spread, or cost question in an MCP-enabled client.
LOCAL MCP · READ ONLY
Bring Hyperliquid, public wallets, funding rates, TWAP schedules, and cross-exchange spreads into Claude, Codex, Cursor, and other MCP clients. Every query starts from a process running on your computer.
scan_cross_exchange_funding_spreads
markets: ["BTC", "ETH", "SOL", "HYPE"]
holding_hours: 24
round_trip_cost_bps: 12 ONE-MINUTE SETUP
Run the public npm package as a local stdio MCP server. npx downloads it on first use; your MCP client starts the process locally afterwards.
Add this configuration to a client that supports local MCP servers, restart it, and confirm that Market Depth Lab appears in the tool list.
{
"mcpServers": {
"market-depth-lab": {
"command": "npx",
"args": ["-y", "market-depth-lab-mcp-server"]
}
}
} AVAILABLE NOW
Every capability below is already in npm v0.2.2. Planned features and unavailable data are not listed.
list_active_hyperliquid_twaps Inspect public active TWAP schedules and estimate remaining notional with the current reference price.
analyze_hyperliquid_wallet Summarize public positions, balances, open orders, leverage, and recent realized PnL for an address.
calculate_hyperliquid_fees Estimate fees by notional, maker/taker role, fee tier, and one-way or round-trip execution.
get_hype_market_snapshot Read a current HYPE market snapshot while keeping spot and perpetual markets separate.
hyperliquid_summarize_large_trader_positions Aggregate long and short exposure by market within the monitored large-wallet cohort.
hyperliquid_list_top_position_holders List the largest long and short addresses for a selected market within the monitored sample.
hyperliquid_list_funding_rates Compare current rates, payment direction, and exact trailing 24-hour funding across main and HIP-3 markets.
scan_cross_exchange_funding_spreads Normalize settlement intervals and compare funding spreads across Binance, OKX, and Hyperliquid.
scan_cross_exchange_perp_price_spreads Compare perpetual best bid/ask, fees, and visible depth to screen price-spread candidates.
LOCAL DATA PATH
MCP turns a natural-language question into a structured tool call. It never receives permission to trade, sign, or change an account.
Describe a market, wallet, funding, spread, or cost question in an MCP-enabled client.
A local Node.js process calls public market APIs or the read-only Market Depth Lab position index.
The AI receives stable fields, coverage boundaries, and relevant page links for comparison or explanation.
READ-ONLY BY DESIGN
Market Depth Lab MCP is for research and observation. It does not request private keys, seed phrases, wallet signatures, or exchange logins, and it defines no tool that creates, changes, or cancels an order.
There is no order, transfer, approval, signing, or account-mutation operation in the tool definitions.
Wallet analysis sends the public address you provide to Hyperliquid public APIs; the package itself adds no analytics.
Large-position and top-holder results describe a rolling monitored cohort, not every protocol address or the identity behind an address.
Rates and prices move. Depth, slippage, transfers, margin, liquidation, and execution delay still require separate judgment.
TRY THESE PROMPTS
Copy a prompt into a client connected to Market Depth Lab MCP.
Show the five Hyperliquid markets with the highest absolute funding rate and state whether longs or shorts pay.
Analyze this Hyperliquid wallet for total exposure, effective leverage, largest position, and recent realized PnL: 0x…
Compare BTC, ETH, and SOL perpetual bid/ask prices across three venues, including round-trip taker fees and at least $5,000 visible depth.
Estimate the round-trip taker fee for a $25,000 perpetual position at the published base tier.
npm v0.2.2 · MCP Registry active · MIT license