mcp-options-order-flow-server
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.
Documentation
MCP Options Order Flow Server
A high-performance Model Context Protocol (MCP) 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.
๐ Features
- Real-time Options Flow Analysis: Monitor options order flow across multiple contracts with sub-10ms response times
- Advanced Pattern Detection: Identify sweeps, blocks, and unusual volume patterns with institutional-grade algorithms
- Institutional Bias Tracking: Monitor smart money positioning and directional sentiment
- Historical Trend Analysis: 30-minute interval analysis with key directional changes
- Dynamic Monitoring: Configure and monitor specific strike ranges and expirations without restarts
- High Performance: Built for production use with distributed Go+Python architecture
๐๏ธ Architecture
This MCP server integrates with the mcp-trading-data-broker Go service to provide:
โโโโโโโโโโโโโโโโโโโโโโโ gRPC โโโโโโโโโโโโโโโโโโโโโโโ WebSocket โโโโโโโโโโโโโโโโโโโโโโโ
โ MCP Options Server โ โโโโโโโโโโโบ โ mcp-trading-data- โ โโโโโโโโโโโโโโโบ โ Market Data โ
โ (Python) โ โ broker (Go) โ โ Provider โ
โ โ โ โ โ โ
โ โข MCP Tools โ โ โข Options Analysis โ โ โข Options Quotes โ
โ โข XML Formatting โ โ โข Pattern Detection โ โ โข Real-time Data โ
โ โข Context Building โ โ โข Data Storage โ โ โ
โโโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโ๐ Prerequisites
1. mcp-trading-data-broker: The Go-based data broker service
2. Python 3.8+: Required for MCP server
3. Network Access: For gRPC communication between services
โก Quick Start
1. Installation
# Clone the repository
git clone
cd mcp-options-order-flow-server
# Create virtual environment
python -m venv venv
source venv/bin/activate # On macOS/Linux
# venv\Scripts\activate # On Windows
# Install dependencies
pip install -r requirements.txt2. Configuration
Set environment variables:
# gRPC Data Broker Connection
export GRPC_HOST=localhost
export GRPC_PORT=9090
export GRPC_TIMEOUT=30
# Optional: Custom logging
export LOG_LEVEL=INFO3. Start the Server
# Method 1: Using the convenience script
python run_server.py
# Method 2: Using module execution
python -m src.mcp_server
# Method 3: Direct execution
python src/mcp_server.py4. Claude Desktop Integration
Add to your Claude Desktop MCP configuration:
{
"mcpServers": {
"options-flow": {
"command": "python",
"args": ["run_server.py"],
"cwd": "/path/to/mcp-options-order-flow-server",
"env": {
"GRPC_HOST": "localhost",
"GRPC_PORT": "9090"
}
}
}
}๐ ๏ธ Available MCP Tools
1. `analyze_options_flow`
Get comprehensive options order flow analysis for a ticker.
Parameters:
- `ticker` (string): Stock ticker symbol (e.g., "SPY", "QQQ")
Returns: XML-formatted analysis including:
- Monitored contracts grouped by expiration and strike
- Current activity levels and directional bias
- Detected patterns with confidence scores
- Historical trend analysis with 30-minute intervals
- Institutional bias and most active strikes
2. `configure_options_monitoring_tool`
Configure options monitoring for specific contracts.
Parameters:
- `ticker` (string): Stock ticker symbol
- `configurations` (array): Configuration objects with:
- `expiration` (integer): Expiration date in YYYYMMDD format
- `strike_range` (array): List of strike prices to monitor
- `include_both_types` (boolean): Monitor both calls and puts
Example:
{
"ticker": "SPY",
"configurations": [
{
"expiration": 20240419,
"strike_range": [400, 405, 410],
"include_both_types": true
}
]
}3. `get_monitoring_status_tool`
Get current monitoring configuration status.
Parameters:
- `ticker` (string): Stock ticker symbol
Returns: XML-formatted status showing all actively monitored contracts
4. `data_broker_health_check`
Check connectivity and health status of the data broker.
Returns: Health status with connection details and response time metrics
๐ก Example Usage
1. Configure Monitoring
"Please monitor SPY options for expiration 2024-04-19, strikes 400-410, both calls and puts"2. Analyze Options Flow
"Analyze the current options flow for SPY"3. Check Monitoring Status
"What options contracts are currently being monitored for SPY?"sites are properly configured
Frequently asked questions
What is mcp-options-order-flow-server?
mcp-options-order-flow-server is 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.
How do I install mcp-options-order-flow-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-options-order-flow-server open source?
Yes โ it is hosted on GitHub at https://github.com/fintools-ai/mcp-options-order-flow-server and has 1 stars.
Related MCP tools
Damn Vulnerable MCP Server Python-based implementation. Trusted by 1200+ developers. Trusted by 1200+ developers. Trusted by 1200+ developers.
A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases Python-based implementation. Trusted by 900+ developers.
Query MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning...
Model Context Protocol with Neo4j Python-based implementation. Trusted by 700+ developers. Trusted by 700+ developers. Trusted by 700+ developers.
An MCP server that provides control over Android devices via adb Python-based implementation. Trusted by 500+ developers.
A Model Context Protocol (MCP) server for PostgreSQL databases with enhanced capabilities for AI agents. Python-based implementation.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP