AI Trading Agent with Risk Guardrails for Educational Investing

A developer has built an AI-powered trading assistant that connects Claude to a brokerage account with a risk engine positioned between the AI and the money. Every trade must pass through safety checks before execution.
Key Features and Implementation
The system includes multiple risk controls:
- Blocks trades attempting to allocate 50% of portfolio to a single stock
- Automatically shuts off trading when down 3% in a day
- Includes a kill switch that stops everything at 20% drawdown
- Uses fractional Kelly Criterion for position sizing ("don't bet more than the math says you should")
The setup begins with $100K in fake money using Alpaca paper trading (free to set up). Users can interact through multiple interfaces:
- Talking to Claude in terminal
- Web dashboard with charts and watchlist
- CLI commands
The AI can analyze positions and provide buy/sell/hold recommendations, with clear disclaimers that this is educational and not financial advice.
Technical Details
The project works as an MCP server, allowing integration with Claude Code. According to the developer: "If you use Claude Code, you can drop it into your setup in about 2 minutes and just start talking to it." Example commands include:
- "What's my portfolio look like?"
- "Buy 5 shares of AAPL."
- "Why did you block that trade?"
Transitioning from paper to live trading requires flipping one environment variable. The same guardrails apply with real stakes.
The project is available on GitHub under MIT license, includes 129 tests, and works on Mac/Linux/WSL. The developer is seeking feedback on whether the risk limits feel appropriate for learning and what additional features users would want.
📖 Read the full source: r/ClaudeAI
👀 See Also

T9OS: An AI Orchestration System Built Entirely with Claude Code
An economics student built T9OS, a complete AI orchestration layer using Claude Code as the only programming tool. The system includes 18 production pipelines, a 12-state lifecycle engine, and 7 AI 'Guardians' that review every output.

Claude for Design Work: How to Stop Repeating the Same Taste Arguments Every Session
A developer running client work through Claude describes the core problem: Claude has no memory of rejected design decisions, leading to generic outputs and inconsistent brand identity.

Modo: Open-Source AI IDE with Spec-Driven Development and Agent Hooks
Modo is an open-source desktop IDE built on Void editor that adds spec-driven development workflows, agent hooks, and steering files. It structures prompts into requirements, design, and tasks before generating code.

Banker Creates Credit Due Diligence Tool with 31 AI Prompts Using Only Claude
A banker with 17 years of MSME credit underwriting experience in India has open-sourced 31 AI prompts that transform a visiting card into a full credit due diligence report, compressing a 3-4 week process to 30 minutes. The tool was built entirely through conversation with Claude, without writing any code.