← Back to Plugins
MCP Server MCP

Market Depth Lab

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "market-depth-lab-mcp-server",
      "version": "0.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional remote read-only Market Depth Lab position index URL.",
          "default": "https://data.marketdepthlab.com/v1/positions/latest",
          "name": "MDL_POSITION_INDEX_URL"
        },
        {
          "description": "Optional local position-index JSON path. Overrides the remote URL.",
          "format": "filepath",
          "name": "MDL_POSITION_INDEX_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...