{
  "markdown": "# Options Analysis Suite - AI Integration\n\nMCP server that gives Claude, ChatGPT, Perplexity, and Grok direct access to your options analysis data, market research tools, portfolio risk snapshots, and platform context.\n\n## Supported Platforms\n\n| Platform | Transport | Auth | Setup |\n| --- | --- | --- | --- |\n| Claude Desktop (`.mcpb` extension) | Local stdio | Credentials stored in OS keychain | Download extension from your account page |\n| Claude Desktop / Claude Web / ChatGPT / Grok | Remote HTTP MCP | OAuth login flow | Add the remote connector URL |\n| Perplexity | Remote HTTP MCP | API key (`base64(email:password)`) | Add MCP connector in settings |\n\n## Current Tool Surface\n\nThe MCP currently exposes **32 tools** - consolidated into enum-driven unified tools where tool shapes are a clean family match (calendars, regime views, Treasury rates, FINRA short-side series, user snapshots, and options-market screeners).\n\n- **25 market and research tools**\n- **6 synced user-data tools**\n- **1 platform-context tool**\n\n## Market And Research Tools\n\n### Volatility, chain, and pricing structure\n\n- **IV History** (`get_iv_history`) - Historical implied and realized volatility\n- **Greeks History** (`get_greeks_history`) - Historical Greeks with recent/trend summaries plus DTE and moneyness filters\n- **IV Surface** (`get_iv_surface`) - Surface and skew snapshots across strikes and expirations\n- **Options Chain** (`get_options_chain`) - Latest available end-of-day chain summary with expirations, ATM term structure, skew, and representative near-money contracts\n- **Options Analytics History** (`get_options_analytics_history`) - Daily analytics history including IV, skew, expected move, rates, dividend yield, GEX/DEX/VEX, and net vanna/charm/vomma\n- **Treasury Rates** (`get_rates`) - Unified Treasury view with `view='benchmark'` (current platform risk-free rate, 10Y-based) or `view='curve'` (full yield curve with key rates, inversion flags, and compact history)\n\n### Flow, positioning, and market structure\n\n- **Screeners** (`run_screener`) - Unified leaderboard surface for all 16 options-market screeners (most-active, highest-oi, highest-iv, unusual, gex, model-divergence, regime-stress, term-backwardation, put-skew, delta-exposure, vega-exposure, pre-earnings-iv, dod-change, vrp, max-pain, unusual-directional) plus market-trends (time-series aggregates) and earnings-calendar (next-14-day forward window by default, widen via `days`, filter by `symbol`)\n- **Short Data** (`get_short_data`) - Unified FINRA short-side feed: `type='volume'` for daily short-volume activity, `type='interest'` for biweekly short-interest settlements (float-enriched)\n- **Dark Pool / ATS** (`get_dark_pool_data`) - FINRA OTC (non-ATS) and ATS (dark pool) weekly data with four granularities: `view='summary'` (aggregate trends), `view='dealers'` (per-dealer MPID breakdown of OTC flow, top 15/week), `view='venues'` (per-venue MPID breakdown of ATS flow, top 15/week), or `view='all'` (combined)\n- **Fail To Deliver** (`get_fail_to_deliver`) - SEC FTD history with recent spikes and trend context\n- **Threshold History** (`get_threshold_history`) - Reg SHO threshold-list status and streak summaries\n- **Trading Halts** (`get_trading_halts`) - Active and recent halts with duplicate feed rows condensed\n\n### Regime and exposure\n\n- **Regime** (`get_regime`) - Unified regime tool with three scopes: `scope='market'` (composite stress regime across SPY/QQQ/IWM/DIA with score bands and drivers), `scope='symbol'` (per-symbol daily regime + authoritative Greek exposures: net gamma/delta/vega/vanna/charm/vomma, call/put walls, gamma flip, abs gamma anchor, top 10 gamma strikes), or `scope='intraday'` (5 scans/day with stress scoring + Greek snapshots)\n\n### Company, events, and filings\n\n- **Company Profile** (`get_company_profile`) - Normalized company metadata with float metrics, identifiers, and description\n- **Fundamentals** (`get_fundamentals`) - Compact fundamentals with ratios and summarized statements\n- **Earnings** (`get_earnings`) - Earnings history and estimates\n- **Analyst Data** (`get_analyst_data`) - Ratings, price targets, nearest forward estimate periods, and compact rating-history summaries\n- **News** (`get_news`) - Relevance-ranked company or ETF news with raw-feed fallback via `full=true`\n- **Insider Trading** (`get_insider_trading`) - Grouped Form 4 buy/sell activity with administrative activity summarized\n- **Activist Filings** (`get_activist_filings`) - 13D/13G ownership filings with current above-threshold holders prioritized\n- **SEC Filings** (`get_sec_filings`) - EDGAR filing summaries with recent filing lists\n- **Dividends** (`get_dividends`) - Per-symbol dividend history\n- **Stock Splits** (`get_stock_splits`) - Per-symbol split history\n\n### Calendars and general market context\n\n- **Market Calendar** (`get_market_calendar`) - Unified calendar feed: `type='economic'` (FOMC/CPI/NFP macro events, optional country filter, full=true bypasses catalyst-focused default), `type='ipo'` (upcoming/recent listings), `type='dividend'` (ex/record/payment dates), `type='split'` (stock splits). Per-type date-window defaults; `symbol` filter for ipo/dividend/split\n- **Stock Prices** (`get_stock_prices`) - Historical OHLCV with compact trend summary\n\n## Synced User-Data Tools\n\nThese require account sync to be enabled.\n\n- **Analysis History** (`get_analysis_history`) - Pricing model history with near-identical reruns collapsed by default\n- **Query Analysis** (`query_analysis`) - Filtered analysis-history queries by delta, volatility, and DTE\n- **Compute Runs** (`get_compute_runs`) - AI Compute Suite run history with compact run summaries, exposure levels, model-dispersion highlights, and representative position/model consensus summaries across multiple pricing models; `view='detailed'` exposes per-model outputs when exactly one run matches\n- **FFT Results** (`get_fft_results`) - FFT scanner mispricing signals and calibration data\n- **Snapshots** (`get_snapshot`) - Unified synced-snapshot tool: `type='gex'` (per-symbol Gamma Exposure - requires `symbol`; per-expiration breakdown, call/put walls, gamma flip, abs gamma anchor, unusual activity, expected move, raw vs in-wall visible combo counts), `type='portfolio'` (account-wide portfolio snapshots with market-scaled raw Greeks - 1st + 2nd order), or `type='risk'` (account-wide VaR, CVaR, beta, Sharpe, drawdown, stress tests + $-impact Greeks)\n- **Analysis Rollups** (`get_analysis_rollups`) - Daily or weekly trend aggregates over your analysis activity\n\n## Platform Context\n\n- **Platform Info** (`get_platform_info`) - Pricing models, Greeks definitions, data-source notes, and platform capabilities\n\n## Enabling Sync\n\nTo give the assistant access to your personal analysis data:\n\n1. Log in to Options Analysis Suite\n2. Open `Account -> AI Settings`\n3. Enable data sync\n4. Run analyses, FFT scans, AI Compute Suite runs, GEX scans, or portfolio/risk snapshots in the app\n\nWithout sync enabled, the assistant can still use the market and research tools.\n\n## Example Prompts\n\n- \"Is AAPL IV expensive relative to its last six months?\"\n- \"Show me my most recent AAPL pricing runs and tell me which model had the highest edge.\"\n- \"Summarize my latest AI Compute Suite run and tell me which models disagreed most.\"\n- \"What do the exposure sweep levels from my most recent compute run imply for my SPY positions?\"\n- \"How has my portfolio delta and gamma changed over the last few snapshots?\"\n- \"Summarize current short interest, dark pool activity, and FTD behavior for AMC.\"\n- \"What does the current market regime say about stress, rates, and dealer positioning?\"\n- \"Pull recent SEC filings and analyst changes for TSLA.\"\n- \"What are the most active and most unusual options contracts right now?\"\n\n## Privacy\n\n- Claude Desktop stores credentials in the OS keychain\n- Remote MCP clients authenticate through OAuth or explicit API-key credentials\n- The tools are read-only against your synced account data\n- Sync is opt-in and can be disabled at any time\n\n## Requirements\n\n- Active Options Analysis Suite subscription\n- Claude Desktop, ChatGPT, Claude Web, Perplexity, or Grok\n- Sync enabled if you want personal analysis data in addition to market data\n\n## Support\n\nContact `support@optionsanalysissuite.com` or visit `optionsanalysissuite.com/documentation`.\n",
  "bytes": 8366,
  "sha": "39d892881659f8a2943d9c7b9f455b9436ad0235c1a123b66be52c4975a2e6e2",
  "repo_slug": "options-analysis-suite/options-analysis-suite-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_optionsanalysissuite_options_analysi_9d810440/readme"
}