Every tool an AI assistant can call on Trade Echo MCP, with its parameters and credit cost. A default connection sees 18 tools; adding SEC filings makes 20; turning on My Account makes 23.
Descriptions below are the same text your assistant receives when it lists tools, so they are written for an AI reader. Each call spends credits from your hourly budget; see typical limits. Parameter names are what the assistant sends; you just ask in plain language.
Option Flow
flow.readDefault
Unusual options flow, Discovery noteworthy flow, and sector premium summaries.
Trade Echo Discovery Noteworthy Flow - the ranked, OI-confirmed institutional options prints ledger for ONE trading session (score, ticker, strike, expiration, fill price, premium, trade time ET, flags). Defaults to the most recent session that has a ledger (on a weekend or before 9:25 ET that is the last trading day); pass `date` for a specific past session. Every clause of a member's question maps to a parameter - use max_dte_days, time_from/time_to (ET), min_premium, max_fill_price, call_or_put rather than filtering by eye. The default premium floor ($350K) matches the member Discovery page. Includes next-session open-interest confirmation (oi_stick) when available.
Parameter
Type
Required
Description
date
string
No
Trading session YYYY-MM-DD (ET). Omit for the most recent session with a ledger.
call_or_put
string
No
Filter to 'Call' or 'Put' prints; omit for both
min_score
number
No
Only prints with score above this (default 0)
min_premium
number
No
Minimum total premium in dollars (default 350000, the Discovery page floor)
max_fill_price
number
No
Only prints with per-contract fill under this (dollars per contract, e.g. 5)
max_dte_days
number
No
Only contracts expiring within this many calendar days of the session date (0 = same-day/0DTE, 7 = within a week)
Trade Echo OptionFlow - the raw unusual options activity feed (every SWEEP / TRADE print with premium, size, strike, expiration, sentiment; ~20K+ prints per session). Use for 'flow', 'sweeps', 'unusual activity' on a ticker or across the tape. Defaults to the most recent prints; pass date and/or time_from/time_to (ET) to scope a session or window, and map other clauses to call_or_put, min_premium, max_dte_days, min_size, sentiment. For the curated, ranked Discovery list use get_noteworthy_flow instead. Includes next-session open-interest confirmation (oi_stick) when available.
Parameter
Type
Required
Description
ticker
string
No
date
string
No
Trading session YYYY-MM-DD (ET). Omit for most recent prints.
time_from
string
No
Earliest trade time ET, e.g. '9:35 AM' (applies to `date`, or today if no date)
time_to
string
No
Latest trade time ET, e.g. '10:15 AM'
call_or_put
string
No
'Call' or 'Put'; omit for both
min_premium
number
No
Minimum premium in dollars
min_size
number
No
Minimum contracts
max_dte_days
number
No
Only contracts expiring within this many calendar days of the session date (0 = 0DTE)
sentiment
string
No
'BULLISH', 'BEARISH' or 'NEUTRAL'
flow_type
string
No
'SWEEP' or 'TRADE'
flow_types
array of string
No
Option activity types to include when more than one is required. Omit when flow_type is set.
DealerEdge / GEX-style gamma ladder for an equity or index root symbol (e.g. SPY, QQQ). setups[] lists named setups active on the ticker now (name, Setups Library url, state); use those names verbatim. When present, metadata.keyLevels.vannaAnchor, vannaWalls and vannaFlip plus metadata.vanna (dollars of dealer delta per 1 IV point) are estimated dealer hedge pressure if implied vol moves, not predictions: positive means falling IV pushes dealers to buy, negative means falling IV pushes dealers to sell.
Dark pool (off-exchange) equity prints with optional min notional (USD) or share size. Defaults to the most recent prints; pass date and/or time_from/time_to (ET) for a session or window, or timeframe for a rolling 1h/24h look-back.
Parameter
Type
Required
Description
ticker
string
No
date
string
No
Trading session YYYY-MM-DD (ET)
time_from
string
No
Earliest print time ET, e.g. '9:35 AM'
time_to
string
No
Latest print time ET, e.g. '10:15 AM'
min_amount
number
No
Minimum print notional in USD (e.g. 1000000 for $1M+ prints)
min_size
number
No
Minimum share size (use min_amount for dollar filters)
timeframe
string
No
one of: 1h, 24h, 1d, or omit for all recent (ignored when date/time given)
Trade Echo Algo Edge - channel alerts (large_trades, momentum_trades, spx_0dte, high_value_0dte_trades, insider_trades, small_trades, original_short_expiry_trades, condition_219_trades, executive_trades). Each row carries ticker, strike, call/put, expiration, size, value ($), trade time, and % OTM. Defaults to the most recent alerts on one channel; pass date and/or time_from/time_to (ET) for a session or window, and map clauses to call_or_put, min_value, max_dte_days, moneyness.
Parameter
Type
Required
Description
ticker
string
No
channel
string
No
AlgoEdge channel id (e.g. large_trades, momentum_trades, spx_0dte). Defaults to large_trades. One of: large_trades, executive_trades, spx_0dte, momentum_trades, condition_219_trades, original_short_expiry_trades, high_value_0dte_trades, small_trades, insider_trades.
date
string
No
Trading session YYYY-MM-DD (ET)
time_from
string
No
Earliest alert time ET, e.g. '9:35 AM'
time_to
string
No
Latest alert time ET, e.g. '10:15 AM'
call_or_put
string
No
'Call' or 'Put'; omit for both
min_value
number
No
Minimum trade value in dollars
max_dte_days
number
No
Only contracts expiring within this many calendar days of the session date (0 = 0DTE)
moneyness
string
No
'otm' or 'itm' to keep only out-/in-the-money alerts (rows with unknown spot are excluded)
limit
number
No
Market Data
market.readDefault
Quotes, indices, macro events, and options chains.
Equity/ETF reference data from Trade Echo (price, instrument name/type, list date, freshness). Returns a guidance block - use it even when OptionFlow/DealerEdge are empty (common on thin or newly listed names). SPCX is SpaceX (Space Exploration Technologies Corp.), listed June 2026.
Parameter
Type
Required
Description
ticker
string
Yes
endpoint_type
string
No
One of: last_trade, snapshot, details, aggregates.
Cash index snapshot from Trade Echo (VIX, SPX, NDX, RUT, DJX). Use I:SPX style or bare SPX. Not for single stocks; use get_market_data for equities and ETFs.
Upcoming US macro events (FOMC, CPI, NFP, PPI, PCE, jobless claims) with impact rating. Call this before recommending positions held overnight or into the next session to confirm no catalyst will whipsaw the trade. Returns events sorted chronologically with date, time (ET), impact (low/medium/high), and a one-line context note.
Parameter
Type
Required
Description
lookforward_days
number
No
Days forward from today, default 7, max 30.
min_impact
string
No
Lowest impact tier to include. Default 'medium' (skips weekly jobless claims). Use 'high' for FOMC + CPI + NFP only. One of: low, medium, high.
country
string
No
ISO country code. Currently only 'US' is supported.
Options contract snapshot for an underlying. SPX/SPXW and NDX/NDXP fetch index options (not SPY/QQQ). Each contract includes bid/ask/mid/last when quoted.
Trade Echo Discovery Breaking News tab - curated News Edge headlines (macro / hard-catalyst / urgency channels), ranked by the same urgency score as the dashboard. Periodic snapshot of the breaking market news feed; not a live subscribe. Use get_news for headlines on one ticker.
Parameter
Type
Required
Description
ticker
string
No
Optional ticker to keep only stories tagged with that symbol
lookback_hours
number
No
Lookback window in hours (default 6) One of: 6, 24, 48.
limit
number
No
Max rows (default 15, cap 25)
BT Cloud & Multi-Signal
intel.readDefault
BT Cloud, session structure, and combined multi-signal scans.
Session VWAP + configurable EMA structure (e.g. EMA9/EMA20) plus opening ranges (5/15/30/45/60-minute highs/lows from 9:30 ET, for ORB setups). Returns scenario, action (TAKE/OPTIONAL/NO_TRADE), structure string, openingRanges, and prime-window flag. Periods default to 9 and 20.
Parameter
Type
Required
Description
ticker
string
Yes
Underlying ticker (SPX maps to SPY proxy for bars)
timeframe
string
No
Bar timeframe, one of 1m, 3m, 5m, 15m, 30m, 1h (default 1m). Higher timeframes are resampled from 1-minute bars on the 09:30 ET session grid. Use the agent's configured session-structure timeframe when one is stated in the instructions.
ema_periods
array of number
No
Two EMA periods, e.g. [9, 20] or [14, 50]
scenario_table_id
string
No
Use the saved Session Structure scenario table; legacy by default. One of: stillrizing_v2, symmetric_trend_v1.
use_vwap
boolean
No
Include session VWAP in classification (default true)
Run market reference data plus DealerEdge, OptionFlow, Darkpool, and AlgoEdge for one ticker. Always read marketContext.guidance first - empty flow is not invalid data.
Trade Echo Discovery Large Futures Prints tab - unusually large on-exchange ES/NQ prints from the session ledger (notional floor $100M). Ranked by notional, same rows as the dashboard tab. Not Echo Map tape. Not a dark pool. Use get_futures_echo_map for session structure / CVD / walls.
Parameter
Type
Required
Description
date
string
No
Globex session date YYYY-MM-DD (Sunday 18:00 ET is Monday)
root
string
No
Optional root filter. Omit for both ES and NQ. One of: ES, NQ.
Futures Echo Map for CME roots (ES, MES, NQ, MNQ, RTY, YM, CL, GC, ZN). Returns live quote, Globex session phase, overnight/session stats, volume-profile POC/value area, CVD total, dealer-gamma walls projected onto the futures axis, confluence levels, and a short thesis. Use for futures session structure and overnight vs cash context. Gamma is cash-index projected via basis - not futures-options GEX. Does not return the heatmap grid.
Read-only open holdings for the asking member's OWN linked broker account, including options. No user or account argument - always the caller. Use for 'what's in my account / holdings / live P&L'. Copy fills and skips belong on get_my_copy_trading_status.
Read-only snapshot of the asking member's OWN copy-trading account: recent execution intents with skip/failure reasons, follow settings incl. pause states, and broker connection health with buying power. Call this BEFORE answering any question about the member's fills, skips, pauses, sizing, or broker state. Cannot see other users and cannot change anything.
Parameter
Type
Required
Description
topic
string
No
Which section to fetch. Default 'all' (recommended for 'why didn't my trade fill?' questions). One of: executions, settings, broker, all.
window
string
No
Execution lookback window. Default 'today'. One of: today, week.
only_problems
boolean
No
If true, recent executions list only SKIPPED/FAILED rows.