Analytics
optionsbell.com
Provides structured access to options market data including unusual activity scans, symbol-level flow, and top premium prints for financial analysis.
ENDPOINT 1
https://optionsbell.com/mcp
MCP server metadata
- Name
- optionsbell
- Version
- 2.0.0
OptionsBell exposes unusual options activity and analytics derived from it (top prints, per-symbol unusual flow, history, streaks, expiry concentration, sentiment, IV rank, OI changes, sectors, market regime) for 7,000+ US stocks. Coverage is UNUSUAL activity only (contracts that passed the unusual filter), not the full options tape. Call get_dataset_stats first if unsure about available history. All data is end-of-day/intraday-scan based, not tick-level; premiums are estimates (last_price × volume × 100). This is data, not investment advice.
Known tools 13
get_dataset_statsDiscover what data is available before querying: date ranges, contract counts, symbol counts and sector coverage for the unusual-activity dataset and its daily aggregates.
Inferred read-onlyget_unusual_activityContract-level unusual options activity scan across 7,000+ US stocks (the dataset behind OptionsBell alerts).
Inferred read-onlyget_top_printsThe day's biggest options bets ranked by estimated premium - the same view OptionsBell alert emails lead with.
Inferred read-onlyget_flow_historyEnd-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.
Inferred read-onlyget_flow_streaksSymbols with unusual options activity on N+ consecutive trading days, with the dominant side (call/put).
Inferred read-onlyget_expiry_concentrationWhere the day's unusual premium sits along the expiry axis, in DTE buckets (0-7, 8-30, 31-90, 90+) with call/put splits.
Inferred read-onlyget_flow_sentimentBullish/bearish classification of each symbol's unusual flow with a 0-9 strength score, based on call/put volumes, premium and net delta.
Inferred read-onlyget_iv_rankIV rank and IV percentile per symbol against its rolling history (needs 20+ days).
Inferred read-onlyget_oi_changesDay-over-day open-interest change per symbol (total, calls, puts) - fresh positioning being built or unwound.
Inferred read-onlyget_sector_flowWhich GICS sectors the day's unusual options premium is concentrating in: total premium, volume, average net delta and bullish/bearish symbol counts per sector.
Inferred read-onlyget_market_regimeMarket-wide breadth of unusual flow per trading day: breadth score 0-100, aggregate call/put ratio, regime label (bullish/bearish/mixed) and signal counts.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for optionsbell.com was fetched 2026-08-21T12:39:08.436Z.
optionsbell.com is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.