Trader MCP runs strategies, persists their state, and exposes a compact MCP surface for operator and Hermes control.
report() for Hermescrypto-mcp, not Trader-owned datastart, pause, resume, stop, reconcile)report() and fitset_strategy_policylist_strategiesget_strategyupdate_strategycontrol_strategyset_strategy_policyget_capabilitiesget_strategy() defaultsBy default, get_strategy() returns compact identity/control data plus report.
Optional flags:
include_configinclude_stateinclude_renderinclude_debuginclude_report (defaults to true)source .venv/bin/activate
pip install -r requirements.txt
./run.sh
Default port: 8570
GET / landing pageGET /health health checkGET /mcp/sse MCP SSE transport endpointGET /dashboard/ dashboardcontrol_strategy() handles lifecycle verbs.set_strategy_policy() stores Hermes intent as risk_posture and priority.report().fit is the main Hermes-facing strategy fit block.See run.sh, tests.sh, killserver.sh, and restart.sh.