INDIVIDUAL MCP TOOL
get_backtest
Retrieve a previous backtest result by its id — honesty panel, equity curve and per-trade detail, exactly as first computed.
LIVE ENDPOINT
https://stratify-mcp.aeon-labs.site/mcp
Connect to this endpoint to inspect the live schema for get_backtest and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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.stratify]
url = "https://stratify-mcp.aeon-labs.site/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"stratify": {
"type": "http",
"url": "https://stratify-mcp.aeon-labs.site/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: stratify
Remote MCP URL: https://stratify-mcp.aeon-labs.site/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": {
"stratify": {
"url": "https://stratify-mcp.aeon-labs.site/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"stratify": {
"type": "http",
"url": "https://stratify-mcp.aeon-labs.site/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "stratify",
"transport": "streamable-http",
"url": "https://stratify-mcp.aeon-labs.site/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
run_backtest— Backtest an Indian index option strategy on real 1-minute NIFTY options data.describe_coverage— What data is available: symbols, date range, resolution, structures, gates, biases, the cost model, and every known gap.explain_methodology— How a result is produced and how to judge it: entry pricing, settlement, margin, slippage, the honesty rubric, and what each check can and cannot prove.list_strategies— Strategies from THIS account's history that held up under out-of-sample and walk-forward checks, not merely ones that made money.search— Search what this service covers — symbols, dates, structures, signals, methodology.fetch— Fetch a document or backtest result by id, as returned by search.submit_feedback— Report a bug, request a feature, flag a data gap, or say what worked.build_report— Turn a stored backtest into a finished, self-contained Stratify report — one HTML document with the honesty panel, equity and drawdown curves, walk-forward folds, the gross-to-net breakdown, a month grid and the trade table.