← Registry

Developer Tools

thales.report

Provides endpoints to monitor and review algorithmic trading strategies, including performance metrics, order logs, and rejection history.

1 endpoint7 known toolsFirst detected July 27, 2026Last detected August 12, 2026

ENDPOINT 1

https://thales.report/api/mcp

No auth detected

MCP server metadata

Name
thales
Version
1.0.0
Capabilities
tools.listChanged

Known tools 7

fleet_overview

Summary of every strategy sleeve: total and evaluation-window returns, drawdown, live days, and the 20 most recent submitted orders.

Inferred read-only
sleeve_record

Full public record for one sleeve: stats, indexed performance curve (100 = inception), drawdown series, and the complete submitted-order log.

Inferred read-only
gate_status

The pre-registered go-live gate: criteria frozen on 2026-07-05, current progress, and the binding interpretation (this gate tests operational competence, not alpha).

Inferred read-only
research_journal

The live research journal: every internal research document (experiment pre-registrations, incident write-ups, verdicts including nulls), auto-published verbatim by the daily export.

Potential side effects
research_note

Full markdown text of one published research document, by slug (see research_journal for the list).

Inferred read-only
kill_list

Every strategy idea this platform built, tested, and rejected — with dates, verdicts, and honest reasons.

Inferred read-only
site_guide

What Thales is, every machine-readable endpoint, and the verification standard the project holds itself to.

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

.mcp.json

{
  "mcpServers": {
    "thales": {
      "type": "http",
      "url": "https://thales.report/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "thales",
  "transport": "streamable-http",
  "url": "https://thales.report/api/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for thales.report was fetched 2026-08-01T09:57:46.918Z.

Trust status Neutral

thales.report is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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