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.

The High Council

NPM · THE-HIGH-COUNCIL · SCANNED SEP 26

Several models from different labs plan in a blind proposal, debate and review loop. Your own keys.

Available components

68 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability72
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1458 tokens (~97/item across 15 items; 15 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
  • Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage80
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 39% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 15 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 15 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 The High Council MCP server?

The High Council runs locally as an npm package, launched with npx -y the-high-council. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · the-high-council

# add to Claude Code
claude mcp add muad-yasin-the-high-council -- npx -y the-high-council
// .cursor/mcp.json
{
  "mcpServers": {
    "muad-yasin-the-high-council": {
      "command": "npx",
      "args": [
        "-y",
        "the-high-council"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "muad-yasin-the-high-council": {
      "command": "npx",
      "args": [
        "-y",
        "the-high-council"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add muad-yasin-the-high-council -- npx -y the-high-council
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "muad-yasin-the-high-council": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "the-high-council"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add muad-yasin-the-high-council --command npx --arg -y --arg the-high-council
# ~/.hermes/config.yaml
mcp_servers:
  muad-yasin-the-high-council:
    command: "npx"
    args: ["-y", "the-high-council"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "muad-yasin-the-high-council": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "the-high-council"
      ]
    }
  }
}
# add to Vellum
assistant mcp add muad-yasin-the-high-council -t stdio -c npx -a -y the-high-council
// mcp.json
{
  "mcpServers": {
    "muad-yasin-the-high-council": {
      "command": "npx",
      "args": [
        "-y",
        "the-high-council"
      ]
    }
  }
}
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 Sept 26 0
    • Schema quality: 88 → 97 ▼ functional
    • Stability: unverified → 0.03 ▲ functional
    • Package version: 0.7.7 → 0.7.8 functional
  • 25 Sept 26 68

    First indexed and scored.

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 26 Sept 2026 · Analysed npm/the-high-council@0.7.8

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 95 packages
Packages resolved 95
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 15 exposed · ~1,458 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
dry_run ~39

Price a chain without calling any model. chain is a chain name as list_chains shows it, never a path.

NameTypeReqDescription
chainstringyes–

No output schema declared.

No examples provided.

external_prompt ~104

When a run is paused at an external seat: the exact system and user prompt that stage needs answered. A run can wait on several stages at once (e.g. a panel of external critics): `waiting` lists them all; pass stage to get another one's prompt. Answer each with submit_stage; the run resumes once none is left.

NameTypeReqDescription
runstringyes–
stagestring–which waiting stage to return; defaults to the first in `waiting`

No output schema declared.

No examples provided.

list_chains ~26

Chains available to run, with their description and worst-case price from a dry run.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_runs ~27

Runs on disk, newest first, with state and cost.

NameTypeReqDescription
limitinteger––

No output schema declared.

No examples provided.

metrics_report ~139

DESCRIPTIVE TELEMETRY ONLY, not an evaluation, benchmark or baseline: amendment rate, withdrawal rate, objection-follow-through rate, and tool-call usage, derived from existing run logs (report.json and HANDOFF.md) on disk across a window of days. This is the zero-cost substitute for a cut evaluation-first direction - it never compares the council against any other tool or person, and no number it returns should be read as a claim that the council's output is better than anything else. Nothing is recorded anywhere else and nothing leaves this machine.

NameTypeReqDescription
daysnumber–how far back to look, in days. Defaults to 30.

No output schema declared.

No examples provided.

plan_outline ~67

Section tree of a run's deliverable (or any markdown file) with word counts and the build-volume heuristic, plus the scope ledger if present.

NameTypeReqDescription
filestring–a markdown (.md) file inside your working directory, instead of a run
runstring––

No output schema declared.

No examples provided.

prepare_stage_prompt ~84

For a run paused at an external seat: write stage_prompt.md, a self-contained bundle a fresh subagent can act on with zero prior context, so a driving session can dispatch the stage instead of authoring it inline. Fork a subagent, give it only this file's path; take its returned deliverable back to submit_stage.

NameTypeReqDescription
runstringyes–

No output schema declared.

No examples provided.

read_run_file ~80

Read a file from a run folder (deliverable.md, BOARD.md, HANDOFF.md, proposals.md, build.md, revise-1.md, panel-1-<lab>.md, run.log, report.json; report-partial.json for a run the spend cap stopped).

NameTypeReqDescription
filestringyes–
runstringyes–

No output schema declared.

No examples provided.

resume_run ~83

Resume a paused run after its external stage was answered (submit_stage does this for you), or a run stopped by the spend cap (pass a higher max_usd). Completed stages replay from disk and cost nothing.

NameTypeReqDescription
max_usdnumber–raise the per-run ceiling for the rest of this run. 0 removes it.
runstringyes–

No output schema declared.

No examples provided.

run_status ~69

State of one run: stage reached, panel verdicts, scoreboard, files produced, cost. Pass brief=true for a short, regenerated-on-demand resume brief instead - what a returning session with fresh context needs to re-enter the run.

NameTypeReqDescription
briefboolean––
runstringyes–

No output schema declared.

No examples provided.

spend_report ~79

What every run has cost across a window of days, not just one run. Derived from the run folders on disk - nothing is recorded anywhere else and nothing leaves this machine. Use this to answer "what have I spent today" before starting another run.

NameTypeReqDescription
daysnumber–how far back to look, in days. Defaults to 1.

No output schema declared.

No examples provided.

start_run ~309

Start a harness run in the background. Returns the run id to poll with run_status, or started:false with the exit code and log tail if the run stopped at once. chain is a chain name as list_chains shows it (never a path). task, draft, context and from_run are paths inside your working directory (tasks/x.md, context/my-project, runs/<id>); anything outside it, or on the secret/credential denylist, is refused. draft + from_run + rounds=1 makes a panel-only grading pass.

NameTypeReqDescription
allow_unfenced––waive the artifact gate: true for the whole task, or a list of file names that are only locations, not content the panel needs
chainstringyes–
contextstring––
draftstring–path to a draft to review instead of building one
from_runstring–reuse this earlier run's criteria
max_usdnumber–per-run spend ceiling in USD. Defaults to MAX_USD_PER_RUN or $7. Pass 0 for no ceiling. The run stops cleanly before any stage that could breach it, and resumes with a higher ceiling.
pii_gatestring–scan the task for PII and the key formats in src/secret-patterns.js before any provider call: warn logs and proceeds, hard-stop refuses the run. Off unless given.
roundsinteger––
taskstringyes–

No output schema declared.

No examples provided.

submit_stage ~146

Write the answer for an external stage into the run folder, then resume the run in the background. The stage must be one external_prompt lists under `waiting`; the run resumes once all of them are answered. claimed_by is optional (v3 §1): a self-declared peer-session name, recorded as this stage's claim; every check here is warn-only and never blocks the write, so a caller that omits it sees exactly today's behavior.

NameTypeReqDescription
claimed_bystring–self-declared peer-session name, recorded as this stage's claim before the answer is written
contentstringyes–
runstringyes–
stagestringyes–

No output schema declared.

No examples provided.

verdict_stats ~167

How the debate mechanism itself is doing, per chain and per lab, across a window of days: sign-off rate, mean rounds to sign-off, objections raised, withdrawals vs accepted proposals, dropouts, unparseable replies, shape-only critique rounds (rounds spent entirely on document shape rather than substance), per-lab independence skew (novel-objection rate, solo-signoff rate, a low-independence flag), mean cost and wall time per run, and the largest prompt file per stage type. Derived from report.json and *.usage.json on disk - nothing is recorded anywhere else and nothing leaves this machine. Descriptive only: never reweights a panel or changes a verdict.

NameTypeReqDescription
daysnumber–how far back to look, in days. Defaults to 30.

No output schema declared.

No examples provided.

write_task ~39

Write or overwrite a task file under tasks/ (the request the harness plans against).

NameTypeReqDescription
contentstringyes–
namestringyes–

No output schema declared.

No examples provided.

Common questions

What is the The High Council MCP server?

The High Council is an MCP server listed in the public MCP registry as io.github.muad-yasin/the-high-council. Several models from different labs plan in a blind proposal, debate and review loop. Your own keys. This page covers its npm package (the-high-council).

Is the The High Council MCP server safe to use?

The High Council scores 68 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 26 September 2026. It declares no install or post-install scripts. 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 The High Council MCP server expose?

The High Council exposes 15 tools: list_chains, dry_run, start_run, external_prompt, prepare_stage_prompt, and 10 more. Their descriptions and schemas cost roughly 1,458 tokens of context every time the server is loaded.

Is the The High Council MCP server still maintained?

The High Council is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the The High Council MCP server under?

The High Council declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.