Back to the catalog

Helvetic Research

Research-only MCP server: your AI as a quant research desk. 90 tools, no trades, no brokers.

Open source Repository Open in the app JSON README (API)

About

Research-only MCP server: your AI as a quant research desk. 90 tools, no trades, no brokers.

Details

Kind
MCP servers
Topic
No topic detected
Publisher
kushpatil22
Origin
official
Category
ferramentas
Transport
http
Version
1.0.0
Last push
2026-08-23T07:07:34Z
Repository state
ativo
Added
2026-08-29 03:02:01
Updated
2026-09-11 17:04:20
Origin id
io.github.KushPatil22/helvetic-research

README

<p align="center">
  <a href="https://helveticresearch.com">
    <img src="https://helveticresearch.com/static/brand/helvetic-icon-192.png" alt="Helvetic Research" width="104" />
  </a>
</p>

<h1 align="center">Helvetic Research</h1>

<p align="center">
  <strong>Institutional research. Conversational speed.</strong><br />
  A research-only quantitative engine for Claude, ChatGPT, Codex, Cursor, and other MCP clients.
</p>

<p align="center">
  <a href="https://helveticresearch.com">Website</a> ·
  <a href="https://helveticresearch.com/sample">Live sample</a> ·
  <a href="https://helveticresearch.com/methodology">Methodology</a> ·
  <a href="https://helveticresearch.com/connect">Connect</a>
</p>

<p align="center">
  <img alt="Research only" src="https://img.shields.io/badge/scope-research%20only-07162f" />
  <img alt="Model Context Protocol" src="https://img.shields.io/badge/protocol-MCP-d7ae60" />
  <img alt="85 research tools" src="https://img.shields.io/badge/tools-85-07162f" />
  <img alt="No trade execution" src="https://img.shields.io/badge/trading-no%20execution-6b7280" />
</p>

---

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:

```mermaid
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](CAPABILITIES.md).

## 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](https://helveticresearch.com)** and continue with Google.
2. Open **[/connect](https://helveticresearch.com/connect)** for client-specific instructions.
3. Add the hosted MCP endpoint and complete OAuth:

   ```text
   https://helveticresearch.com/mcp
   ```

4. Start with a complete research request, for example:

   ```text
   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 `2m`–`90m`, 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](DATA_AND_LIMITATIONS.md).

## 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

- [Explore a real sample result](https://helveticresearch.com/sample)
- [Read the methodology](https://helveticresearch.com/methodology)
- [Review security controls](https://helveticresearch.com/security)
- [Read the research disclaimer](https://helveticresearch.com/research-disclaimer)
- [Browse the website](https://helveticresearch.com)
- Report vulnerabilities privately using [SECURITY.md](SECURITY.md)

## 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](mailto:hello@helveticresearch.com)**

---

<p align="center">
  <a href="https://helveticresearch.com/privacy">Privacy</a> ·
  <a href="https://helveticresearch.com/terms">Terms</a> ·
  <a href="https://helveticresearch.com/legal-notice">Legal notice</a> ·
  <a href="https://helveticresearch.com/research-disclaimer">Research disclaimer</a>
</p>

More