alpaca-momentum-options-agent

run58669-maker/alpaca-momentum-options-agent
★ 0 stars Python AI/LLM Updated 1d ago
Momentum options agent for the lablab.ai Alpaca AI Trading Agents hackathon. Paper trading only, nine risk gates, Alpaca MCP server.
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": {
    "alpaca-momentum-opti": {
      "command": "uvx",
      "args": [
        "alpaca-momentum-options-agent"
      ]
    }
  }
}

Or install with pip: pip install alpaca-momentum-options-agent