Best for
- Developers comfortable with Go and the Alpaca API who want to experiment with AI-driven options strategies in a paper trading sandbox
- Engineers interested in an example architecture for wiring Claude Code to a custom trading backend via MCP
Prophet Trader is a feature-rich but author-deprecated experimental MCP server for AI-driven options trading, bridging Claude Code to a Go backend that executes trades via Alpaca, with Gemini-powered news intelligence and vector-based trade memory. The repo still functions, but future development has moved to OpenProphet, and the author explicitly warns it should be used for paper trading only, with no responsibility taken for real-money losses.
Prophet Trader is an experimental AI-powered options trading system that connects Claude Code to a Go trading backend via a Node.js MCP server (mcp-server.js), which in turn calls the Alpaca API to execute trades. It supports LEAPS-style long-dated positions, 0-5 DTE intraday scalping, trading both calls and puts, managed positions with automatic stop-loss/take-profit, Gemini-powered news cleaning and market intelligence, and a local vector-embedding store for retrieving similar past trades ('AI memory'). The README explicitly states this repository is now deprecated in favor of JakeNesler/OpenProphet, though the code still works as an MCP server. The author repeatedly warns this is experimental and strongly recommends paper trading only, never real money.
go build -o prophet_bot ./cmd/bot; 3. Run ./prophet_bot to start the trading backend; 4. Claude Code launches mcp-server.js automatically via its .mcp.json configuration (the README doesn't show the exact .mcp.json contents); 5. In Claude Code, call a tool like get_account to confirm the connection.