Skip to main content
ClaudeWave

Agent MCP for Optionsdataapi.com

MCP ServersOfficial Registry0 stars0 forksTypeScriptUpdated today
ClaudeWave Trust Score
62/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/24/2026
Install in Claude Code / Claude Desktop
Method: NPX · options-data-mcp
Claude Code CLI
claude mcp add options-data-mcp -- npx -y options-data-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "options-data-mcp": {
      "command": "npx",
      "args": ["-y", "options-data-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# Options Data MCP Server

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

## Install

```bash
npx -y options-data-mcp@latest
```

Or run from source:

```bash
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`):

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

## Available Tools

| 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 |

## Environment Variables

| 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 |

## Pricing

See [api.optionsdataapi.com](https://api.optionsdataapi.com) for endpoint pricing and subscription tiers.

What people ask about options-data-mcp

What is thelogicaldude/options-data-mcp?

+

thelogicaldude/options-data-mcp is mcp servers for the Claude AI ecosystem. Agent MCP for Optionsdataapi.com It has 0 GitHub stars and its last recorded update is dated 2026-09-23.

How do I install options-data-mcp?

+

You can install options-data-mcp by cloning the repository (https://github.com/thelogicaldude/options-data-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is thelogicaldude/options-data-mcp safe to use?

+

Our security agent has analyzed thelogicaldude/options-data-mcp and assigned a Trust Score of 62/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains thelogicaldude/options-data-mcp?

+

thelogicaldude/options-data-mcp is maintained by thelogicaldude. The last recorded GitHub activity is dated 2026-09-23, with 0 open issues.

Are there alternatives to options-data-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy options-data-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: thelogicaldude/options-data-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/thelogicaldude-options-data-mcp)](https://claudewave.com/repo/thelogicaldude-options-data-mcp)
<a href="https://claudewave.com/repo/thelogicaldude-options-data-mcp"><img src="https://claudewave.com/api/badge/thelogicaldude-options-data-mcp" alt="Featured on ClaudeWave: thelogicaldude/options-data-mcp" width="320" height="64" /></a>

More MCP Servers

options-data-mcp alternatives