MCP server for trading-related helper functions, with a dashboard for accounts and strategies.
list_strategiesget_strategyupdate_strategycontrol_strategyGET / - landing pageGET /health - lightweight health checkGET /mcp/sse - MCP SSE transport endpointsource .venv/bin/activate
pip install -r requirements.txt
./run.sh
Default port: 8570
The public MCP surface is intentionally small:
list_strategies() returns a compact inventoryget_strategy(id, include_render=False, include_debug=False) returns one strategy with live metadataupdate_strategy(id, config=None, state=None) updates config/state and reconcilescontrol_strategy(id, action) handles start, pause, resume, stop, reconcileSee run.sh, tests.sh, killserver.sh, and restart.sh in this folder.