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).
Run
npx -y options-data-mcp
MCP client config
{
"mcpServers": {
"options-data-mcp": {
"command": "npx",
"args": [
"-y",
"options-data-mcp"
]
}
}
}