# Order Book Depth API MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-orderbook-depth
- Repository: https://github.com/Br0ski777/orderbook-depth-x402
- Website: https://github.com/Br0ski777/orderbook-depth-x402

## Install
- Endpoint: https://orderbook-depth.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://orderbook-depth.api.klymax402.com/mcp

## Tools
- dex_analyze_orderbook_depth - Use this when you need to analyze liquidity depth of a Uniswap V3 pool before a large trade. Returns depth analysis in JSON.

1. currentPrice: current pool price
2. depth1pct: USD liquidity available within 1% price impact
3. depth2pct: USD liquidity available within 2% price impact
4. depth5pct: USD liquidity available within 5% price impact
5. depth10pct: USD liquidity available within 10% price impact
6. totalLiquidity: total pool liquidity in USD
7. feeTier: pool fee tier (0.01%, 0.05%, 0.3%, 1%)
8. token0/token1: pool token pair symbols

Example output: {"currentPrice":3128.50,"depth1pct":850000,"depth2pct":2100000,"depth5pct":5400000,"depth10pct":9800000,"totalLiquidity":15200000,"feeTier":"0.3%","token0":"USDC","token1":"WETH"}

Use this BEFORE executing large on-chain trades to estimate slippage and determine optimal trade size. Essential for MEV-aware agents and OTC sizing.

Do NOT use for swap quotes -- use dex_get_swap_quote instead. Do NOT use for token safety -- use token_check_safety instead. Do NOT use for token holders -- use token_get_holder_analysis instead. Endpoint: https://orderbook-depth.api.klymax402.com/mcp
- dex_analyze_orderbook_depth - Use this when you need to analyze liquidity depth of a Uniswap V3 pool before a large trade. Returns depth analysis in JSON. POST variant of dex_analyze_orderbook_depth -- same params passed as JSON body instead of query string.

1. currentPrice: current pool price
2. depth1pct: USD liquidity available within 1% price impact
3. depth2pct: USD liquidity available within 2% price impact
4. depth5pct: USD liquidity available within 5% price impact
5. depth10pct: USD liquidity available within 10% price impact
6. totalLiquidity: total pool liquidity in USD
7. feeTier: pool fee tier (0.01%, 0.05%, 0.3%, 1%)
8. token0/token1: pool token pair symbols

Example output: {"currentPrice":3128.50,"depth1pct":850000,"depth2pct":2100000,"depth5pct":5400000,"depth10pct":9800000,"totalLiquidity":15200000,"feeTier":"0.3%","token0":"USDC","token1":"WETH"}

Use this BEFORE executing large on-chain trades to estimate slippage and determine optimal trade size. Essential for MEV-aware agents and OTC sizing.

Do NOT use for swap quotes -- use dex_get_swap_quote instead. Do NOT use for token safety -- use token_check_safety instead. Do NOT use for token holders -- use token_get_holder_analysis instead. Endpoint: https://orderbook-depth.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
