Back to directory
charlesverge/mcp_open_interest

charlesverge/mcp_open_interest

@charlesverge0

An MCP server that retrieves options open interest data from Alpha Vantage and calculates the put/call ratio to determine market sentiment for a given stock symbol

open interestoptionsmarket sentimentalpha vantagefinance

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
2025/4/23
Updated
2025/4/23