mcpbeat Sign in

Market Depth Lab MCP Server

local only

Market Depth Lab runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm. Last commit 28 Jul 2026.

Read-only Hyperliquid, funding-rate and cross-exchange perpetual spread tools.

Installs per day peak 338 · avg 13
a month agotoday
33
Installs / week
npm · market-depth-lab-mcp-server
0
Stars
0 open issues
28 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Market Depth Lab every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add market-depth-lab -- npx -y market-depth-lab-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "market-depth-lab": {
      "args": [
        "-y",
        "market-depth-lab-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.market-depth-lab]
command = "npx"
args = ["-y", "market-depth-lab-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "market-depth-lab": {
      "args": [
        "-y",
        "market-depth-lab-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "market-depth-lab": {
      "args": [
        "-y",
        "market-depth-lab-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MDL_POSITION_INDEX_URL (Optional remote read-only Market Depth Lab position index URL.), MDL_POSITION_INDEX_PATH (Optional local position-index JSON path. Overrides the remote URL.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Market Depth Lab

same job, measured the same way
Hyperliquid / HyperEVM
by sand0vvv

Read-only Hyperliquid and HyperEVM data: yields, protocols, fees, markets, funding, depth.

34 installs/wk local only
Hyperliquid MCP
by kitsune-de

Read-only Hyperliquid data: markets, funding rates, order books, candles, positions and fills

39 installs/wk local only
CoinCryptoRank MCP
by qqdd27

Real-time crypto market data, funding rates, arbitrage and trading tools from 60+ exchanges.

35 tools answering
Cross-DEX Prices & Spreads
by donnywin85

Live cross-DEX pool prices, liquidity and spreads on 6 EVM chains, read from on-chain pool state.

44 installs/wk local only
Whale Insights
by cryptowhaleinsights

Free read-only crypto whale-tracking & market-data MCP tools across 14 chains. No auth.

56 tools answering
Radar
by funding-radar

Live crypto funding-rate radar across 5 exchanges: events, pair briefings, calendar, spreads.

6 tools answering
Hyperliquid Market Data — OHLCV, Funding Rates & Positioning (Tessera)
by tesseralytics

Hyperliquid perp market data for LLMs: OHLCV, funding, open interest, positioning & forecasts.

9 tools answering
EventTrader MCP
by cymetica

AI prediction market trading — real-time data, CLOB exchange, 30+ tools

local only

Market Depth Lab — questions

Answers built from our own checks of this server.

Why is there no uptime for Market Depth Lab?
Market Depth Lab runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package market-depth-lab-mcp-server was installed 33 times last week.
How do I connect Market Depth Lab?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls market-depth-lab-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Market Depth Lab?
The npm package market-depth-lab-mcp-server was installed 33 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Market Depth Lab open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.