Skip to main content
Glama
phields

Unusual Whales MCP Server

by phields

get_option_trades_flow_alerts

Monitor significant options trades and unusual market activity to identify potential trading opportunities based on volume, premium, and other customizable filters.

Instructions

Get option flow alerts showing significant option trades and unusual activity

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
all_openingNoBoolean flag whether all transactions are opening transactions based on OI, Size & Volume (default: true)
is_ask_sideNoBoolean flag whether a transaction is ask side (default: true)
is_bid_sideNoBoolean flag whether a transaction is bid side (default: true)
is_callNoBoolean flag whether a transaction is a call (default: true)
is_floorNoBoolean flag whether a transaction is from the floor (default: true)
is_otmNoOnly include contracts which are currently out of the money
is_putNoBoolean flag whether a transaction is a put (default: true)
is_sweepNoBoolean flag whether a transaction is a intermarket sweep (default: true)
issue_typesNoAn array of 1 or more issue types
limitNoHow many items to return (default: 100, max: 200, min: 1)
max_diffNoThe maximum OTM diff of a contract
max_dteNoThe maximum days to expiry (min: 0)
max_open_interestNoThe maximum open interest on that alert's contract
max_premiumNoThe maximum premium on that alert (min: 0)
max_sizeNoThe maximum size on that alert (min: 0)
max_volumeNoThe maximum volume on that alert's contract
max_volume_oi_ratioNoThe maximum ratio of contract volume to contract open interest
min_diffNoThe minimum OTM diff of a contract
min_dteNoThe minimum days to expiry (min: 0)
min_open_interestNoThe minimum open interest on that alert's contract
min_premiumNoThe minimum premium on that alert (min: 0)
min_sizeNoThe minimum size on that alert (min: 0)
min_volumeNoThe minimum volume on that alert's contract
min_volume_oi_ratioNoThe minimum ratio of contract volume to contract open interest
newer_thanNoUnix time in milliseconds/seconds or ISO date (2024-01-25) - no older results will be returned
older_thanNoUnix time in milliseconds/seconds or ISO date (2024-01-25) - no newer results will be returned
rule_nameNoAn array of 1 or more rule names
ticker_symbolNoA comma separated list of tickers. To exclude certain tickers prefix the first ticker with a -

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/phields/unusualwhales-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server