Overview
The Fama-French Replicate Server provides official Fama-French 5-factor daily data, replicated proxy factors from the hosted cache, and loadings / alpha estimation against factor returns.Connection
Add this server to your MCP client configuration.- Cursor
- Bearer auth
Transport
| Property | Value |
|---|---|
| Protocol | MCP over Streamable HTTP |
| MCP URL | https://fama-french-factors-production.up.railway.app/mcp/fama_french_replicate |
| Health URL | https://fama-french-factors-production.up.railway.app/health |
| MCP path | /mcp/fama_french_replicate |
| Request envelope | {"request": {...}} |
| Auth | Optional bearer token when enabled for the endpoint |
Best-Fit Workflows
- Fetch official Fama-French factors.
- Fetch replicated proxy factors from the hosted cache.
- Fetch the latest available proxy factor row.
- Regress returns on factor series to estimate loadings and alpha.
Recommended Tools
- get-official-ff-factors
- get-proxy-ff-factors
- get-proxy-ff-factors-last
- get-loadings-and-alpha
Tools
| Tool | Description | Returns |
|---|---|---|
get-official-ff-factors | Download and process Fama-French 5-factor research data. | pd.DataFrame |
get-proxy-ff-factors | Fetch replicated (proxy) Fama-French 5-factor data computed by our internal methodology. | pd.DataFrame |
get-proxy-ff-factors-last | Fetch replicated (proxy) Fama-French 5-factor data for the latest available trading date. | pd.DataFrame |
get-loadings-and-alpha | Performs time-series regression of asset or portfolio returns on factor returns to estimate factor exposures (loadings) and abnormal returns (alpha). Returns a Series containing the estimated loadings and alpha. Params: factors: pd.DataFrame of factor returns (e.g., ‘MKT’, ‘SMB’, ‘HML’, ‘RMW’, ‘CMA’), rets: pd.Series of asset/portfolio excess returns, from_date/to_date: optional date range filters (e.g., ‘2020-01-01’) | pd.Series |
Examples
Fetch official factors
Fetch proxy factors
Fetch the latest proxy row
Estimate loadings and alpha
Notes
- Proxy-factor tools read from the hosted factor cache.
- Use Dataloader when you need raw OHLCV data rather than factor data.
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
Dataloader
Market-data retrieval, TA-Lib indicators, and dataframe exports.
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.