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.29.0
LiquidVision: AI risk intelligence layer for crypto derivatives across 12 venues (CEX + Hyperliquid) plus GMX. Raw data tools (funding, open interest, liquidations, heatmaps, top traders) plus get_market_brief (deterministic risk brief) and explain_market (grounded AI answer to questions like 'why did BTC drop?').
Known tools 24
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_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_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_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.g.
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.
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.