Order Book Depth API
io.github.Br0ski777/orderbook-depthUniswap V3 pool liquidity depth analysis — price impact at 1/2/5/10% levels. x402.
Tools · 1
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…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"order_book_depth_api": {
"url": "https://orderbook-depth-x402-production.up.railway.app/mcp",
"transport": "sse"
}
}
}