Analytics
autrady.com
Audits trading strategies by analyzing their actual signals and statistically testing whether claimed performance could be luck.
ENDPOINT 1
https://autrady.com/mcp
MCP server metadata
- Name
- Autrady
- Version
- 1.0.0
Autrady audits trading strategies. This public server needs no sign-in and has two tools. luck_check: given a claimed track record (average monthly return, typical monthly swing, months of results, versions tried), it says how often pure luck produces a record that good and how many months a real edge of that size needs before anyone can tell it apart from luck. If the user does not know how many versions were tried, assume at least 10 and say so. explain_audit: what a full audit of the actual signals checks, what it costs and where to start. Audits of a user's own signal files run in the web app at https://autrady.com, free for 14 days with no card. Present results as research on historical evidence, never as investment advice.
Known tools 2
explain_auditDescribes 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.
Potential side effectsCONNECT 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.autrady]
url = "https://autrady.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"autrady": {
"type": "http",
"url": "https://autrady.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: autrady
Remote MCP URL: https://autrady.com/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": {
"autrady": {
"url": "https://autrady.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"autrady": {
"type": "http",
"url": "https://autrady.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "autrady",
"transport": "streamable-http",
"url": "https://autrady.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.