← uncoded.ch
INDIVIDUAL MCP TOOL
get_backtest
Returns the headline metrics for one backtest by id, plus a deep link to its full report page (with equity curve, trade list and configuration).
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent endpoint
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.uncoded-ch]
url = "https://uncoded.ch/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"uncoded-ch": {
"type": "http",
"url": "https://uncoded.ch/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: uncoded-ch
Remote MCP URL: https://uncoded.ch/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": {
"uncoded-ch": {
"url": "https://uncoded.ch/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"uncoded-ch": {
"type": "http",
"url": "https://uncoded.ch/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "uncoded-ch",
"transport": "streamable-http",
"url": "https://uncoded.ch/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_symbols_and_modes— Returns the distinct trading symbols and strategy modes available in the backtest dataset, with counts.dataset_stats— Returns overall statistics for the completed backtest dataset: total count, snapshot timestamp (the data is a daily snapshot, NOT real time), and how many strategies beat buy & hold (positive alpha).search_backtests— Search completed backtests with filters.get_top_performers— Returns the best backtests ranked by alpha (return minus buy & hold) by default, or by raw return.compare_strategy_vs_buyhold— For a given symbol, shows how the best strategies performed versus simply buying and holding over the same window (alpha = strategy return minus buy & hold).symbol_summary— Returns aggregate stats for one symbol: number of backtests, best alpha and return, share of strategies beating buy & hold, and the single best strategy with a deep link.