Model Context Protocol & Developer Access

Options Flow API for Developers & AI Agents

Stream real-time institutional options order flow, unusual sweep detection, dark pool prints, and complete Greeks directly into your algorithms or AI agents via the Pineify MCP Server.

Integration in Seconds

Connect Flow Data Directly to Your AI Stack

No complex websockets or raw OPRA parsers needed. Connect the Pineify MCP Server to Claude, Cursor, ChatGPT, or Python scripts to query processed institutional options flow instantly.

  • Instant sweep order identification across 16 U.S. options exchanges
  • Filtered by notional size ($25k, $50k, $100k+ block trades)
  • Sentiment classification (Above Ask = Bullish, Below Bid = Bearish)
  • Full Greek suite (Delta, Gamma, Theta, Vega) and IV calculations
// Connect Pineify MCP Server to Claude / ChatGPT / Cursor
// Setup prompt configured in your AI client:
{
  "mcpServers": {
    "pineify": {
      "url": "https://agents.pineify.app/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_PINEIFY_API_TOKEN"
      }
    }
  }
}

// Example Agent Prompt:
// "Use Pineify find-options-flow-alerts to find unusual call sweeps 
// in NVDA and TSLA with premium > $100k today."

Available Options Flow API Endpoints

Four dedicated tools for options market intelligence, accessible via MCP protocol and HTTP requests.

find-options-flow-alertsMCP Tool / REST

Scan real-time unusual options activity filtered by minimum premium ($25k, $50k, $100k+), execution sentiment (Above Ask / Below Bid), and order type (sweeps, blocks).

Key Parameters:

symbols (optional)min_premium (default: 25000)sentiment ("bullish" | "bearish" | "all")limit (max: 50)
get-option-contract-flowMCP Tool / REST

Inspect detailed tick-by-tick transaction history, implied volatility, Delta, Gamma, Theta, and Vega for a specific OCC option contract symbol.

Key Parameters:

contract_id (e.g., "O:AAPL260918C00250000")include_greeks (boolean)
get-market-tideMCP Tool / REST

Retrieve aggregated net options premium flow across the broader market and individual sectors, providing an instant macro sentiment directional index.

Key Parameters:

lookback ("intraday" | "1d" | "5d")sector_filter (optional)
get-sector-flow-snapshotMCP Tool / REST

Compare bullish call buying and bearish put accumulation across the eleven standard S&P 500 GICS sectors in real time.

Key Parameters:

session ("current" | "previous")

Pineify vs Raw Options Data APIs

Why developers and quant traders choose Pineify over complex raw market feeds.

CapabilityPineify Options Flow APIRaw Feed (Polygon / CBOE)Legacy Web Scanners
Data Processing & ClassificationPre-classified (Sweeps, Blocks, Above Ask sentiment)Raw tick-level OPRA feed without classificationDelayed web table with manual export
AI Agent & LLM Native (MCP)Built-in Model Context Protocol (MCP) serverManual custom API wrapper requiredNo agent support
TradingView IntegrationDirect chart overlays & Pine Script generationRequires custom webhook / server infrastructureSeparate browser tab
Included Dark Pool & Congress DataUnified feed: Options Flow + Dark Pool + CongressRequires multiple separate expensive subscriptionsOptions only
Pricing ModelIncluded in Pineify Plan (No $500/mo API add-on)$200–$2,000/month (Polygon, CBOE, OPRA)$99–$199/month recurring

Frequently Asked Questions

Answers to common questions about options flow APIs, MCP integration, and data formats.

Start Streaming Options Flow to Your Agents Today

Connect the Pineify MCP Server to your AI coding agents, algorithmic trading workflows, and TradingView charts in minutes.