Overview
The Dataloader Server loads OHLCV data, computes TA-Lib indicators, and persists derived tables. Use it as the market-data and indicator-calculation entry point.Connection
Add this server to your MCP client configuration.- Cursor
- Bearer auth
Transport
Best-Fit Workflows
- Load OHLCV data for one or more tickers.
- Compute TA-Lib indicators on tabular OHLCV payloads.
- Inspect supported indicators.
- Export CSV, Parquet, or pandas pickle outputs.
Recommended Tools
- fetch-ohlcvs
- compute-indicators
- list-supported-indicators
- save-dataframe
Tools
Examples
Load OHLCV data
Compute indicators
Save a dataframe
Notes
- If no data source is specified and the premium provider key is unavailable, the effective source falls back to Yahoo.
- Large tabular outputs can be returned as result handles; use shared result/artifact tools when that happens.
Client setup
Configure this endpoint in Cursor, Claude Desktop, or a generic MCP client.
Shared tools
Use health, result, artifact, environment, and table helper tools.
Other Servers
Fama-French Replicate
Official and replicated Fama-French factors plus loadings and alpha estimation.
Statistical Factor Models
Stock-Watson, complete-panel, and dynamic statistical factor extraction.
Jump Models
JumpModel and SparseJumpModel regime fitting, online prediction, and backtesting.
Wavelet Mean Reversion
Wavelet-based mean reversion analysis for financial time series.
Parallax ExtremeHurst
ExtremeHurst signal generation from OHLCV data.
EP Ratio Screener
Fundamental stock screening based on earnings yield and balance-sheet quality.
Volatility Scaling Lab
Volatility targeting, EWMA volatility, Monte Carlo bands, and risk diagnostics.