OptionsFlow MCP Server
An MCP server providing advanced options analysis through Yahoo Finance, supporting Greeks calculations, strategy evaluation (CCS/PCS/CSP/CC), and risk metrics. Built for MCP with Claude.ai.
Overview
OptionsFlow MCP Server is a Model Context Protocol (MCP) server designed for advanced options analysis and strategy evaluation using data from Yahoo Finance. It allows users to analyze options chains, calculate Greeks, and evaluate various options strategies with comprehensive risk metrics.
To use the OptionsFlow MCP Server, clone the repository from GitHub, install the required dependencies, and configure it in your Claude setup by adding the server details to your configuration file.
- Complete options chain data processing - Greeks calculation (delta, gamma, theta, vega, rho) - Implied volatility and probability calculations - Risk/reward metrics and strategy evaluations for various options strategies
- Analyzing options strategies like Credit Call Spreads and Cash Secured Puts.
- Evaluating risk metrics for options trading.
- Calculating Greeks for better decision-making in options trading.
Add to your AI client
Use these steps to connect OptionsFlow MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-optionsflow-twolven": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-optionsflow-twolven"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-optionsflow-twolven": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-optionsflow-twolven"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-optionsflow-twolven": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-optionsflow-twolven"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-optionsflow-twolven": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-optionsflow-twolven"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-optionsflow-twolven": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-optionsflow-twolven"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-optionsflow-twolven": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-optionsflow-twolven"
]
}
}
}FAQ
What strategies can I analyze with this server?
You can analyze Credit Call Spreads (CCS), Put Credit Spreads (PCS), Cash Secured Puts (CSP), and Covered Calls (CC).
Is there any cost to use the OptionsFlow MCP Server?
The server is open-source and free to use.
What are the limitations of the server?
Data is sourced from Yahoo Finance, which may have delays, and Greeks calculations are theoretical based on the Black-Scholes model.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1059,"uuid":"a8828a1a-822e-47d7-9e6d-5daae23eb35a","name":"mcp-optionsflow","title":"OptionsFlow MCP Server","description":"An MCP server providing advanced options analysis through Yahoo Finance, supporting Greeks calculations, strategy evaluation (CCS/PCS/CSP/CC), and risk metrics. Built for MCP with Claude.ai.","avatar_url":"https://avatars.githubusercontent.com/u/131040143?v=4","created_at":"2025-01-28T02:28:42.853Z","updated_at":"2025-02-23T07:13:17.851Z","status":"created","author_name":"twolven","author_avatar_url":"https://avatars.githubusercontent.com/u/131040143?v=4","tags":"mcp-optionsflow,options-analysis,finance-tools","category":"finance","is_featured":false,"sort":1,"url":"https://github.com/twolven/mcp-optionsflow","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]