Regimen MCP server
Tells you whether a trading strategy's edge is distinguishable from luck.
0 stars
Reviews
Write oneNobody has reviewed Regimen yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Regimen tools (4, 1 write)
write = sends, deletes, buys or postsregimen_describe_factorsFreeList the market-condition factors Regimen slices performance by, with units, the upstream operation each is read from, and how it is bucketed. Call this when you need to know which factor keys exist or how to explain a bucket to a user. Takes no arguments, reaches no network, never changes.
regimen_evaluate_track_recordFreeAnswer whether a trading strategy’s measured performance is distinguishable from luck. Returns the Probabilistic Sharpe Ratio (the probability the true Sharpe beats a benchmark, corrected for sample length, skew and fat tails), a bootstrap confidence interval, and the Minimum Track Record Length — how long the record would have to run before the claim could be made at all. Use this whenever someone quotes a Sharpe ratio, a win rate or a return and you need to know whether the number means anything. It will frequently say the evidence is too thin; that is the intended answer, not a failure.
regimen_regime_mapFreeBreak a strategy’s returns down by the market conditions that held on each date — volatility, funding, open interest, positioning, sentiment, trend state — and report performance per bucket. Each factor also gets a permutation test: the observed best-to-worst spread is compared against spreads produced by randomly reshuffling the regime labels, so a flattering subset cannot pass itself off as a regime effect. Use this after regimen_evaluate_track_record when you need to know WHERE an edge comes from, or whether it is a bet on conditions that could end.
regimen_self_attackwrite actionFreeRun Regimen’s own analysis against controls whose answer is known in advance: the strategy’s returns with the edge mathematically removed, and a simulated population of strategies with no edge at all. Returns whether the engine correctly found nothing in them, and where the real strategy’s confidence sits among pure-luck strategies of the same length and volatility. Use this when a user is entitled to ask why they should believe the verdict, or before quoting a result as evidence.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 1485ms20/20
- Tool poisoning4 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 1 write-action tools with no auth3/15
- Maintenancelast push 0 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Findings (1)
- highWrite-action tools reachable without authentication
auth.open-write
Install directly
claude mcp add --transport http regimen https://regimen-nu.vercel.app/mcp
Regimen: common questions
- Is Regimen MCP server safe?
- Mostly: it is graded B (81/100). Read the Regimen safety report
- How do I install Regimen?
- It runs remotely at regimen-nu.vercel.app. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Regimen need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Regimen maintained?
- The last commit was in the last day (2026-09-19). The latest release is v1.0.0.
- Is Regimen up?
- 100% of our last 6 checks got an answer. We check remote servers about four times a day.