{"name":"app.liquidvision/derivatives","slug":"liquidvision-derivatives","title":"LiquidVision — Crypto Derivatives Data","description":"Exchange-exact crypto derivatives data for AI agents: OI, funding, liquidations, 13 venues.","url":"https://mcp.market/server/liquidvision-derivatives","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"finance","tags":["finance"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":4,"ok":4,"last_checked_at":"2026-09-24T05:40:52.896Z","last_ok_at":"2026-09-24T05:40:52.896Z","latency_ms":303},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://liquidvision.app/data","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://liquidvision.app/mcp"}],"packages":[],"tools":[{"name":"explain_market","description":"AI risk-intelligence answer: ask e.g. 'Why did BTC drop 4%?' and get a\n    concise grounded explanation (liquidation cascades, funding extremes, where\n    the positions sit, next risk zone) computed from live derivatives data\n    across 9 CEX venues (CEX + Hyperliquid) plus GMX.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"question":{"title":"Question","type":"string"},"symbol":{"default":"BTCUSDT","title":"Symbol","type":"string"}},"required":["question"],"title":"explain_marketArguments"}},{"name":"get_arbitrum_perps","description":"Arbitrum perps board: GMX v2 open interest per coin and its share of every\n    tracked venue, GMX funding next to the CEX median (8h basis), on-chain\n    liquidations over 24h. Ask this for 'how is Arbitrum positioned vs CEXs'.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"get_arbitrum_perpsArguments"}},{"name":"get_cash_flows","description":"Derivatives cash flow per exchange: net USD into/out of open interest\n    over 1h/4h/24h windows, per core symbol. Positive = money flowing in.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"get_cash_flowsArguments"}},{"name":"get_cvd","description":"Cumulative volume delta split by trade size (retail <$10K, mid <$100K,\n    large <$1M, whale >$1M). Whale-vs-retail divergence = smart-money signal.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"symbol":{"default":"BTCUSDT","title":"Symbol","type":"string"},"minutes":{"default":240,"title":"Minutes","type":"integer"}},"title":"get_cvdArguments"}},{"name":"get_footprint","description":"Order-flow footprint for a core perp symbol: per candle x price bin,\n    taker buy/sell USD volume and delta (Binance + Bybit trade streams).","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"symbol":{"default":"BTCUSDT","title":"Symbol","type":"string"},"minutes":{"default":240,"title":"Minutes","type":"integer"},"step":{"default":15,"title":"Step","type":"integer"}},"title":"get_footprintArguments"}},{"name":"get_funding_dispersion","description":"Coins ranked by how far funding disagrees ACROSS exchanges.\n\n    For each coin: the spread in APR points between the venue charging the most\n    and the one paying the most, plus which venue to hold the long on and which\n    to hold the short on. Every leg is annualized with its own settlement cycle\n    (1h / 4h / 8h), and the ranking uses the median rate over `window` minutes\n    rather than the latest print, which is noisy for hourly contracts.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"window":{"default":60,"title":"Window","type":"integer"},"min_venues":{"default":6,"title":"Min Venues","type":"integer"},"limit":{"default":40,"title":"Limit","type":"integer"}},"title":"get_funding_dispersionArguments"}},{"name":"get_funding_history","description":"Bucketed funding-rate history per exchange for a symbol (e.g. BTCUSDT)\n    over the last `minutes` (5-20160).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"symbol":{"title":"Symbol","type":"string"},"minutes":{"default":1440,"title":"Minutes","type":"integer"}},"required":["symbol"],"title":"get_funding_historyArguments"}},{"name":"get_funding_rates","description":"Latest perpetual funding rates and mark prices for every tracked\n    exchange/symbol pair. Positive rate = longs pay shorts.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"get_funding_ratesArguments"}},{"name":"get_funding_settlements","description":"Settled funding rates, one row per settlement, from Binance and Bybit\n    history — up to 730 days for any pool coin (e.g. BTCUSDT). The backtest\n    series; get_funding_history is the live 10-second archive since July 2026.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"symbol":{"title":"Symbol","type":"string"},"days":{"default":365,"title":"Days","type":"integer"},"exchange":{"default":"all","title":"Exchange","type":"string"}},"required":["symbol"],"title":"get_funding_settlementsArguments"}},{"name":"get_hl_liquidation_map","description":"MEASURED (not modeled) liquidation map for Hyperliquid: leveraged\n    positions of the ~1000 largest accounts binned by the exchange-reported\n    liquidation price, long/short notional per bin, cumulative curves and the\n    largest positions. Partial coverage: large accounts only. range: 12h | 1d | 3d | 7d | max (±100%, recommended: large accounts run low leverage).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"symbol":{"title":"Symbol","type":"string"},"range":{"default":"1d","title":"Range","type":"string"}},"required":["symbol"],"title":"get_hl_liquidation_mapArguments"}},{"name":"get_liquidation_cascades","description":"Liquidation cascades as discrete events rather than a raw feed.\n\n    Each event: coin, which side broke, when it started, how long it ran, total\n    and peak-minute USD, how many multiples of that coin's own normal minute it\n    was, the move in cross-venue median mark price during it, and what price did\n    in the hour after. Also returns market_wide: minutes when three or more\n    unrelated coins cascaded together.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"hours":{"default":168,"title":"Hours","type":"integer"},"limit":{"default":40,"title":"Limit","type":"integer"}},"title":"get_liquidation_cascadesArguments"}},{"name":"get_liquidation_heatmap","description":"Modeled liquidation heatmap: estimated cluster intensity per price bin\n    over time (grid[time][bin]) with the price path. range: 12h | 1d | 3d | 7d.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"symbol":{"title":"Symbol","type":"string"},"exchange":{"default":"all","title":"Exchange","type":"string"},"range":{"default":"1d","title":"Range","type":"string"}},"required":["symbol"],"title":"get_liquidation_heatmapArguments"}},{"name":"get_liquidation_map","description":"Modeled liquidation map for a perp symbol (e.g. BTCUSDT): estimated\n    liquidation-cluster notional per price bin, split by leverage tier\n    (10x/25x/50x/100x) and by exchange (binance/bybit/okx or 'all'), plus\n    cumulative long/short curves from the current price outward.\n    range: 12h | 1d | 3d | 7d.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"symbol":{"title":"Symbol","type":"string"},"exchange":{"default":"all","title":"Exchange","type":"string"},"range":{"default":"1d","title":"Range","type":"string"}},"required":["symbol"],"title":"get_liquidation_mapArguments"}},{"name":"get_liquidations","description":"Recent liquidation events (side, price, qty) across exchanges over the\n    last `minutes` (1-1440). side=long means a long position was liquidated.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"minutes":{"default":60,"title":"Minutes","type":"integer"}},"title":"get_liquidationsArguments"}},{"name":"get_liquidations_summary","description":"Aggregated market-wide liquidation stats over the last `minutes`:\n    1h/4h/12h/24h totals split long/short, per-symbol and per-exchange\n    breakdowns, and a 30-min time series.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"minutes":{"default":1440,"title":"Minutes","type":"integer"}},"title":"get_liquidations_summaryArguments"}},{"name":"get_long_short_ratio","description":"Latest global long/short account ratio per exchange/symbol.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"get_long_short_ratioArguments"}},{"name":"get_market_brief","description":"Deterministic market brief for a perp symbol: 24h liquidations (totals,\n    by exchange), current funding + 24h extremes per venue, OI by venue with\n    1h/4h/24h changes, net position flows, modeled liquidation risk zones\n    above/below price, and top-trader positioning. Free, no LLM involved —\n    ideal input for your own reasoning.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"symbol":{"default":"BTCUSDT","title":"Symbol","type":"string"}},"title":"get_market_briefArguments"}},{"name":"get_microstructure","description":"Cross-venue order book microstructure for BTC, ETH and SOL.\n\n    Per venue: spread in bps, immediately-executable depth in USD and the bid\n    share of it, measured over a band narrow enough that every venue's stream\n    captured it, each venue around its own mid. Also the basis - how far apart\n    venues price the same asset - plus a per-minute spread history.\n\n    Does NOT answer \"what moves price 0.5%\": the streams only carry the\n    innermost levels, so that would be extrapolation, not measurement.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"minutes":{"default":240,"title":"Minutes","type":"integer"}},"title":"get_microstructureArguments"}},{"name":"get_oi_board","description":"Per-venue open-interest ranking for a perp symbol (e.g. BTCUSDT): OI in\n    coins and USD, market share %, 1h/4h/24h OI change % and USD flow, and\n    OI / 24h-volume ratio per exchange, plus market totals.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"symbol":{"title":"Symbol","type":"string"}},"required":["symbol"],"title":"get_oi_boardArguments"}},{"name":"get_open_interest","description":"Latest open interest (contracts and USD) per exchange/symbol.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"get_open_interestArguments"}},{"name":"get_open_interest_history","description":"Open interest time series for a symbol (e.g. BTCUSDT) over the last\n    `minutes` (5-10080).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"symbol":{"title":"Symbol","type":"string"},"minutes":{"default":240,"title":"Minutes","type":"integer"}},"required":["symbol"],"title":"get_open_interest_historyArguments"}},{"name":"get_orderbook_heatmap","description":"Order book liquidity heatmap grid (time x price buckets with resting\n    quantity) for one exchange (binance/bybit/okx) and symbol (e.g. BTCUSDT).","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"exchange":{"title":"Exchange","type":"string"},"symbol":{"title":"Symbol","type":"string"},"minutes":{"default":30,"title":"Minutes","type":"integer"}},"required":["exchange","symbol"],"title":"get_orderbook_heatmapArguments"}},{"name":"get_positioning_regime","description":"Per-coin positioning regime from price direction crossed with open interest.\n\n    price up + OI up = new longs; price up + OI down = short covering (a rally\n    with no new buyers); price down + OI up = new shorts; price down + OI down =\n    long flush. Returns a market summary (coins and net OI per regime) plus per\n    coin the price change, OI change and current OI over the window.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"minutes":{"default":240,"title":"Minutes","type":"integer"}},"title":"get_positioning_regimeArguments"}},{"name":"get_spoofing","description":"Order-book wall lifecycle heuristic: large levels classified as\n    active_wall / absorbed / pulled_wall / suspected_spoof based on whether\n    trades executed into them before they vanished.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"symbol":{"default":"BTCUSDT","title":"Symbol","type":"string"},"exchange":{"default":"binance","title":"Exchange","type":"string"},"minutes":{"default":60,"title":"Minutes","type":"integer"}},"title":"get_spoofingArguments"}},{"name":"get_stocks","description":"Crypto-related equities (COIN, MSTR, miners) and spot BTC/ETH ETF quotes:\n    price, day change %, range, volume. ~15-min delayed.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"get_stocksArguments"}},{"name":"get_token_unlocks","description":"Upcoming token unlock events for pool coins, nearest first: next unlock\n    timestamp and token amount per public vesting schedule.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"get_token_unlocksArguments"}},{"name":"get_top_traders","description":"Top lead traders (OKX copy trading, public data): total PnL, win rate,\n    AUM, copiers, live open positions (pair, side, leverage, entry, uPnL) and\n    recently closed trades with realized PnL.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"get_top_tradersArguments"}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-23T11:50:01.987Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-23T11:50:01.968Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1568ms"]},"poisoning":{"score":15,"max":15,"notes":["27 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 3 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://liquidvision.app/mcp","reachable":true,"authRequired":false,"latencyMs":1568,"serverInfo":{"name":"liquidvision","version":"1.30.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://liquidvision.app/favicon.svg","source":"site"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}