Options Order Flow

v1.0.0Finance & Fintechstable

Server for comprehensive options order flow analysis. This server provides real-time options order flow data, pattern detection, and institutional bias analysis through an intuitive MCP interface.

mcp-options-order-flowmcpai-integration
Share:
9
Stars
0
Downloads
0
Weekly
0/5

What is Options Order Flow?

Options Order Flow is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to server for comprehensive options order flow analysis. this server provides real-time options order flow data, pattern detection, and institutional bias analysis through an intuitive mcp interface.

Server for comprehensive options order flow analysis. This server provides real-time options order flow data, pattern detection, and institutional bias analysis through an intuitive MCP interface.

This server falls under the Finance & Fintech category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Server for comprehensive options order flow analysis. This s

Use Cases

Analyze real-time options order flow patterns and detect anomalies.
Identify institutional bias in options trading.
Monitor options market dynamics through AI.
fintools-ai

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedMay 12, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx mcp-options-order-flow

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Options Order Flow

The MCP Options Order Flow Server provides real-time options order flow analysis through four focused tools that connect to an underlying data broker via gRPC. It detects patterns in options activity, identifies institutional positioning bias, reports on monitored contracts by expiration and strike range, and validates connectivity to the data feed. Designed for traders and quant analysts who want to query options market dynamics through natural language in Claude or another MCP client, the server runs as a Python process that communicates with a local or remote gRPC data broker hosting the actual market data.

Prerequisites

  • Python 3.9+ with pip installed
  • A running gRPC data broker service hosting options order flow data (local or remote)
  • Network access to the gRPC host and port (default localhost:9090)
  • Claude Desktop or another MCP-compatible AI client
  • The cloned repository from GitHub
1

Clone the repository

The server is distributed as source code. Clone the repository to a local directory.

git clone https://github.com/fintools-ai/mcp-options-order-flow-server.git
cd mcp-options-order-flow-server
2

Install Python dependencies

Install the required packages from the requirements file into your Python environment.

pip install -r requirements.txt
3

Configure environment variables

Set the gRPC connection parameters for your data broker. All variables have defaults and are optional if you are running a local broker on port 9090.

export GRPC_HOST=localhost
export GRPC_PORT=9090
export GRPC_TIMEOUT=30
export LOG_LEVEL=INFO
4

Verify the data broker connection

Run the server manually and use the data_broker_health_check tool to confirm connectivity before configuring your AI client.

python run_server.py
5

Add the server to Claude Desktop configuration

Edit claude_desktop_config.json to add the options-flow server entry. Use the cwd field to point to the cloned repository directory.

{
  "mcpServers": {
    "options-flow": {
      "command": "python",
      "args": ["run_server.py"],
      "cwd": "/path/to/mcp-options-order-flow-server",
      "env": {
        "GRPC_HOST": "localhost",
        "GRPC_PORT": "9090",
        "GRPC_TIMEOUT": "30",
        "LOG_LEVEL": "INFO"
      }
    }
  }
}
6

Restart Claude Desktop and test

Restart Claude Desktop to load the server. Ask it to check the data broker health and then configure monitoring for a ticker to confirm the tools are working end to end.

Options Order Flow Examples

Client configuration

Claude Desktop configuration for the Options Order Flow server with gRPC broker connection details.

{
  "mcpServers": {
    "options-flow": {
      "command": "python",
      "args": ["run_server.py"],
      "cwd": "/Users/you/mcp-options-order-flow-server",
      "env": {
        "GRPC_HOST": "localhost",
        "GRPC_PORT": "9090",
        "GRPC_TIMEOUT": "30",
        "LOG_LEVEL": "INFO"
      }
    }
  }
}

Prompts to try

Query options order flow data and configure monitoring through natural language.

- "Check the health of the options data broker and show response latency"
- "Set up monitoring for AAPL options expiring in the next 30 days with strikes between 170 and 200"
- "Analyze the current options order flow for SPY and show any detected patterns"
- "What is the current institutional bias in TSLA options based on recent order flow?"
- "Show the monitoring status for all tickers I have configured"

Troubleshooting Options Order Flow

Connection refused or gRPC timeout errors

Verify that your gRPC data broker service is running and accessible at the GRPC_HOST and GRPC_PORT values in your configuration. The default assumes a local broker at localhost:9090. Use the data_broker_health_check tool to diagnose connectivity issues and adjust GRPC_TIMEOUT for slow connections.

analyze_options_flow returns no data for a ticker

The ticker must first be configured for monitoring using configure_options_monitoring_tool with the desired expiration date range and strike price range. Once monitoring is set up, order flow data will be collected and available for analysis.

Python module import errors on startup

Ensure all dependencies were installed from requirements.txt in the same Python environment used to run the server. If you have multiple Python versions, specify the full path to the correct python executable in the command field of your MCP config.

Frequently Asked Questions about Options Order Flow

What is Options Order Flow?

Options Order Flow is a Model Context Protocol (MCP) server that server for comprehensive options order flow analysis. this server provides real-time options order flow data, pattern detection, and institutional bias analysis through an intuitive mcp interface. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Options Order Flow?

Follow the installation instructions on the Options Order Flow GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Options Order Flow?

Options Order Flow works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Options Order Flow free to use?

Yes, Options Order Flow is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Finance & Fintech MCP Servers

Explore all finance & fintech servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "mcp-options-order-flow": { "command": "npx", "args": ["-y", "mcp-options-order-flow"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Options Order Flow?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides