Back to QuanterLab

Use QuanterLab from Claude

Connect QuanterLab as a custom MCP connector in Claude.ai (or Claude Desktop / Code) and run scanners, backtests, walk-forwards, and regime analyses with natural language. Your QuanterLab account is the boundary — Claude only sees what you'd see in the platform UI.

Connector URL

Setup in Claude.ai (4 steps)

  1. Click Open Claude.ai connector setup above. Your URL is on the clipboard.
  2. In Claude.ai's modal, paste https://quanterlab.com/mcp as the server URL.
  3. Sign in with your QuanterLab email + password on the consent screen, then click Approve.
  4. Back in Claude.ai, the connector shows as Connected. Try: "List my last 10 QuanterLab backtests."

Once connected, ask Claude things like

Claude knows about every QuanterLab module you'd interact with in the platform UI — scanners, backtests, walk-forwards, regime analyses, and your saved work. Ask in plain English; Claude picks the right tool.

Full tool catalog

Reference list of the 31 MCP tools Claude can call on your behalf, grouped by the QuanterLab module they wrap. You don't need to memorize tool names — Claude picks them from natural language — but power users may want to see what's available.

UB001UNIV — Universal Strategy Builder

Indicator-rule strategy backtesting plus walk-forward optimization on a single ticker.

  • list_indicators Browse the technical indicator catalogue (RSI, MACD, Bollinger, etc.) with their parameter shapes.
  • start_backtest / …_progress / …_results Run a backtest with entry/exit/confirmation indicator rules. Returns Sharpe, drawdown, win rate, trade list.
  • start_walkforward / …_progress / …_results Rolling re-optimization across folds; reports per-fold OOS metrics + decay ratio so you know if the edge is stable.

SC001STCB — Stochastic Methods

Fit-and-trade backtests using OU / Kalman / cointegration models, plus universe scanners.

  • list_stochastic_methods Catalog of available methods (OU z-score, Kalman MR/trend, cointegration pairs, …).
  • start_stochastic_backtest / …_progress / …_results Single-asset (or pair) backtest with a chosen stochastic method and signal logic.
  • start_mr_scan / …_progress / …_results Universe scanner for mean-reverting stocks (Hurst → OU half-life → ADF/KPSS pipeline).
  • start_pairs_scan / …_progress / …_results Find cointegrated pairs across an index (correlation → Engle-Granger → half-life → β stability).

RG001RGMO — Regime Optimizer

HMM regime detection plus per-regime threshold optimization for adaptive strategies.

  • start_regime_optimization / …_progress / …_results Detect market regimes via HMM, grid-search per-regime thresholds, and report static-vs-adaptive performance side by side.

Multi-factor screening + portfolio optimization

Rank stocks across an index, then build risk-aware portfolios from the survivors.

  • run_screener Multi-factor (Value / Quality / Momentum / Growth) composite scoring across an index. Tunable weights and metric mix per cluster.
  • optimize_portfolio_hrp Hierarchical Risk Parity weights — robust to estimation noise, no expected-return guess required.
  • optimize_portfolio_mvo Markowitz max-Sharpe / min-variance with Ledoit-Wolf shrinkage and weight constraints.
  • optimize_portfolio_ivol Inverse-volatility weighting — concentration risk gets diluted, low-vol assets get larger weights.

Risk analysis

Forward-looking risk metrics on a portfolio you've already built.

  • analyze_var Daily and horizon-scaled VaR / CVaR at 95 / 99 / 99.5%; per-asset risk decomposition; rolling-window history.
  • simulate_monte_carlo Forward simulation across 1m / 3m / 6m / 1y horizons; percentile bands, probability-of-target outcomes, ending-value distribution.

Your saved work

Read-only access to objects you've saved in QuanterLab — backtests, scanner runs, configs, projects.

  • list_my_backtests / get_backtest Your saved backtest results, summary list and full record.
  • list_my_filter_results / get_filter_result Your saved scanner / filter outputs.
  • list_my_trading_configs Configurations you've exported from the strategy builders.
  • list_my_projects / get_project Project boards with attached items + report metadata.
Other Claude clients (Desktop, Code, Chrome)

Claude Desktop

Add the server to your claude_desktop_config.json:

{
  "mcpServers": {
    "quanterlab": {
      "url": "https://quanterlab.com/mcp"
    }
  }
}

Restart Claude Desktop. The OAuth flow opens in your browser on first connection.

Claude Code (CLI)

claude mcp add --transport http quanterlab https://quanterlab.com/mcp

Then run /mcp inside Claude Code to authenticate.

Claude in Chrome

Sign in to Claude.ai first and add the connector there. The Chrome extension reads from the same connector list.

What this connector will not do: Claude will not receive raw market data or raw fundamentals through this connector — only processed metrics, scanner outputs, and your own saved work, exactly as the QuanterLab UI shows them to you. You can revoke access any time from Claude.ai → Settings → Connectors.
Report
Loading report...
Article
Loading article...