Back to directory
charlesverge/mcp_open_interest

charlesverge/mcp_open_interest

@charlesverge

MCP server for calculating options open interest and put/call ratio for stock symbols using Alpha Vantage API

open-interestoptionsput-call-ratiostock-analysisalpha-vantagemcp-serverfinancial-analysismarket-sentimentfinance

Installation & Configuration

{
  "mcpServers": {
    "openinterest_stdio": {
      "command": "/dir/to/python",
      "args": [
        "/dir/mcp_open_interest/main.py"
      ],
      "env": {
        "ALPHAVANTAGE_KEY": "your_api_key_here"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/13
Updated
2026/6/13