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)
{
"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