Order Book Depth API for LangChain
io.github.br0ski777/orderbook-depth
Uniswap V3 pool liquidity depth analysis — price impact at 1/2/5/10% levels. x402.
client:LangChain
transport:sse
Install Order Book Depth API in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"orderbook-depth": {
"transport": "streamable_http",
"url": "https://orderbook-depth.api.klymax402.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs