INDIVIDUAL MCP TOOL
get_sector_flow
Which GICS sectors the day's unusual options premium is concentrating in: total premium, volume, average net delta and bullish/bearish symbol counts per sector.
LIVE ENDPOINT
https://optionsbell.com/mcp
Connect to this endpoint to inspect the live schema for get_sector_flow and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.optionsbell]
url = "https://optionsbell.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"optionsbell": {
"type": "http",
"url": "https://optionsbell.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: optionsbell
Remote MCP URL: https://optionsbell.com/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": {
"optionsbell": {
"url": "https://optionsbell.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"optionsbell": {
"type": "http",
"url": "https://optionsbell.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "optionsbell",
"transport": "streamable-http",
"url": "https://optionsbell.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
ping— Liveness check for the OptionsBell MCP server.get_dataset_stats— Discover what data is available before querying: date ranges, contract counts, symbol counts and sector coverage for the unusual-activity dataset and its daily aggregates.get_unusual_activity— Contract-level unusual options activity scan across 7,000+ US stocks (the dataset behind OptionsBell alerts).get_symbol_flow— Every unusual contract on a single ticker, sorted by Vol/OI.get_top_prints— The day's biggest options bets ranked by estimated premium - the same view OptionsBell alert emails lead with.get_flow_history— End-of-day series of one symbol's UNUSUAL options flow (aggregated from the contracts that passed the unusual filter - not the full tape): daily call/put volume, premium, C/P ratios, average IV, net delta and the consecutive-day streak.get_flow_streaks— Symbols with unusual options activity on N+ consecutive trading days, with the dominant side (call/put).get_expiry_concentration— Where the day's unusual premium sits along the expiry axis, in DTE buckets (0-7, 8-30, 31-90, 90+) with call/put splits.