← thales.report

INDIVIDUAL MCP TOOL

research_note

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

thales.reportnone authenticationAvailability not checked

LIVE ENDPOINT

https://thales.report/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for research_note 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

thales.report

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.

Related tools

  • fleet_overview — Summary of every strategy sleeve: total and evaluation-window returns, drawdown, live days, and the 20 most recent submitted orders.
  • sleeve_record — Full public record for one sleeve: stats, indexed performance curve (100 = inception), drawdown series, and the complete submitted-order log.
  • 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).
  • 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.
  • kill_list — Every strategy idea this platform built, tested, and rejected — with dates, verdicts, and honest reasons.
  • site_guide — What Thales is, every machine-readable endpoint, and the verification standard the project holds itself to.