Trader MCP runs strategies, persists strategy state, and keeps the public surface small enough for Hermes and operators to use safely.
/mcp using SSE at /mcp/ssesrc/trader_mcp/*strategies/*./logs/list_strategiesget_strategyupdate_strategycontrol_strategyset_strategy_policyget_capabilitiesget_strategy() returns compact identity/control data plus report by default.report().fit is the Hermes-facing fit block.set_strategy_policy() stores risk_posture, priority, and optional metadata.control_strategy() handles start, pause, resume, stop, and reconcile.The next phase should focus on Hermes compatibility and operational clarity:
report() the canonical Hermes read pathGET / minimal landing pageGET /health livenessGET /mcp/sse MCP SSE endpoint