Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

school.delegation/delegation-school

REMOTE · DELEGATION.SCHOOL · SCANNED SEP 20

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

0 this week 72 Trust /100
Trust breakdown (7 categories)

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. How we score → Why this is hard to score →

Endpoint Security46
Transport & Reachability100
Schema Quality & AI Usability70
  • AI-judged instruction clarity (excellent).Pass
  • 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. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "submit_feedback" implies "send" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the school.delegation/delegation-school MCP server?

school.delegation/delegation-school is a hosted endpoint at https://delegation.school/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · delegation.school

# add to Claude Code
claude mcp add --transport http school-delegation-delegation-school 'https://delegation.school/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "school-delegation-delegation-school": {
      "url": "https://delegation.school/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "school-delegation-delegation-school": {
      "type": "http",
      "url": "https://delegation.school/mcp"
    }
  }
}
# ~/.codex/config.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
    }
  }
}
# add to OpenClaw
openclaw mcp add school-delegation-delegation-school --url 'https://delegation.school/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  school-delegation-delegation-school:
    url: "https://delegation.school/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "school-delegation-delegation-school": {
      "Transport": "http",
      "Url": "https://delegation.school/mcp"
    }
  }
}
# add to Vellum
assistant mcp add school-delegation-delegation-school -t streamable-http -u 'https://delegation.school/mcp'
// mcp.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 we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 26 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 0
    • Stability: 0.97 → pass security
  • 24 Aug 26 +1

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

  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 5 Aug 26 0
    • Transport: fail → pass security
  • 4 Aug 26 0
    • Transport: pass → fail security
  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://delegation.school/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=delegation.school CN=WE1,O=Google Trust Services,C=US 28 Jul 2026 26 Oct 2026 ECDSA 256 ECDSA-SHA256 37fd3195079c132a0eed35164a473d8f
SANs: delegation.school, *.delegation.school
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of delegation.school. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
school. present 34030 8 Verified
delegation.school. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://delegation.school/mcp Verified 200
http (plaintext) http://delegation.school/mcp Inconclusive 405
MCP tools · 9 exposed · ~918 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
complete_lesson ~141

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.

NameTypeReqDescription
learnerstringyesSame EMAIL address used in start_session.
passedbooleanDid they pass the quiz/assignment? Default true. false = reteach, don't advance.
reflectionstringWhat confused them, what landed, or what they want next (≤1000 chars). Feeds curriculum improvement.
slugstringyesThe lesson slug just attempted.

No output schema declared.

No examples provided.

course_stats ~76

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.

NameTypeReqDescription
admin_keystringyesOperator admin key (Worker secret ADMIN_KEY).

No output schema declared.

No examples provided.

get_lesson ~55

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.

NameTypeReqDescription
slugstringyesLesson slug from list_lessons / start_session.

No output schema declared.

No examples provided.

list_lessons ~38

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

NameTypeReqDescription
trackstringOptional track filter.

No output schema declared.

No examples provided.

overview ~31

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

set_level ~122

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.

NameTypeReqDescription
admin_keystringyesOperator admin key (Worker secret ADMIN_KEY).
learnerstringyesThe learner's name/email (same key used in start_session).
levelstringyesThe new level: scratch | intermediate | power.

No output schema declared.

No examples provided.

start_session ~165

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.

NameTypeReqDescription
learnerstringyesThe 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).
levelstringOptional: set/override their level (scratch | intermediate | power).
namestringOptional: the learner's display name, for the certificate and a friendlier greeting. The email stays the key.

No output schema declared.

No examples provided.

submit_feedback ~156

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.

NameTypeReqDescription
kindstringOptional category.
learnerstringOptional: the learner's name/email so the team can follow up.
lessonstringOptional: the lesson slug it's about.
messagestringyesThe learner's feedback, in their own words (≤2000 chars).

No output schema declared.

No examples provided.

verify_ticket ~134

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.

NameTypeReqDescription
admin_keystringyesOperator admin key (Worker secret ADMIN_KEY).
codestringyesThe reward code, e.g. GT-AB12CD34 (Station ticket) or FG-AB12CD34 (Founding badge).
redeembooleanIf true, mark the ticket redeemed now (one-way).

No output schema declared.

No examples provided.

Common questions

What is the school.delegation/delegation-school MCP server?

school.delegation/delegation-school is an MCP server listed in the public MCP registry as school.delegation/delegation-school. Learn to delegate real work to AI, not just chat with it, a course taught live in your own Claude. This page covers its hosted endpoint (https://delegation.school/mcp).

Is the school.delegation/delegation-school MCP server safe to use?

school.delegation/delegation-school scores 72 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the school.delegation/delegation-school MCP server expose?

school.delegation/delegation-school exposes 9 tools: overview, start_session, list_lessons, get_lesson, complete_lesson, and 4 more. Their descriptions and schemas cost roughly 918 tokens of context every time the server is loaded.

Does the school.delegation/delegation-school MCP server require authentication?

No. We connected to school.delegation/delegation-school without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the school.delegation/delegation-school MCP server still maintained?

school.delegation/delegation-school is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.