
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
options-data-mcp
Advanced tools
MCP server for Options Data API — gamma exposure, VRP, IV term structure, and more
MCP (Model Context Protocol) server that exposes Options Data API endpoints as native tools for AI agents.
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
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"
}
}
}
}
| Tool | Description |
|---|---|
get_gamma | Gamma exposure profile — dealer positioning, flip zone, pin strikes |
get_vrp | Volatility richness — ATM IV vs HV30, premium read |
get_term_structure | IV term structure and skew across DTE buckets |
get_structure | Full bundle — gamma + VRP + term structure |
get_regime | GEX regime — stabilizing vs destabilizing |
get_strikes | Strike recommendations — wheel/CC picks or GEX support/resistance |
get_credit_spread | Credit spread setup — GEX-regime-gated with sizing |
get_screener | Universe screener — IV, fundamentals, earnings filter |
| Variable | Default | Description |
|---|---|---|
OPTIONS_DATA_API_KEY | (empty) | API key for subscription access. Omit for x402 pay-per-call |
API_BASE | https://api.optionsdataapi.com | API base URL |
See api.optionsdataapi.com for endpoint pricing and subscription tiers.
FAQs
MCP server for Options Data API — gamma exposure, VRP, IV term structure, and more
We found that options-data-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.