INDIVIDUAL MCP TOOL
get_orderbook_depth
Call this when the user asks where the bid or ask walls are, how deep the spot order book is, whether buyers or sellers have more resting orders near price, or for an order book heatmap.
LIVE ENDPOINT
https://mcp.bykaranteli.com
Connect to this endpoint to inspect the live schema for get_orderbook_depth and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.bykaranteli]
url = "https://mcp.bykaranteli.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bykaranteli": {
"type": "http",
"url": "https://mcp.bykaranteli.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bykaranteli
Remote MCP URL: https://mcp.bykaranteli.com
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"bykaranteli": {
"url": "https://mcp.bykaranteli.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bykaranteli": {
"type": "http",
"url": "https://mcp.bykaranteli.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bykaranteli",
"transport": "streamable-http",
"url": "https://mcp.bykaranteli.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_market_indices— Call this when the user asks about overall crypto market sentiment or macro state: the Fear & Greed index (today and yesterday), Bitcoin dominance percentage, total market cap, or the Retail Euphoria composite.get_liquidations— Call this when the user asks how much was liquidated in crypto futures, whether longs or shorts got flushed, or for liquidation history.get_etf_flows— Call this when the user asks about Bitcoin, Ethereum or Solana spot ETF flows: daily net inflows or outflows, cumulative flow since launch, or total net assets of the US spot ETFs (IBIT, FBTC, ETHA and the rest).get_funding_heatmap— Call this when the user asks for the full current funding table across the ~30 most traded Binance perps (28-30 rows; contracts without a live funding print are skipped), or the funding rate of one specific coin.get_funding_arbitrage— Call this when the user asks about funding arbitrage, funding rate differences between exchanges, or delta-neutral carry trades.get_pressure_scores— Call this when the user asks which coins are crowded or over-leveraged, or asks for the pressure/derivatives-stress score of specific coins.get_top_movers— Call this when the user asks what is moving in crypto derivatives right now, which coins have the biggest open interest changes, the most extreme funding, the widest basis, or the highest derivatives stress.get_cot_positioning— Call this when the user asks how hedge funds or institutions are positioned in Bitcoin or Ethereum, or about the CFTC Commitments of Traders report.