← Registry

Databases

qbuntu.ai

Provides semantic search and retrieval over a corpus of quantitative trading strategies, including browsing, fetching full strategy records, and finding similar strategies.

1 endpoint10 known toolsFirst detected September 14, 2026Last detected September 14, 2026

ENDPOINT 1

https://mcp.qbuntu.ai/mcp

No auth detected

MCP server metadata

Name
qbuntu
Capabilities
experimentalpromptsresourcestools
Server instructions

qbuntu is an honest scorecard for quantitative trading strategies. Every record carries a verdict — live, promising, marginal, or rejected — together with the backtest evidence, the methodology, and (where known) what happened when someone tried to run it for real. How to read what these tools return: 1. HEADLINE NUMBERS ARE MEDIANS ACROSS A PARAMETER GRID, NOT BEST RUNS. A strategy's `sharpe_median` is the middle of every parameter combination tested, which is far more honest — and far lower — than the best-case figure quoted elsewhere. Do not compare it against a cherry-picked Sharpe from marketing material. 2. "PASSES A BACKTEST" IS NOT "PRINTS MONEY". This distinction is the whole point of the project. Even `live` entries carry production caveats. Never present a positive verdict as a guarantee. 3. PER-STOCK DATA IS MODEL-STOCK FIT, NOT A BUY SIGNAL. `get_stock` reports how a tested model happened to predict one ticker. A high hit rate means the model fits that stock's history — it is not a recommendation to buy it. Always relay the record's `frame` field and the source strategy's verdict. 4. ABSENCE IS NOT EVIDENCE. Coverage is partial and growing. A strategy missing from qbuntu has not been shown to work; it simply has not been recorded yet. Call `corpus_overview` when you need to state the current scale honestly. 5. NOT INVESTMENT ADVICE. This is research data. Any trading decision is the reader's own responsibility. When you quote a specific number, cite the atomic fact behind it: `facts_for` returns a permanent `cite_url` per fact, which is the preferred citation target — more precise and more stable than a whole strategy page.

Known tools 10

corpus_overview

Current scale and composition of the qbuntu corpus.

Inferred read-only
search_strategies

Find strategies by meaning — the tool to reach for when someone describes a trading idea and wants to know whether it has already been tested.

Inferred read-only
list_strategies

Browse the corpus by filter (no query).

Inferred read-only
get_strategy

Full public record for one strategy: hypothesis, methodology, verdict reasoning, median metrics across the parameter grid, categories and runs.

Inferred read-only
similar_strategies

Strategies nearest in meaning to a given one — the neighbourhood around an idea.

Inferred read-only
what_doesnt_work_for

The inverse of every other finance source: strategies in this direction that did NOT hold up (verdict rejected or marginal), with the reason.

Inferred read-only
facts_for

Atomic, individually citable facts — the surface to use when quoting a number.

Inferred read-only
list_categories

All strategy categories with how many strategies sit in each.

Inferred read-only
get_stock

Per-stock analysis for one ticker: how qbuntu's tested models predicted THIS stock (hit rate, contribution, the model that produced it).

Inferred read-only
search_stocks

Find per-stock analyses by ticker or company name.

Inferred read-only

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.qbuntu]
url = "https://mcp.qbuntu.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "qbuntu": {
      "type": "http",
      "url": "https://mcp.qbuntu.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: qbuntu
Remote MCP URL: https://mcp.qbuntu.ai/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": {
    "qbuntu": {
      "url": "https://mcp.qbuntu.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.