openprophet.io | learn | github
By Jake Nesler. Both repos are open source.
claude_prophet and OpenProphet are both by Jake Nesler. They are not competitors — OpenProphet is the evolution of claude_prophet into a complete autonomous trading system.
claude_prophet = the MCP server. The toolbox. 40+ trading tools for any MCP-compatible LLM to interact with markets via Alpaca.
OpenProphet = the full system. Integrates claude_prophet's MCP server with a web dashboard, autonomous heartbeat loop, multi-account sandboxes, agent personas, strategy templates, and Go trading backend.
Feature claude_prophet OpenProphet ───────────────────────────────────────────────────────────────── MCP trading tools 40+ tools 45+ tools (extended) Go trading backend Yes Yes (same codebase) Autonomous heartbeat No — manual use only Yes — phased 6-interval loop Web dashboard No Yes — real-time SSE streaming Multi-account Single .env config Multi-account sandboxes, hot-swap Agent personas 4 Claude agents Unlimited, configurable via dashboard Strategy management Single TRADING_RULES.md Multiple strategies, assignable Permission system Basic Full enforcement layer AI memory Vector search (sqlite-vec) Vector search (sqlite-vec) LLM support Claude Code only Any LLM via OpenCode (294+ models) License MIT CC BY-NC 4.0 Status Deprecated Active development
claude_prophet was an MCP server for interactive Claude Code sessions. You'd open Claude Code, the AI could call trading tools — but only while you were chatting. Nobody can sit in Claude Code 24/7.
OpenProphet wraps the MCP server in an autonomous agent loop. The heartbeat system wakes the AI on intervals that vary by market phase. The web dashboard streams everything. No human in the loop required.
The claude_prophet repo now redirects to OpenProphet. The MCP server code lives inside OpenProphet and receives all updates there.
OpenProphet if you want an autonomous trading agent with a dashboard. This is the active project.
claude_prophet only if you want a minimal MCP server for interactive Claude Code sessions. It is deprecated and no longer updated.
OpenProphet is experimental software. AI agents can hallucinate and result in total loss of an account. We never recommend connecting real money. This is not investment advice.
CC BY-NC 4.0 · Jake Nesler · Source on GitHub