1. Pick the Server
Use the MCP Server Catalog to choose the server for the workflow.| Goal | Start here |
|---|---|
| Load OHLCV data or indicators | Dataloader Server |
| Compute volatility estimates | Volatility Scaling Lab Server |
| Fit statistical factor models | Statistical Factor Models Server |
| Fit regime-switching JumpModels | Jump Models Server |
| Generate ExtremeHurst signals | Parallax ExtremeHurst Server |
2. Add It to Your Client
- Cursor
- Bearer auth
3. Run a Small Tool Call
Ask your MCP client to callcompute-ewma-volatility-series with this payload:
4. Handle Large Outputs
If a tool returns aresult_id, use the result/artifact helpers documented in Shared MCP Tools. The usual path is preview, fetch if needed, then save as an artifact when the output should be downloaded.
5. Next Steps
Browse servers
Compare all MCP endpoints and choose the right one for each workflow.
Client setup
Configure Cursor, Claude Desktop, and generic streamable HTTP clients.