Autrady

Is a trading strategy's track record luck? Free luck check, plus what a full strategy audit checks.

Should I use this

Quality & Safety

A
Description quality
100%
Schema completeness
65%
Naming quality
80%
Poisoning risk
100%
Permission match
100%
Protocol compliance
100%

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~439Tokens (tool definitions)
~1.0 KBTypical response size
Minimal attention impact (0.34% of 128k context)

This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.

Install

One-Click Install

Add this to your `claude_desktop_config.json` file:

{
  "mcpServers": {
    "strategy-audits": {
      "url": "https://autrady.com/mcp"
    }
  }
}

Remote endpoints

https://autrady.com/mcpstreamable-http

What it can do

Tool inventory

Tools (2)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢explain_audit

Describes a full Autrady audit of a strategy's actual signals: what to upload, how it works, the five questions it answers with what each caught in Autrady's own research, the price, the free trial and where to start. Use it when someone asks how to test a bot, a newsletter or a backtest properly, what Autrady does, or what it costs.

Input Schema

{
  "type": "object",
  "properties": {}
}
🟢luck_check(averageMonthlyReturnPercent, monthlySwingPercent, months, versionsTried)

Tests whether a trading strategy's claimed track record could be luck. Returns how often the best of that many strategies with no edge at all would look this good, the record's t-statistic against the bar for that many tries, and how many months a real edge of this size needs to clear the bar with 80% probability. A rough check: it assumes independent months and ignores costs, so a real audit of the signals usually looks worse.

Input Schema

{
  "type": "object",
  "properties": {
    "averageMonthlyReturnPercent": {
      "description": "Average return per month, in percent. 1.5 means +1.5% a month.",
      "type": "number"
    },
    "monthlySwingPercent": {
      "description": "Typical monthly swing: the standard deviation of monthly returns, in percent. Stock strategies usually sit between 4 and 8.",
      "type": "number"
    },
    "months": {
      "description": "Months of results in the track record, from 2 to 1200.",
      "type": "integer"
    },
    "versionsTried": {
      "description": "How many versions or variations were tried before this one was picked. If unknown, use 10.",
      "type": "integer",
      "default": 10
    }
  },
  "required": [
    "averageMonthlyReturnPercent",
    "monthlySwingPercent",
    "months"
  ]
}

Community

Rate this Server

Evidence

Recent observations

verifiedversion not recorded2 tools