Skip to content
Back to search
90
MCP v1.0.0 sse

Order Book Depth API

io.github.Br0ski777/orderbook-depth

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

Uptime
0.0%
1 direct probes · 30d
Response
184ms
last probe
Tools
1
callable
Resources
0
readable
Prompts
0
available

Tools · 1

dex_analyze_orderbook_depth

Use this when you need to analyze liquidity depth of a Uniswap V3 pool on Base. Returns current price, liquidity at 1%/2%/5%/10% price impact levels (in USD), total liquidity, and fee tier. Useful for…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "order_book_depth_api": {
      "url": "https://orderbook-depth.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}