Developer Tools
thales.report
Provides endpoints to monitor and review algorithmic trading strategies, including performance metrics, order logs, and rejection history.
ENDPOINT 1
https://thales.report/api/mcp
MCP server metadata
- Name
- thales
- Version
- 1.0.0
Known tools 7
fleet_overviewSummary of every strategy sleeve: total and evaluation-window returns, drawdown, live days, and the 20 most recent submitted orders.
Inferred read-onlysleeve_recordFull public record for one sleeve: stats, indexed performance curve (100 = inception), drawdown series, and the complete submitted-order log.
Inferred read-onlygate_statusThe 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-onlyresearch_journalThe 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 effectsresearch_noteFull markdown text of one published research document, by slug (see research_journal for the list).
Inferred read-onlykill_listEvery strategy idea this platform built, tested, and rejected — with dates, verdicts, and honest reasons.
Inferred read-onlysite_guideWhat Thales is, every machine-readable endpoint, and the verification standard the project holds itself to.
Inferred read-onlyCONNECT 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.
thales.report is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.