# school.delegation/delegation-school (remote · delegation.school)

Learn to delegate real work to AI, not just chat with it — a course taught live in your own Claude.

- Trust score: 60/100 (medium)
- Change this week: +2
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `delegation.school`: 60/100 (this document), [markdown](https://verifymcp.io/servers/school-delegation-delegation-school/delegation.md), [page](https://verifymcp.io/servers/school-delegation-delegation-school/delegation)

## Channel facts

- Endpoint: `https://delegation.school/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.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-03.

- **Endpoint Security**: 46/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 9 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 not yet verified: we couldn't determine whether a plaintext access path exists.
  - 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**: 64/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1841 tokens (~204/item across 9 items; 9 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http school-delegation-delegation-school https://delegation.school/mcp
```

### Codex

```toml
[mcp_servers.school-delegation-delegation-school]
url = "https://delegation.school/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "school-delegation-delegation-school": {
      "type": "remote",
      "url": "https://delegation.school/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add school-delegation-delegation-school --url https://delegation.school/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  school-delegation-delegation-school:
    url: "https://delegation.school/mcp"
```

### Other

```json
{
  "mcpServers": {
    "school-delegation-delegation-school": {
      "type": "http",
      "url": "https://delegation.school/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-02 (score 60, +1)

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

### 2026-07-31 (score 59, −1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 60, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 60, +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-07-28 (score 59, +1)

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

### 2026-07-27 (score 58, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 58)

First indexed and scored.

## MCP tools (9)

### `overview` (~31 tokens)

What delegation.school is, the three tracks, and how to run the course as the learner's tutor. Background reading.

### `start_session` (~165 tokens)

Call FIRST. Place or resume a learner: returns their level, completed lessons, and the recommended next lesson. Ask for the learner's EMAIL ADDRESS and pass it as `learner` — emails are stable and unique; a bare name collides across learners and gets mistyped. Pass their real name as `name` for the certificate.

Input parameters:

- `learner` (string, required): The learner's EMAIL ADDRESS — their stable, unique progress key. Ask for it; do not key off a bare name (names collide across learners and get mistyped).
- `level` (string): Optional: set/override their level (scratch | intermediate | power).
- `name` (string): Optional: the learner's display name, for the certificate and a friendlier greeting. The email stays the key.

### `list_lessons` (~38 tokens)

List lessons (slug, title, track, order, summary), optionally filtered to one track.

Input parameters:

- `track` (string): Optional track filter.

### `get_lesson` (~55 tokens)

Get the full markdown of one lesson by slug. Teach from it: lead with the why, then run the exercise with the learner's real work.

Input parameters:

- `slug` (string, required): Lesson slug from list_lessons / start_session.

### `complete_lesson` (~141 tokens)

Record a lesson result for a learner AFTER grading its quiz/assignment. passed:true marks it done and advances; passed:false records the attempt without advancing (reteach). Always include a `reflection` when you have one — it's the signal that improves the course.

Input parameters:

- `learner` (string, required): Same EMAIL address used in start_session.
- `passed` (boolean): Did they pass the quiz/assignment? Default true. false = reteach, don't advance.
- `reflection` (string): What confused them, what landed, or what they want next (≤1000 chars). Feeds curriculum improvement.
- `slug` (string, required): The lesson slug just attempted.

### `course_stats` (~76 tokens)

OPERATOR / Inspectable State: usage snapshot of the whole course — learner count, level mix, completions, per-lesson pass rates, and recent reflections. Requires admin_key. Answers 'what is the state of the work?' for an operator agent.

Input parameters:

- `admin_key` (string, required): Operator admin key (Worker secret ADMIN_KEY).

### `verify_ticket` (~134 tokens)

OPERATOR (Capital Factory gift shop): validate a reward code (Golden Ticket GT- or Founding Graduate badge FG-) — returns who earned it, the reward, when, and whether it's been redeemed. Pass redeem:true to mark it redeemed at point of redemption. Requires admin_key.

Input parameters:

- `admin_key` (string, required): Operator admin key (Worker secret ADMIN_KEY).
- `code` (string, required): The reward code, e.g. GT-AB12CD34 (Station ticket) or FG-AB12CD34 (Founding badge).
- `redeem` (boolean): If true, mark the ticket redeemed now (one-way).

### `set_level` (~122 tokens)

OPERATOR: reclassify an existing learner's track (scratch | intermediate | power). Routes through the learner's record so the change sticks. Use when a learner was placed wrong — e.g. a scratch enrollee who's really a power operator. Requires admin_key. The learner must have started a session first.

Input parameters:

- `admin_key` (string, required): Operator admin key (Worker secret ADMIN_KEY).
- `learner` (string, required): The learner's name/email (same key used in start_session).
- `level` (string, required): The new level: scratch | intermediate | power.

### `submit_feedback` (~156 tokens)

Send the course team feedback FOR the learner — what's confusing, a bug, an idea, or praise. No grade, no admin key. Use it the moment a learner is stuck or reacts to something, AND always offer it when a session wraps ('anything confusing, or that you wish it did?'). Routes to the team's Slack + the feedback log so friction becomes a signal instead of a 1:1 text.

Input parameters:

- `kind` (string): Optional category.
- `learner` (string): Optional: the learner's name/email so the team can follow up.
- `lesson` (string): Optional: the lesson slug it's about.
- `message` (string, required): The learner's feedback, in their own words (≤2000 chars).

## Diagnostics

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

## Score history

- 2026-08-03: 60
- 2026-08-02: 60
- 2026-08-01: 59
- 2026-07-31: 59
- 2026-07-30: 60
- 2026-07-29: 60
- 2026-07-28: 59
- 2026-07-27: 58
- 2026-07-26: 58

## Links

- Remote endpoint: https://delegation.school/mcp
- Website: https://delegation.school/
- Changelog RSS feed: https://verifymcp.io/servers/school-delegation-delegation-school/delegation/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/school-delegation-delegation-school/delegation/changelog.json
- HTML version of this page: https://verifymcp.io/servers/school-delegation-delegation-school/delegation
