Order Book Depth API for Claude Desktop
io.github.br0ski777/orderbook-depth
Uniswap V3 pool liquidity depth analysis — price impact at 1/2/5/10% levels. x402.
client:Claude Desktop
transport:sse
Install Order Book Depth API in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"orderbook-depth": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://orderbook-depth.api.klymax402.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs