Options Data MCP

Options Data MCP

Local
@thelogicaldudeTypeScriptUpdated 2 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmoptions-data-mcpv0.1.2

Run

npx -y options-data-mcp

MCP client config

{
  "mcpServers": {
    "options-data-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "options-data-mcp"
      ]
    }
  }
}