Skip to content
Grok

Market Depth Lab for Grok

io.github.derkcc/market-depth-lab

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

client:Grok transport:stdio runtime:npm

Install Market Depth Lab in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "market-depth-lab": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "market-depth-lab-mcp-server"
      ],
      "env": {
        "MDL_POSITION_INDEX_URL": "<MDL_POSITION_INDEX_URL>",
        "MDL_POSITION_INDEX_PATH": "<MDL_POSITION_INDEX_PATH>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Market Depth Lab in other clients