New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

options-data-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

options-data-mcp

MCP server for Options Data API — gamma exposure, VRP, IV term structure, and more

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

Options Data MCP Server

MCP (Model Context Protocol) server that exposes Options Data API endpoints as native tools for AI agents.

Install

npx -y options-data-mcp@latest

Or run from source:

git clone https://github.com/thelogicaldude/options-data-mcp
cd options-data-mcp
npm install && npm run build
npm run start

Configure

Add to your agent's MCP config (e.g., Claude Desktop claude_desktop_config.json):

{
  "mcpServers": {
    "options-data": {
      "command": "npx",
      "args": ["-y", "options-data-mcp@latest"],
      "env": {
        "OPTIONS_DATA_API_KEY": "your_api_key_here"
      }
    }
  }
}

Available Tools

ToolDescription
get_gammaGamma exposure profile — dealer positioning, flip zone, pin strikes
get_vrpVolatility richness — ATM IV vs HV30, premium read
get_term_structureIV term structure and skew across DTE buckets
get_structureFull bundle — gamma + VRP + term structure
get_regimeGEX regime — stabilizing vs destabilizing
get_strikesStrike recommendations — wheel/CC picks or GEX support/resistance
get_credit_spreadCredit spread setup — GEX-regime-gated with sizing
get_screenerUniverse screener — IV, fundamentals, earnings filter

Environment Variables

VariableDefaultDescription
OPTIONS_DATA_API_KEY(empty)API key for subscription access. Omit for x402 pay-per-call
API_BASEhttps://api.optionsdataapi.comAPI base URL

Pricing

See api.optionsdataapi.com for endpoint pricing and subscription tiers.

Keywords

mcp

FAQs

Package last updated on 23 Sep 2026

Related posts