Analytics
crashtestyourstrategy.com
Provides tools for financial portfolio stress testing and market regime analysis.
ENDPOINT 1
https://mcp.crashtestyourstrategy.ai/mcp
MCP server metadata
- Name
- crashtestyourstrategy.ai
- Version
- 1.29.0
Agent-First synthetic stress and fragility diagnostics for systematic trading strategies. Descriptive, not advisory — no claim about future market behavior is made or implied. Sibling to crashtestyourstrategy.com (stable canonical layer); this is the rolling experimental layer. Shared ontology with .com. Schema family: ctys-agent-v1. Methodology URL: https://crashtestyourstrategy.com/methodology This is the FREE tier: the substrate-based diagnostics (portfolio_stress_test, regime_outlook, ips_gate, …) are open. The live-compute tools (tier2_stress_test, build_portfolio, portfolio_frontier — arbitrary-ticker fetch + fresh Monte-Carlo) require an access token: request one via https://crashtestyourstrategy.com/contact and send it as `Authorization: Bearer <token>` (or `?token=` for clients that cannot set headers). Same URL — the token unlocks the full toolset.
Known tools 16
run_stress_testRun a buy-and-hold backtest against the synthetic stress regime identified by profile_hint.
Inferred read-onlyportfolio_stress_testStress a multi-asset portfolio across cross-asset regimes (baseline / risk_off_crisis / rate_shock).
Inferred read-onlydescribe_regimeSingle-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.
Inferred read-onlyportfolio_compareCompare 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.
Inferred read-onlyget_dossierCompile recorded diagnostic responses into ONE citable record — a proper process documents itself.
Inferred read-onlylong_horizon_stressDistribution 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.
Inferred read-onlyregime_outlookModel-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'.
Inferred read-onlymarket_regime_mapCompressed 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).
Inferred read-onlychallenge_strategyAdversarial-evaluation primitive — the semantic integration layer of the platform.
Inferred read-onlyfactor_decompositionReveal HIDDEN risk concentration: a portfolio can be capital-diversified while its RISK is dominated by one factor.
Inferred read-onlyips_gateCheck a portfolio against an Investment Policy Statement BEFORE accepting it — the planning step a proper process does FIRST (CFA).
Inferred read-onlybacktest_integrityConfront a backtest claim with its over-optimism failure modes before trusting it.
Inferred read-onlysubmit_feedbackPersist structured improvement feedback about a previous tool response.
Inferred read-onlyget_investment_thesisReturn the complete thesis for `slug`: the economic framework (pillars with [E]/[M]/[K] evidence grades, falsifiers and a deep-dive), the rule-based portfolio (asset blocks × conservative/balanced/offensive weights + sizing rationale), and the stress evidence (per-tier backtest, per-regime median drawdown, real historical episodes, pre-registered claim verdicts, and the hedge hold/break behaviour).
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for crashtestyourstrategy.ai was fetched 2026-07-27T22:50:34.890Z and is being refreshed.
crashtestyourstrategy.ai is assessed as Unverified: Domain has not been indexed by BuiltWith
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.