Home › Finance › ApexVol Options Analytics

ApexVol Options Analytics

Options analytics for AI assistants: chains, IV rank, VRP, Greeks, GEX, expected moves, screeners.

Python CloudLocal Remote
★ 1 stars Last pushed 2026-09-09 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://apexvol.com/mcp-server Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http apexvol-mcp https://apexvol.com/mcp-server

Or add to your MCP client config:

{
  "mcpServers": {
    "apexvol-mcp": {
      "url": "https://apexvol.com/mcp-server"
    }
  }
}

Package (pypi 0.1.4)

uvx apexvol-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "apexvol-mcp": {
      "command": "uvx",
      "args": [
        "apexvol-mcp"
      ],
      "env": {
        "APEXVOL_API_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • APEXVOL_API_TOKEN required secret — ApexVol API token (avmcp_...), self-served at apexvol.com/account under API Access on any paid plan

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry