Skip to content
VS Code

Order Book Depth API for VS Code

io.github.br0ski777/orderbook-depth

Uniswap V3 pool liquidity depth analysis — price impact at 1/2/5/10% levels. x402.

client:VS Code transport:sse

Install Order Book Depth API in VS Code

.vscode/mcp.json

{
  "servers": {
    "orderbook-depth": {
      "type": "sse",
      "url": "https://orderbook-depth.api.klymax402.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Order Book Depth API in other clients