← Registry

Analytics

kellyruns.xyz

Provides data from a trading strategy evaluation and certification system, including agent state, strategy details, lab metrics, and test run information.

1 endpoint5 known toolsFirst detected August 14, 2026Last detected August 14, 2026

ENDPOINT 1

https://kellyruns.xyz/mcp

No auth detected

MCP server metadata

Name
kelly
Version
0.1.0
Capabilities
tools
Server instructions

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_state

Kelly's current treasury, open positions, recent trades and the reasoning behind the latest cycle.

Inferred read-only
get_certification_gate

The exact thresholds a strategy must clear to be certified, and what a pass does and does not mean.

Inferred read-only
get_lab_summary

Counts by status, the testing pool balance, how many runs it can still fund, and the cost per run.

Inferred read-only
list_strategies

Strategies submitted to the lab, filterable by kind and status.

Inferred read-only
get_strategy

Full detail for a single strategy: parameters, thesis, verdict, every check the gate ran, and each test run with its PRNG seed.

Inferred read-only

CONNECT 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.

Trust status Neutral

kellyruns.xyz is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.