MCP Tools Overview
EvalEngine exposes 150+ tools via the Model Context Protocol. These tools are available in Claude Code and Claude Desktop when the MCP server is configured.Tool categories
| Category | Tools | Purpose |
|---|---|---|
| Market Data | 15 | Quotes, bars, options, screeners, news |
| Orders | 12 | Place, modify, cancel orders and brackets |
| Account | 10 | Positions, P&L, exposure, stress testing |
| Evaluations | 12 | Ensemble scoring, outcomes, drift, weights |
| Holly | 18 | Alerts, trades, autopsy, predictor, rules |
| Analytics | 10 | Daily summary, journal, history, edge report |
| Risk | 10 | Session guards, position sizing, risk config |
First call: get_status
Always call get_status first. It returns:
easternTime— current Eastern timemarketSession— pre-market, regular, after-hours, or closedibkr.connected— whether TWS is live
Tool naming convention
Tools usesnake_case names grouped by function:
get_*— read dataplace_*/cancel_*— order actionssubscribe_*/unsubscribe_*— streamingholly_*— Holly AI toolssession_*— session risk gateexit_plan_*— exit plan management