Skip to content
MCP ThesaurusMCP Thesaurus

Helvetic Research

CommunityIncomplete39/100Claim

streamable-httpupdated 16d ago

Institutional research. Conversational speed. A research-only quantitative engine for Claude, ChatGPT, Codex, Cursor, and other MCP clients.

SourceWebsite

What can you do with Helvetic Research?


Helvetic Research turns the AI interface you already use into a quantitative research desk. Describe a strategy, portfolio, signal, or track record; your AI translates the request into a validated specification and calls a deterministic research engine. The result comes back with metrics, robustness diagnostics, provenance, integrity checks, and reproducibility metadata.

The hosted service exposes 85 MCP research tools. It does not place trades, connect to brokers, or provide investment advice.

Why it exists

Asking an AI to write and run a one-off backtest can produce plausible output without a stable method, consistent annualisation, realistic costs, or an audit trail. Helvetic separates the two jobs:

flowchart LR
    A[Research question] --> B[Your AI interface]
    B --> C[Validated JSON strategy specification]
    C --> D[Deterministic Helvetic engine]
    D --> E[Research result]
    E --> F[Metrics and charts]
    E --> G[Robustness tests]
    E --> H[Provenance and audit bundle]

The AI handles conversation and tool selection. Helvetic handles calculation, validation, storage, provenance, and reporting. Arbitrary client code is never executed inside the hosted web/MCP process.

Research → Validate → Understand

Research Validate Understand
Backtest strategies, portfolios, signals, and external track records Challenge results for overfitting, instability, costs, look-ahead risk, and regime dependence Inspect performance drivers, drawdowns, trades, exposures, factors, tail risk, and assumptions
Natural language, Pine-like logic, structured JSON, or supplied data Walk-forward, Monte Carlo, CSCV/PBO, PSR/DSR, stress tests, sensitivity analysis Interactive result pages, in-chat MCP Apps, PDF/Excel/CSV, and self-verifying audit bundles

What you can research

Strategy inputs

  • Plain English or pseudo-code
  • Pine-like / TradingView strategy logic
  • Deterministic structured JSON
  • Strategy IR v3 typed JSON AST
  • Client-supplied OHLCV bars, including intraday data
  • Client-computed signal or position series
  • Multi-asset prices and target weights
  • An external return stream or fund track record

Markets and portfolio work

  • Equities, ETFs, indices through suitable tickers or ETF proxies, FX, commodities, crypto, futures proxies, and macro/reference series
  • Single-instrument rules, long/short research, rotation, multi-asset portfolios, synthetic options, universes, and custom supplied books
  • CHF, USD, EUR, and GBP reporting currencies
  • Monthly, quarterly, semi-annual, annual, and buy-and-hold portfolio rebalancing
  • Efficient-frontier, maximum-Sharpe, minimum-volatility, and risk-parity analysis

Signals and costs

  • 40+ indicator families with parameterised periods: moving averages, RSI, MACD, Bollinger Bands, ATR, ADX, Ichimoku, Supertrend, volume profile, pivots, Fibonacci, Heikin-Ashi, Aroon, Vortex, KST, and more
  • Nested AND/OR conditions, crosses, rolling levels, calendar rules, higher-timeframe filters, stateful exits, trailing stops, position age, and sizing rules
  • Commissions, spreads, slippage, volatility-linked slippage, market impact, short borrow, futures roll, crypto funding, FX conversion, management fees, custody fees, and TER

See the full, public capability catalogue.

Robustness and statistical diagnostics

Helvetic is designed to challenge a result, not merely produce one:

  • Walk-forward out-of-sample analysis
  • Monte Carlo simulation with IID and block bootstrap
  • Parameter sweeps and cost/signal-lag sensitivity
  • Probability of Backtest Overfitting via CSCV
  • Probabilistic and Deflated Sharpe Ratio
  • Historical stress periods and custom scenarios
  • Volatility, trend, and macro regime analysis
  • Factor exposure, alpha decay, capacity, and implementation-cost analysis
  • EVT tail-risk analysis, VaR, and Expected Shortfall
  • A 12-component Research Grade measuring strength of evidence—not whether a strategy is suitable to trade

Outputs and reproducibility

Every completed run records the information needed to understand what was actually tested:

  • Data provider and retrieval timestamp
  • Adjustment method and coverage information
  • Missing-data, stale-cache, and provider-disagreement warnings
  • SHA-256 dataset and strategy fingerprints
  • Engine version, assumptions, configured costs, and integrity checks
  • Frequency-correct performance and risk metrics

Results can be viewed on the interactive web result page or inside supported AI chats through an MCP App. They can also be exported as branded PDF, Excel, CSV, JSON, or a self-verifying audit bundle containing raw series, formulas, hashes, assumptions, and provenance.

Connect an AI client

  1. Visit helveticresearch.com and continue with Google.

  2. Open /connect for client-specific instructions.

  3. Add the hosted MCP endpoint and complete OAuth:

    https://helveticresearch.com/mcp
    
  4. Start with a complete research request, for example:

    Backtest SPY from 2005-01-01 to 2026-01-01. Go long when price crosses
    above its 200-day simple moving average and exit when it crosses below.
    Apply 10 bps transaction costs, show the key metrics, then run a
    walk-forward test and an overfitting check.
    

The Free plan includes 250 research credits per month and full available history from community data sources. Heavy workflows use more credits than lightweight lookups.

Data coverage

Asset/data type Primary path Fallback/reference path
Equities and ETFs Yahoo Finance Tiingo EOD when configured
Crypto Yahoo Finance Coinbase Exchange
Macro and rates FRED ECB Data Portal where applicable
FX Yahoo Finance ECB reference series where applicable

Built-in intraday retrieval uses Yahoo/yfinance and preserves full OHLCV timestamps. Practical provider lookbacks are approximately 7 days for 1m, 60 days for 2m90m, and 730 days for 1h plus resampled 2h/3h/4h. Tiingo and Coinbase fallbacks are daily-only. Longer or licensed intraday histories can be supplied through custom OHLCV tools.

Community data is useful for research and prototyping but is not a licensed point-in-time institutional feed. Historical constituents, delistings, symbol changes, corporate actions, futures rolls, and survivorship controls can be incomplete. Read the full data coverage and limitations.

Important boundaries

  • Research only: no orders, brokerage connections, or portfolio execution
  • No investment advice: outputs are analytical and educational
  • Synthetic options: Black-Scholes simulations, not historical option-chain fills
  • No arbitrary code execution: strategies run through supported deterministic schemas
  • Private by default: research records are account-scoped; publication is explicit
  • Failures remain visible: degraded data and unsupported requests return warnings or clear errors rather than silent success

Public resources

About this repository

The production research engine is a hosted service and is not open source. This public repository provides the canonical project overview, capability documentation, data limitations, security policy, and registry metadata. An open-source verifier for exported Helvetic audit bundles is planned for this repository.

Questions and product feedback: hello@helveticresearch.com