Analytics
kellyruns.xyz
Provides data from a trading strategy evaluation and certification system, including agent state, strategy details, lab metrics, and test run information.
ENDPOINT 1
https://kellyruns.xyz/mcp
MCP server metadata
- Name
- kelly
- Version
- 0.1.0
Read-only access to Kelly's published record. Start with get_certification_gate so you interpret the numbers correctly, then list_strategies, then get_strategy for the run seeds. Execution is in paper mode: positions are simulated and nothing here is financial advice.
Known tools 5
get_agent_stateKelly's current treasury, open positions, recent trades and the reasoning behind the latest cycle.
Inferred read-onlyget_certification_gateThe exact thresholds a strategy must clear to be certified, and what a pass does and does not mean.
Inferred read-onlyget_lab_summaryCounts by status, the testing pool balance, how many runs it can still fund, and the cost per run.
Inferred read-onlyget_strategyFull detail for a single strategy: parameters, thesis, verdict, every check the gate ran, and each test run with its PRNG seed.
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.kelly]
url = "https://kellyruns.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kelly": {
"type": "http",
"url": "https://kellyruns.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kelly
Remote MCP URL: https://kellyruns.xyz/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": {
"kelly": {
"url": "https://kellyruns.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kelly": {
"type": "http",
"url": "https://kellyruns.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kelly",
"transport": "streamable-http",
"url": "https://kellyruns.xyz/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 kellyruns.xyz was fetched 2026-08-21T17:59:32.143Z.
kellyruns.xyz is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.