← noonbarbari.xyz

INDIVIDUAL MCP TOOL

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).

noonbarbari.xyznone authenticationAvailability not checked

LIVE ENDPOINT

https://noonbarbari.xyz/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_glossary and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

noonbarbari.xyz

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.noonbarbari]
url = "https://noonbarbari.xyz/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "noonbarbari": {
      "type": "http",
      "url": "https://noonbarbari.xyz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: noonbarbari
Remote MCP URL: https://noonbarbari.xyz/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "noonbarbari": {
      "url": "https://noonbarbari.xyz/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "noonbarbari": {
      "type": "http",
      "url": "https://noonbarbari.xyz/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "noonbarbari",
  "transport": "streamable-http",
  "url": "https://noonbarbari.xyz/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_strategies — List the strategy templates available for backtesting and comparison (name, title, one-line description).
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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).
  • 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.