Developers/Skylit MCP reference

Tool Catalog

Every Skylit MCP tool, grouped by purpose, with its credit cost.

Beta. The Skylit API and MCP server are in Beta with limited access. Request access and we'll let you know when yours opens.

The server exposes 42 tools. Each call costs the same credits as the equivalent REST endpoint; the cost is shown per tool below and your remaining balance is returned in each result's meta.

Every tool wraps a Skylit REST endpoint 1:1 — same auth, same credit cost, same JSON. The Endpoint column gives the underlying path; for the full request parameters and response schema of any endpoint, see the API Reference. For example, flow_feed is the GET /v1/flow/{ticker} operation. The heat_* tools map to the Heatseeker heatmap endpoints (api.skylit.ai); everything else maps to Flowseeker (flow-api.skylit.ai).

Discovery

Find valid symbols and the active universe before calling analytics tools.

ToolReturnsEndpointCredits
flow_searchSearch underlyings by ticker fragmentGET /v1/underlying/search1
list_active_underlyingsEvery underlying that traded options on a date, ranked by premiumGET /v1/underlying1
expirationsAvailable expiration dates for an underlying, with contract countsGET /v1/underlying/{ticker}/expirations1

Scores & trades

Scored options flow for a ticker or a single trade.

ToolReturnsEndpointCredits
flow_feedRecent scored trades (Flow Score, FlowBonus) + VWF/SDF/FIR aggregatesGET /v1/flow/{ticker}1
trade_scoreFull scoring + context for one trade id (from a flow_feed row)GET /v1/score/{trade_id}1
aggregate_scoreComposite + VWF/SDF/FIR across one or more trailing timeframesGET /v1/aggregate/{ticker}3
flow_aggregateServer-side rollup over an arbitrary [start_time, end_time] windowGET /v1/flow/{ticker}/aggregate3

Sweeps & momentum

ToolReturnsEndpointCredits
sweepsAggregated multi-exchange sweeps with venues, premium, moneyness, scoreGET /v1/sweeps/{ticker}3
flow_momentumLive 5m/30m/1h flow vs trailing baseline, with z-scores + trend labelGET /v1/flow/{ticker}/momentum3
flow_baselineTrailing per-time-of-day baseline flow_momentum compares againstGET /v1/flow/{ticker}/baseline3

Strike & tide concentration

ToolReturnsEndpointCredits
flow_strikesTop-N strikes by net/total premium with bull/bear split + OI contextGET /v1/flow/{ticker}/strikes3
flow_tideBucketed bullish vs bearish premium with cumulative net premiumGET /v1/flow/{ticker}/tide3
by_strikeStrike-level distribution of a day's flow, optionally by DTE bandGET /v1/underlying/{ticker}/by-strike3

Screeners

Single-day and weekly top lists, plus unusual-activity scanners.

ToolReturnsEndpointCredits
top_underlyings_dailyTop underlyings by single-day flow (call/put split, net premium, ratio)GET /v1/underlying/top/daily1
top_underlyings_weeklySame, over the trailing weekGET /v1/underlying/top/weekly1
top_contracts_dailySingle-day top-contract screener (premium / volume / OI / sweeps)GET /v1/contract/top/daily1
top_contracts_weeklySame, over the trailing weekGET /v1/contract/top/weekly1
unusual_volumeContracts with anomalous volume vs an avg_period baseline (RVOL)GET /v1/contract/unusual-volume3
unusual_oiContracts with significant open-interest changes (opening vs closing)GET /v1/contract/unusual-oi3

Bull/bear & pressure ratios

ToolReturnsEndpointCredits
chain_bull_bearChain-level bull/bear/neutral % with call- and put-only breakdownsGET /v1/chain-bull-bear/{ticker}3
contract_bull_bearBull/bear/neutral % for a single OPRA contractGET /v1/contract-bull-bear/{symbol}1
chain_ratioChain-level ask/bid/mid + aggression ratios with a bias interpretationGET /v1/chain-ratio/{ticker}1
contract_ratioSame bid/ask/mid pressure for a single OPRA contractGET /v1/contract-ratio/{symbol}1

Stats, Vol/OI & moneyness

ToolReturnsEndpointCredits
underlying_statsDaily aggregate stats for an underlying (premium, volume, net, OI)GET /v1/underlying/{ticker}/stats1
contract_statsDaily aggregate stats for a contract (volume, OI, premium, IV)GET /v1/contract/{symbol}/stats1
vol_oiVol/OI accumulation analysis; distinguishes new positioning from closingGET /v1/vol-oi/{ticker}1
moneynessPremium/sentiment split across deep_itm…deep_otm + detected patternsGET /v1/moneyness/{ticker}1

Chains, charts & RVOL

ToolReturnsEndpointCredits
option_chainFull chain at an expiration (per-strike call/put volume, OI, premium)GET /v1/underlying/{ticker}/chain3
underlying_chartIntraday OHLC-style bars for an underlyingGET /v1/underlying/{ticker}/chart3
contract_chartIntraday OHLC-style bars for a single contractGET /v1/contract/{symbol}/chart3
underlying_rvolRelative-volume bars for an underlying (format=summary for stats only)GET /v1/underlying/{ticker}/rvol1
contract_rvolRelative-volume bars for a single contractGET /v1/contract/{symbol}/rvol1

Market-wide & sector

ToolReturnsEndpointCredits
market_overviewMarket-wide flow for the day + top tickers by premiumGET /v1/market/overview3
market_tideBucketed net call/put premium time series with an SPY overlayGET /v1/market/tide3
market_breadthSPY/QQQ/IWM sentiment, advance/decline, per-sector rotationGET /v1/flow/market-breadth3
sector_flowSector/industry flow aggregation with top-contributor tickersGET /v1/flow/sector/{sector}3

Dark pool

Off-exchange (TRF) prints. No side / BBO / greeks — these are raw block prints.

ToolReturnsEndpointCredits
dark_pool_tradesPaginated off-exchange prints (filters: tickers / date range / notional / venue / sector); $1M+ by default, span capped at 31 daysGET /v1/dark-pool/trades5
dark_pool_top_printsTop-N largest prints for a ticker over a trailing window, ordered by notionalGET /v1/dark-pool/top-prints/{ticker}3

Heatseeker — gamma/vanna heatmaps

ToolReturnsEndpointCredits
heat_heatmapCurrent per-strike gamma/vanna heatmap + live velocity (multi-symbol)GET /v1/heatmap1
heat_levelsKey levels only: classified nodes (king, gatekeeper, pika, barney, significant), strongest first, with distance from spotGET /v1/gex/levels1
heat_historical_heatmapReplay the heatmap at a past instant (up to 365 days back)GET /v1/historical5

Account

Check your balance and limits before large pulls.

ToolReturnsEndpointCredits
account_usageBalance in credits and US dollars, unlimited flag, and the limits that applyGET /v1/account0

Last updated

Was this page helpful?