# xyz.kellyruns/strategy-lab (remote · kellyruns.xyz)

Stress-test lowcap, perp and LP strategies. Returns the full distribution and a reproduction seed.

- Trust score: 63/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- remote · `kellyruns.xyz`: 63/100 (this document), [markdown](https://verifymcp.io/servers/xyz-kellyruns-strategy-lab/kellyruns.md), [page](https://verifymcp.io/servers/xyz-kellyruns-strategy-lab/kellyruns)

## Channel facts

- Endpoint: `https://kellyruns.xyz/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-20.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 78/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 341 tokens (~68/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 20/100
  - Stability observed for 6 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 87/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 60% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http xyz-kellyruns-strategy-lab https://kellyruns.xyz/mcp
```

### Codex

```toml
[mcp_servers.xyz-kellyruns-strategy-lab]
url = "https://kellyruns.xyz/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "xyz-kellyruns-strategy-lab": {
      "type": "remote",
      "url": "https://kellyruns.xyz/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add xyz-kellyruns-strategy-lab --url https://kellyruns.xyz/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  xyz-kellyruns-strategy-lab:
    url: "https://kellyruns.xyz/mcp"
```

### Other

```json
{
  "mcpServers": {
    "xyz-kellyruns-strategy-lab": {
      "type": "http",
      "url": "https://kellyruns.xyz/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-19 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-17 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-15 (score 61, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-14 (score 60)

First indexed and scored.

## MCP tools (5)

### `get_agent_state` (~50 tokens)

Read the agent's live state

Kelly's current treasury, open positions, recent trades and the reasoning behind the latest cycle. Execution is in paper mode, so positions are simulated — treat this as a published track record, not a portfolio.

### `get_certification_gate` (~52 tokens)

Read the certification thresholds

The exact thresholds a strategy must clear to be certified, and what a pass does and does not mean. Read this before interpreting any certified strategy: a certification is a statement about a distribution, not a prediction.

### `get_lab_summary` (~32 tokens)

Summarise the strategy lab

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

### `list_strategies` (~83 tokens)

List strategies in the lab

Strategies submitted to the lab, filterable by kind and status. Returns the certification rollup for each — run count, total paths, median PnL, worst-case PnL and ruin rate.

Input parameters:

- `kind` (string): Strategy domain.
- `limit` (integer)
- `sort` (string)
- `status` (string): Lifecycle status.

### `get_strategy` (~69 tokens)

Read one strategy and its test runs

Full detail for a single strategy: parameters, thesis, verdict, every check the gate ran, and each test run with its PRNG seed. The seed is the point — re-running with it reproduces the result exactly, so the claim is falsifiable.

Input parameters:

- `id` (string, required): Strategy id.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/xyz-kellyruns-strategy-lab/kellyruns#diagnostics

## Score history

- 2026-08-20: 63
- 2026-08-19: 63
- 2026-08-18: 62
- 2026-08-17: 62
- 2026-08-16: 61
- 2026-08-15: 61
- 2026-08-14: 60

## Links

- Remote endpoint: https://kellyruns.xyz/mcp
- Repository: https://github.com/kellyruns/kellyruns
- Website: https://kellyruns.xyz/how-it-works
- Changelog RSS feed: https://verifymcp.io/servers/xyz-kellyruns-strategy-lab/kellyruns.xml
- Changelog JSON feed: https://verifymcp.io/servers/xyz-kellyruns-strategy-lab/kellyruns.json
- HTML version of this page: https://verifymcp.io/servers/xyz-kellyruns-strategy-lab/kellyruns
