INDIVIDUAL MCP TOOL
long_horizon_stress
Distribution of multi-year wealth paths for a savings plan (monthly_contribution) or a withdrawal plan (monthly_withdrawal, inflation-indexed by default) on a portfolio from the substrate universe.
LIVE ENDPOINT
https://mcp.crashtestyourstrategy.ai/mcp
Connect to this endpoint to inspect the live schema for long_horizon_stress 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
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.crashtestyourstrategy-ai]
url = "https://mcp.crashtestyourstrategy.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"crashtestyourstrategy-ai": {
"type": "http",
"url": "https://mcp.crashtestyourstrategy.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: crashtestyourstrategy-ai
Remote MCP URL: https://mcp.crashtestyourstrategy.ai/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": {
"crashtestyourstrategy-ai": {
"url": "https://mcp.crashtestyourstrategy.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"crashtestyourstrategy-ai": {
"type": "http",
"url": "https://mcp.crashtestyourstrategy.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "crashtestyourstrategy-ai",
"transport": "streamable-http",
"url": "https://mcp.crashtestyourstrategy.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
run_stress_test— Run a buy-and-hold backtest against the synthetic stress regime identified by profile_hint.portfolio_stress_test— Stress a multi-asset portfolio across cross-asset regimes (baseline / risk_off_crisis / rate_shock).find_similar_regime— Nearest-neighbour retrieval over the cached regime catalogue.describe_regime— Single-regime introspection: returns the median behavioural descriptors of a known regime, the z-scores vs the catalogue population (so you can see what makes THIS regime distinct from the average), an English characterisation generated from the most extreme descriptors, and the top 2 nearest neighbours as a preview.portfolio_compare— Compare two portfolios (A = reference, B = candidate revision) on IDENTICAL simulated substrate paths — a paired design, so every delta is attributable to the weights, not seed noise.get_dossier— Compile recorded diagnostic responses into ONE citable record — a proper process documents itself.regime_outlook— Model-conditional probabilities that an asset is in each market regime (BULL / SIDEWAYS / BEAR / CRISIS, operational trailing-vol/drift labels) after a 5- or 21-trading-day horizon — the probability complement to the conditional stress tools: stress tools answer 'what happens GIVEN regime X', this answers 'how likely is regime X from today's observable state'.market_regime_map— Compressed cross-category map of the current market state in ONE call: for 18 category proxies (US large-cap + tech, the 9 SPDR sectors, developed ex-US, emerging markets, long Treasuries, high-yield credit, gold, oil, Bitcoin) the operational regime (BULL/SIDEWAYS/BEAR/CRISIS), model-conditional regime probabilities over a 5- or 21-trading-day horizon, stress probability vs its unconditional baseline, a descriptive historical forward-return distribution conditional on the current regime label, and an equity-factor commonality flag (US sectors largely re-express one factor — the map is fewer independent signals than rows).