Skip to main content

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.
Restart the client after changing MCP configuration. The server tools appear automatically after the connection is established.

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.
  • 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, or POST 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:
  1. Accept a portfolio through a Webhook or manual configuration.
  2. Call get-proxy-ff-factors for the factor window.
  3. Call get-loadings-and-alpha for each asset or aggregated portfolio return series.
  4. If a tool returns result_id, call result_get before assembling the report.
  5. Route the output to Respond to Webhook or delivery nodes.
Keep delivery credentials in n8n Credentials or environment variables. Do not export API keys, bot credentials, credential IDs, email recipients, or private webhook paths with the workflow. See n8n Workflows for the shared webhook and MCP session patterns. Available n8n templates:

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.