Connection Endpoint
QuantSpace is deployed as a Streamable HTTP server. No authentication required.| Transport | URL |
|---|---|
| Streamable HTTP | https://mcp-fabric-server.blackmushroom-7d2b97e6.eastus2.azurecontainerapps.io/mcp |
Streamable HTTP Transport
Any client that supports Streamable HTTP connects to:Available Tools
Once connected, the following tools are exposed:| Tool | Description |
|---|---|
run_data_extraction | Download OHLCV market data |
run_feature_worker | Compute technical indicators |
run_ml_job | Train classical ML model and generate signals |
run_dl_job | Train deep learning model and generate signals |
run_po_job | Portfolio optimization from model outputs |
run_trading_job | VectorBT backtest and performance report |
run_plot_job | Render chart HTML from JSON outputs |
run_st_job | Generate stress test HTML report |
run_risk_job | Generate risk analytics artifacts (HTML/PNG/CSV) |
Authentication
Authentication is disabled. The server accepts any connection without a token or login.Testing connectivity
200 and the server info JSON.