← Registry

Analytics

liquidvision.app

Provides crypto market analytics including funding rates, order book microstructure, positioning, liquidations, and funding dispersion.

1 endpoint24 known toolsFirst detected August 18, 2026Last detected August 18, 2026

ENDPOINT 1

https://liquidvision.app/mcp

No auth detected

MCP server metadata

Name
liquidvision
Version
1.29.0
Capabilities
experimentalpromptsresourcestools
Server instructions

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_rates

Latest perpetual funding rates and mark prices for every tracked exchange/symbol pair.

Inferred read-only
get_microstructure

Cross-venue order book microstructure for BTC, ETH and SOL.

Inferred read-only
get_positioning_regime

Per-coin positioning regime from price direction crossed with open interest.

Inferred read-only
get_liquidation_cascades

Liquidation cascades as discrete events rather than a raw feed.

Inferred read-only
get_funding_dispersion

Coins ranked by how far funding disagrees ACROSS exchanges.

Inferred read-only
get_open_interest

Latest open interest (contracts and USD) per exchange/symbol.

Inferred read-only
get_open_interest_history

Open interest time series for a symbol (e.g.

Inferred read-only
get_funding_history

Bucketed funding-rate history per exchange for a symbol (e.g.

Inferred read-only
get_long_short_ratio

Latest global long/short account ratio per exchange/symbol.

Inferred read-only
get_liquidations

Recent liquidation events (side, price, qty) across exchanges over the last `minutes` (1-1440).

Inferred read-only
get_liquidations_summary

Aggregated 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-only
get_oi_board

Per-venue open-interest ranking for a perp symbol (e.g.

Inferred read-only
get_cash_flows

Derivatives cash flow per exchange: net USD into/out of open interest over 1h/4h/24h windows, per core symbol.

Inferred read-only
get_top_traders

Top 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-only
get_token_unlocks

Upcoming token unlock events for pool coins, nearest first: next unlock timestamp and token amount per public vesting schedule.

Inferred read-only
get_stocks

Crypto-related equities (COIN, MSTR, miners) and spot BTC/ETH ETF quotes: price, day change %, range, volume.

Inferred read-only
get_liquidation_map

Modeled liquidation map for a perp symbol (e.g.

Inferred read-only
get_liquidation_heatmap

Modeled liquidation heatmap: estimated cluster intensity per price bin over time (grid[time][bin]) with the price path.

Inferred read-only
get_orderbook_heatmap

Order book liquidity heatmap grid (time x price buckets with resting quantity) for one exchange (binance/bybit/okx) and symbol (e.g.

Inferred read-only
get_market_brief

Deterministic 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-only
explain_market

AI risk-intelligence answer: ask e.g.

Inferred read-only
get_footprint

Order-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 effects
get_cvd

Cumulative volume delta split by trade size (retail <$10K, mid <$100K, large <$1M, whale >$1M).

Potential side effects
get_spoofing

Order-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-only

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.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.

Trust status Neutral

liquidvision.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.