# Noon Barbari Backtesting MCP server

Crypto backtesting tools: real backtests with robustness verdicts, daily signals and market data.

## Links
- Registry page: https://www.getdrio.com/mcp/xyz-noonbarbari-backtesting
- Website: https://noonbarbari.xyz/en/mcp

## Install
- Endpoint: https://noonbarbari.xyz/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://noonbarbari.xyz/mcp

## Tools
- list_strategies - List the strategy templates available for backtesting and comparison (name, title, one-line description). Use the returned `name` value as the strategy identifier in other tools. Endpoint: https://noonbarbari.xyz/mcp
- get_coin_signals - Today's daily-bar indicator readings for crypto coins, computed by a real backtesting engine from Binance closes: price, RSI-14, MACD state, SMA 50/200 posture, SuperTrend, Bollinger position, ATR volatility, 52-week range. Pass a coin ticker (e.g. 'btc') for one coin, or omit for the whole 50-coin board. Endpoint: https://noonbarbari.xyz/mcp
- get_buy_hold - What a $1,000 buy of a coin on Jan 1 of each available year would be worth today — ROI, peak value and date, and the maximum drawdown endured along the way. Real Binance data, refreshed daily. Endpoint: https://noonbarbari.xyz/mcp
- get_overfitting_index - The Crypto Overfitting Index: the monthly share (%) of default-parameter strategy configurations (10 templates × 50 coins) whose out-of-sample Sharpe turned negative — how much of what backtests promise fails on unseen data. Returns the current reading and full history. Endpoint: https://noonbarbari.xyz/mcp
- compare_strategies - Head-to-head comparison of two strategy templates from real monthly engine runs across ~50 coins: per-coin win count, median out-of-sample Sharpe, survival counts, median return and drawdown. Use strategy names from list_strategies (e.g. 'super_trend', 'ema_crossover'). Endpoint: https://noonbarbari.xyz/mcp
- search_answers - Search Noon Barbari's Q&A knowledge base of direct, data-grounded answers about backtesting, overfitting, validation, indicators, risk management and crypto markets. Returns the top matching questions with their full answers. Endpoint: https://noonbarbari.xyz/mcp
- run_backtest - Run a real backtest of a strategy template on BTC/USDT from a start date (public what-if engine; may take up to a minute on a cache miss; rate-limited). Returns net return, max drawdown, trade count, a robustness score with an overfitting verdict, and a shareable result URL. Endpoint: https://noonbarbari.xyz/mcp
- get_dca - Dollar-cost-averaging outcome for a coin: what buying a fixed dollar amount on a schedule (weekly or monthly) since a start date would be worth today — total invested, units, average cost, current value and ROI — plus the lump-sum comparison and the worst drawdown endured. Real Binance closes, refreshed daily. Endpoint: https://noonbarbari.xyz/mcp
- check_overfitting - Compute the Deflated Sharpe Ratio (Bailey & Lopez de Prado 2014) for YOUR OWN backtest: given its annualised Sharpe, length, and how many strategy variants you tried before selecting it, returns the probability the result is real skill rather than selection luck, the luck bar it must clear, and a plain verdict. Works on any backtest, not just ours. Endpoint: https://noonbarbari.xyz/mcp
- query_dataset - Query our open 11,440-run curve-fitting study (10 strategy templates x 20 coins, 70/30 in-sample/out-of-sample split). Returns the headline overfitting stats and the tuned picks matching an optional template and/or coin filter — each with in-sample vs out-of-sample Sharpe, the Sharpe haircut, and the in-sample-to-out-of-sample parameter rank correlation. Endpoint: https://noonbarbari.xyz/mcp
- search_glossary - Search Noon Barbari's trading glossary for a plain-language definition of an indicator, metric or concept (RSI, MACD, Sharpe ratio, drawdown, walk-forward, overfitting, and 60+ more). Returns the top matching terms with a short definition, the full explanation, and a link. Endpoint: https://noonbarbari.xyz/mcp

## Resources
- noon://overfitting-index - The current monthly Crypto Overfitting Index plus full history. MIME type: application/json
- noon://research/summary - Headline overfitting stats, method and totals from the 11,440-run study. MIME type: application/json
- noon://strategies - The strategy templates available for backtesting and comparison. MIME type: application/json

## Prompts
- audit-strategy - Backtest a strategy on BTC and then stress-test whether its result is real skill or curve-fitting. Arguments: strategy, start_date
- is-it-overfit - Check whether a backtest Sharpe survives the number of variants you tried (Deflated Sharpe). Arguments: sharpe, n_trials
- coin-snapshot - Pull today's indicator readings, buy-and-hold history and a DCA outcome for one coin. Arguments: coin

## Metadata
- Owner: xyz.noonbarbari
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 11, 2026
- Source: https://registry.modelcontextprotocol.io
