MCP server providing advanced options analysis through Yahoo Finance
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"iflow-mcp-mcp-optionsflow","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# OptionsFlow MCP Server A Model Context Protocol (MCP) server providing advanced options analysis and strategy evaluation through Yahoo Finance. Enables LLMs to analyze options chains, calculate Greeks, and evaluate basic options strategies with comprehensive risk metrics. ## Features ### Options Analysis - Complete options chain data processing - Greeks calculation (delta, gamma, theta, vega, rho) - Implied volatility analysis - Probability calculations - Risk/reward metrics ### Strategy Analysis - Credit Call Spreads (CCS) - Put Credit Spreads (PCS) - Cash Secured Puts (CSP) - Covered Calls (CC) - Position Greeks evaluation - Liquidity analysis - Risk metrics calculation ### Risk Management - Bid-ask spread analysis - Volume and open interest validation - Position sizing recommendations - Maximum loss calculations - Probability of profit estimates ## Installation ```bash # Install dependencies pip install -r requirements.txt # Clone the repository git clone https://github.com/twolven/mcp-optionsflow.git cd mcp-optionsflow ``` ## Usage Add to your Claude configuration: In your `claude-desktop-config.json`, add the following to the `mcpServers` section: ```json { "mcpServers": { "optionsflow": { "command": "python", "args": ["path/to/optionsflow.py"] } } } ``` Replace "path/to/optionsflow.py" with the full path to where you saved the optionsflow.py file. ## Available Tools 1. `analyze_basic_strategies` ```python { "symbol": str, # Required: Stock symbol "strategy": str, # Required: "ccs", "pcs", "csp", or "cc" "expiration_date": str, # Required: "YYYY-MM-DD" "delta_target": float, # Optional: Target delta for CSP/CC (default: 0.3) "width_pct": float # Optional: Width for spreads (default: 0.05) } ``` ### Strategy Analysis Response Format ```python { "symbol": str, "strategy": str, "current_price": float…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.