Back to Apps

Strategy Doctor
by jiang4wqy
AI trading strategy health-check and optimization engine for risk analysis and failure discovery.
0 stars
Works in:claude
Exposes:Tools
What it does
Strategy Doctor provides critical pre-publication infrastructure for trading agents. Instead of generating strategies, it acts as a "doctor" that stress-tests existing strategies across five dimensions (macro, market-intel, news, sentiment, and technical) to find failures, explain drawdowns, and provide targeted parameter prescriptions.
Tools
- Strategy Parser: Converts natural language trading ideas into structured strategy drafts.
- Stress Diagnoser: Executes five-dimensional pressure tests to identify worst-case scenarios.
- Risk Scorer: Provides deterministic risk scores based on conservative, moderate, or aggressive styles.
- Prescription Engine: Suggests specific parameter modifications to fix identified failure modes.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"strategy-doctor": {
"command": "node",
"args": ["/path/to/strategy-doctor/src/mcp/server.ts"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm ci && npm run verifyInformation
- Pricing
- free
- Published
- 7/20/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"strategy-doctor": {"command": "node", "args": ["/path/to/strategy-doctor/src/mcp/server.ts"]}}}





