AI-controlled algorithmic trading engine exposing 40 MCP tools across 9 namespaces.
A production-grade algorithmic trading control plane exposed as an MCP server — so Claude can manage watchlists, classify market regimes, validate risk, and submit paper orders through natural language. Sentinel is a two-package monorepo: Package | Language | Role | | Python 3.12 / FastAPI | All trading logic: risk checks, regime classification, order lifecycle, audit journal, strategy governance…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
A production-grade algorithmic trading control plane exposed as an MCP server — so Claude can manage watchlists, classify market regimes, validate risk, and submit paper orders through natural language. Sentinel is a two-package monorepo: Package | Language | Role | | Python 3.12 / FastAPI | All trading logic: risk checks, regime classification, order lifecycle, audit journal, strategy governance | | TypeScript / Node 20 | Thin MCP server that routes 40+ tools to the engine via HTTP. Zero…