Analytics
liquidvision.app
Provides crypto market analytics including funding rates, order book microstructure, positioning, liquidations, and funding dispersion.
ENDPOINT 1
https://liquidvision.app/mcp
MCP server metadata
- Name
- liquidvision
- Version
- 1.30.0
LiquidVision: crypto derivatives data for agents. Open interest and funding across 13 venues (Binance, MEXC, Bybit, Bitget, Hyperliquid, HTX, Gate, OKX, KuCoin, BingX, Aster, Kraken) exactly as the exchanges publish them — no haircuts, no doubling. Prefer the computed views, which return conclusions rather than ticks: get_liquidation_cascades (cascades as events), get_positioning_regime (price x OI), get_funding_dispersion (cross-venue arbitrage), get_microstructure (spread/depth/basis), get_market_brief (one deterministic risk brief) and explain_market (grounded answer to 'why did BTC drop?'). Liquidation events cover Binance (throttled), OKX, Bybit, HTX, Gate, GMX, Kraken and Hyperliquid whales — Bitget no longer publishes its own, so totals understate the whole market. Liquidation maps are MODELED estimates, except the measured Hyperliquid map (get_hl_liquidation_map). Symbols are BASEUSDT.
Known tools 27
get_funding_ratesLatest perpetual funding rates and mark prices for every tracked exchange/symbol pair.
Inferred read-onlyget_positioning_regimePer-coin positioning regime from price direction crossed with open interest.
Inferred read-onlyget_liquidation_cascadesLiquidation cascades as discrete events rather than a raw feed.
Inferred read-onlyget_funding_settlementsSettled funding rates, one row per settlement, from Binance and Bybit history — up to 730 days for any pool coin (e.
Inferred read-onlyget_liquidationsRecent liquidation events (side, price, qty) across exchanges over the last `minutes` (1-1440).
Inferred read-onlyget_liquidations_summaryAggregated market-wide liquidation stats over the last `minutes`: 1h/4h/12h/24h totals split long/short, per-symbol and per-exchange breakdowns, and a 30-min time series.
Inferred read-onlyget_cash_flowsDerivatives cash flow per exchange: net USD into/out of open interest over 1h/4h/24h windows, per core symbol.
Inferred read-onlyget_arbitrum_perpsArbitrum perps board: GMX v2 open interest per coin and its share of every tracked venue, GMX funding next to the CEX median (8h basis), on-chain liquidations over 24h.
Inferred read-onlyget_top_tradersTop lead traders (OKX copy trading, public data): total PnL, win rate, AUM, copiers, live open positions (pair, side, leverage, entry, uPnL) and recently closed trades with realized PnL.
Inferred read-onlyget_token_unlocksUpcoming token unlock events for pool coins, nearest first: next unlock timestamp and token amount per public vesting schedule.
Inferred read-onlyget_stocksCrypto-related equities (COIN, MSTR, miners) and spot BTC/ETH ETF quotes: price, day change %, range, volume.
Inferred read-onlyget_hl_liquidation_mapMEASURED (not modeled) liquidation map for Hyperliquid: leveraged positions of the ~3000 largest accounts binned by the exchange-reported liquidation price, long/short notional per bin, cumulative curves and the largest positions.
Inferred read-onlyget_liquidation_heatmapModeled liquidation heatmap: estimated cluster intensity per price bin over time (grid[time][bin]) with the price path.
Inferred read-onlyget_orderbook_heatmapOrder book liquidity heatmap grid (time x price buckets with resting quantity) for one exchange (binance/bybit/okx) and symbol (e.
Inferred read-onlyget_market_briefDeterministic market brief for a perp symbol: 24h liquidations (totals, by exchange), current funding + 24h extremes per venue, OI by venue with 1h/4h/24h changes, net position flows, modeled liquidation risk zones above/below price, and top-trader positioning.
Inferred read-onlyget_footprintOrder-flow footprint for a core perp symbol: per candle x price bin, taker buy/sell USD volume and delta (Binance + Bybit trade streams).
Potential side effectsget_cvdCumulative volume delta split by trade size (retail <$10K, mid <$100K, large <$1M, whale >$1M).
Potential side effectsget_spoofingOrder-book wall lifecycle heuristic: large levels classified as active_wall / absorbed / pulled_wall / suspected_spoof based on whether trades executed into them before they vanished.
Inferred read-onlyCONNECT 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.liquidvision]
url = "https://liquidvision.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"liquidvision": {
"type": "http",
"url": "https://liquidvision.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: liquidvision
Remote MCP URL: https://liquidvision.app/mcp
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": {
"liquidvision": {
"url": "https://liquidvision.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"liquidvision": {
"type": "http",
"url": "https://liquidvision.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "liquidvision",
"transport": "streamable-http",
"url": "https://liquidvision.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for liquidvision.app was fetched 2026-08-21T13:19:04.237Z and is being refreshed.
liquidvision.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.