Skip to main content

Overview

The Wavelet Mean Reversion Server fetches market data, analyzes returns or signals with wavelet decomposition, and generates synthetic data for experiments.

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 Yahoo market data.
  • Compute returns for a ticker.
  • Run wavelet decomposition and mean reversion analysis.
  • Generate synthetic mean-reverting or trending data.
  • Backtest simple wavelet mean-reversion strategies.
  • yahoo-data-fetcher-fetch
  • yahoo-data-fetcher-fetch-returns
  • wavelet-analyzer-analyze
  • wavelet-analysis-result-summary
  • wavelet-analysis-result-get-statistics-dataframe

Tools

Examples

Fetch returns for one ticker

Analyze a signal

Notes

  • Instance-style tools can use handles when you need configured analyzers or strategies.
  • Use Parallax ExtremeHurst when you need the ExtremeHurst signal engine rather than wavelet decomposition.

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.

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.

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.