
Order Book Depth API
Analyze Uniswap V3 pool liquidity depth and estimated price impact at 1%, 2%, 5%, and 10% levels from your agent.
Overview
io.github.Br0ski777/orderbook-depth is an MCP server for the Build phase that analyzes Uniswap V3 pool liquidity depth and price impact at 1%, 2%, 5%, and 10% via an x402-paid remote API.
What is this MCP server?
- Uniswap V3 pool liquidity depth analysis with price impact at 1%, 2%, 5%, and 10% levels.
- Remote MCP SSE at orderbook-depth.api.klymax402.com.
- x402 micropayment on hosted DeFi analytics requests.
- Version 1.1.0 server manifest; source orderbook-depth-x402 on GitHub.
- Helps agents explain slippage and depth before users commit to swap UX copy or routing logic.
- Price impact reported at four levels: 1%, 2%, 5%, and 10%
- Remote MCP SSE URL: https://orderbook-depth.api.klymax402.com/mcp; version 1.1.0
What problem does it solve?
Indie DeFi builders struggle to give agents accurate slippage and depth context without deep Uniswap V3 math and data plumbing.
Who is it for?
Developers building Uniswap V3–aware agents, swap previews, or risk copy who want precomputed depth impact levels.
Skip if: Centralized exchange order books, cross-chain aggregation, or production trading systems that require sub-block latency and custom simulation.
What do I get? / Deliverables
With the MCP server registered, agents can surface liquidity depth and tiered price-impact estimates for specific V3 pools during design and integration work.
- Liquidity depth snapshots and price-impact estimates at 1%, 2%, 5%, and 10% levels
- Agent-consumable DeFi context for swap UX and risk messaging
Recommended MCP Servers
Journey fit
DeFi dashboards, swap widgets, and trading assistants need depth math while you integrate on-chain data into the product. Orderbook-depth is a specialized remote MCP bridge to pool liquidity analytics rather than generic RPC calls in your backend.
How it compares
Uniswap V3 depth MCP API, not a general-purpose DEX aggregator skill or on-chain simulation framework.
Common Questions / FAQ
Who is io.github.Br0ski777/orderbook-depth for?
Solo builders and small teams using MCP agents to reason about Uniswap V3 liquidity and slippage while shipping DeFi-facing products.
When should I use io.github.Br0ski777/orderbook-depth?
Use it during build when you have pool identifiers and need depth and 1/2/5/10% price-impact estimates inside agent or tooling workflows.
How do I add io.github.Br0ski777/orderbook-depth to my agent?
Configure https://orderbook-depth.api.klymax402.com/mcp as a remote SSE MCP server, enable x402 micropayment, then invoke the depth tools with the target Uniswap V3 pool context.