alpacaOptionsBot

EddieFu2145/alpacaOptionsBot
★ 0 stars Python AI/LLM Updated 2d ago
Autonomous options trading system built on Alpaca API/MCP Server with interchangeable LLM agents( Gemini, Deepseek) making real-time research. Screens potential stocks to short volatility through analyzing VRP/NVRP, gamma structure, liquidity, and agent discretion.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "alpacaoptionsbot": {
      "command": "uvx",
      "args": [
        "alpacaoptionsbot"
      ]
    }
  }
}

Or install with pip: pip install alpacaoptionsbot