Back to Browse

Options Data MCP Server

Developer ToolsModerate7.1MCP RegistryLocal
Free

Server data from the Official MCP Registry

Options market structure data: gamma exposure, VRP, IV term structure, regime, and strikes

About

Options market structure data: gamma exposure, VRP, IV term structure, regime, and strikes

Security Report

7.1
Moderate7.1Low Risk

This MCP server is well-designed and secure. It properly handles API authentication via environment variables (with optional x402 pay-per-call fallback), uses input validation with Zod, and makes straightforward HTTP calls to a legitimate financial data API. The codebase is clean with no malicious patterns, hardcoded secrets, or dangerous operations. Minor code quality observations around error handling do not materially impact security. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

3 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

API key for the Options Data API (subscription or paygo key)Required

Environment variable: OPTIONS_DATA_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-thelogicaldude-options-data": {
      "env": {
        "OPTIONS_DATA_API_KEY": "your-options-data-api-key-here"
      },
      "args": [
        "-y",
        "options-data-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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.

Reviews

No reviews yet

Be the first to review this server!