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
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
Examples
Fetch official factors
Fetch proxy factors
Fetch the latest proxy row
Estimate loadings and alpha
n8n Workflow
This server is a good fit for an n8n report workflow with a Manual Trigger, Schedule Trigger, orPOST Webhook. Use n8n to normalize portfolio input, call MCP tools, and deliver the final report as webhook JSON, an execution log, email, or chat notification.
Recommended n8n MCP chain:
- Accept a portfolio through a Webhook or manual configuration.
- Call
get-proxy-ff-factorsfor the factor window. - Call
get-loadings-and-alphafor each asset or aggregated portfolio return series. - If a tool returns
result_id, callresult_getbefore assembling the report. - Route the output to Respond to Webhook or delivery nodes.
- Factor Loading Report JSON - public CSV portfolio webhook at
POST https://n8n.limex.pro/webhook/ff-factor-loading-report. - Extended Factor Loading Report JSON - import-only template for manual, scheduled, Lime, and delivery use cases. The live webhook is not published.
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.
n8n workflows
Build webhook and scheduled reporting flows around this MCP endpoint.
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.