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

ellmos ControlCenter

NPM · ELLMOS-CONTROLCENTER-MCP · SCANNED AUG 3

MCP control plane: local server discovery, profiles, capability bundles, and policy audits.

+21 this week 67 Trust /100
Trust breakdown (6 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 →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (148 of 152), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (148 of 152), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability66
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 2023 tokens (~101/item across 20 items; 20 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
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
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · ellmos-controlcenter-mcp

# add to Claude Code
claude mcp add ellmos-ai-ellmos-controlcenter-mcp -- npx -y ellmos-controlcenter-mcp
# add to Codex CLI
codex mcp add ellmos-ai-ellmos-controlcenter-mcp -- npx -y ellmos-controlcenter-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ellmos-ai-ellmos-controlcenter-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "ellmos-controlcenter-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ellmos-ai-ellmos-controlcenter-mcp --command npx --arg -y --arg ellmos-controlcenter-mcp
# ~/.hermes/config.yaml
mcp_servers:
  ellmos-ai-ellmos-controlcenter-mcp:
    command: "npx"
    args: ["-y", "ellmos-controlcenter-mcp"]
// mcp.json
{
  "mcpServers": {
    "ellmos-ai-ellmos-controlcenter-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ellmos-controlcenter-mcp"
      ]
    }
  }
}
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.

  • 2 Aug 26 +46
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Tool coverage: 100 → unverified functional
    • License: unverified → pass functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Schema quality: unverified → good functional
    • Dependency health: unverified → partial functional
    • Licence: MIT functional
  • 31 Jul 26 −25
    • 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 +22
    • Tool coverage: unverified → 100 functional
  • 28 Jul 26 −22
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 46

    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 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 148 packages

148 packages in the resolved dependency tree · 148 deprecated · 43 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 20 exposed · ~2,023 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.

Tool Tokens
controlcenter_assign_tool_bundles ~175

Ordnet echte MCP-Tools anhand ihrer Metadaten den ControlCenter-Capability-Bundles zu.

NameTypeReqDescription
bundleConfigPathstringOptionaler Pfad zu einer Capability-Bundle-Konfiguration.
mcpRootstringOptionaler MCP-Root. Standard ist der lokale ellmos-MCP-Ordner.
profileNamestringOptionaler Profilname. Wenn gesetzt, werden die aufgelösten Server dieses Claude-Profils gescannt.
profileRootstringOptionaler Profilordner. Standard ist ~/.claude/profiles.
serverNamestringOptionaler Servername für einen gezielten Scan.
timeoutMsintegerTimeout pro MCP-Tool-Scan in Millisekunden. Standard: 5000.

No output schema declared.

No examples provided.

controlcenter_audit_profile ~107

Prüft ein aufgelöstes Claude-Profil auf erste Policy-Hinweise wie npx-Starts, Env-Secrets und ungültige Server-Konfigurationen.

NameTypeReqDescription
policyConfigPathstringOptionaler Pfad zu einer Policy-Regel-Konfiguration.
profileNamestringyesProfilname ohne .json, zum Beispiel software oder ai-lab.
profileRootstringOptionaler Profilordner. Standard ist ~/.claude/profiles.

No output schema declared.

No examples provided.

controlcenter_build_catalog ~223

Erzeugt einen JSON-Katalog der lokal gefundenen MCP-Server.

NameTypeReqDescription
bundleConfigPathstringOptionaler Pfad zu einer Capability-Bundle-Konfiguration.
includeToolAssignmentsbooleanWenn true, werden Tool-Bundle-Zuordnungen für gescannte Tools in den Katalog aufgenommen.
includeToolsbooleanWenn true, werden lokale MCP-Server gestartet und echte list_tools-Ergebnisse in den Katalog aufgenommen.
mcpRootstringOptionaler MCP-Root. Standard ist der lokale ellmos-MCP-Ordner.
outputPathstringOptionaler Ausgabeort für den JSON-Katalog.
profileNamestringOptionaler Profilname. Wenn gesetzt, werden die aufgelösten Server dieses Claude-Profils gescannt.
profileRootstringOptionaler Profilordner. Standard ist ~/.claude/profiles.
timeoutMsintegerTimeout pro MCP-Tool-Scan in Millisekunden. Standard: 5000.

No output schema declared.

No examples provided.

controlcenter_context_pack ~81

Erstellt ein kompaktes, rein lesendes Kontextpaket aus einem registrierten Stack-Manifest. Es führt keine Komponenten aus und liest weder Geheimnisse noch Live-Zustände.

NameTypeReqDescription
levelstringUmfang des Kontextpakets: short, execution oder full.
stackIdstringyesStabile Stack-ID aus stacks.catalog.json.

No output schema declared.

No examples provided.

controlcenter_describe_stack ~80

Zeigt typisierte Komponenten, Pflichtrollen, Policies und Validierungswarnungen für einen registrierten Stack.

NameTypeReqDescription
stackIdstringyesStabile Stack-ID aus stacks.catalog.json.
stacksRootstringOptionaler Pfad zum Ordner mit stacks.catalog.json. Standard ist der lokale .AI/.STACKS-Ordner.

No output schema declared.

No examples provided.

controlcenter_find_skill ~208

Erkennt, welche Skills zu einer Freitext-Aufgabe bzw. einem Intent passen. Bewertet den gescannten Skill-Katalog lexikalisch über Name, Aliases, Tags, Kategorie und Beschreibung und gibt die besten Kandidaten mit den getroffenen Begriffen zurück.

NameTypeReqDescription
deployedOnlybooleanWenn true, werden nur deployte Skills zurückgegeben und die Quell-Skill-Bibliothek nicht gescannt.
intentstringyesFreitext-Aufgabe oder Intent, gegen den der Skill-Katalog gematcht wird.
limitintegerMaximale Anzahl gerankter Skill-Kandidaten. Standard: 5.
skillsRootstringOptionaler Pfad zum deployte Skills-Ordner. Standard ist ~/.claude/skills.
sourceSkillsRootstringOptionaler Pfad zum Quell-Skill-Bibliotheks-Root. Standard ist der lokale .AI/.SKILLS/skills-Ordner.

No output schema declared.

No examples provided.

controlcenter_get_language ~27

Zeigt die aktuelle ControlCenter-Ausgabesprache und die unterstützten Sprachcodes.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

controlcenter_list_bundles ~80

Gruppiert lokale MCP-Server in Aufgaben-Bundles wie Software, Filesystem, Automation und Control Plane.

NameTypeReqDescription
bundleConfigPathstringOptionaler Pfad zu einer Capability-Bundle-Konfiguration.
mcpRootstringOptionaler MCP-Root. Standard ist der lokale ellmos-MCP-Ordner.

No output schema declared.

No examples provided.

controlcenter_list_local_servers ~59

Scannt den lokalen MCP-Root und listet gefundene MCP-Repos mit Metadaten auf.

NameTypeReqDescription
mcpRootstringOptionaler MCP-Root. Standard ist der lokale ellmos-MCP-Ordner.

No output schema declared.

No examples provided.

controlcenter_list_plugins ~137

Inventarisiert installierte Claude Code Plugins und lokale ellmos-Module mit ihren Fähigkeiten.

NameTypeReqDescription
modulesOnlybooleanWenn true, werden nur lokale Module zurückgegeben und Claude Code Plugins nicht gescannt.
modulesRootstringOptionaler Pfad zum ellmos-Module-Ordner. Standard ist der lokale .AI/.MODULES-Ordner.
pluginsOnlybooleanWenn true, werden nur Claude Code Plugins zurückgegeben und lokale Module nicht gescannt.
pluginsRootstringOptionaler Pfad zum Claude Code Plugins-Ordner. Standard ist ~/.claude/plugins.

No output schema declared.

No examples provided.

controlcenter_list_profiles ~52

Liest die lokalen Claude-Profile und zeigt Serveranzahl, Vererbung und Dateipfade.

NameTypeReqDescription
profileRootstringOptionaler Profilordner. Standard ist ~/.claude/profiles.

No output schema declared.

No examples provided.

controlcenter_list_skills ~134

Inventarisiert installierte Claude Code Skills aus dem deployte Skills-Ordner und der Quell-Skill-Bibliothek.

NameTypeReqDescription
deployedOnlybooleanWenn true, werden nur deployte Skills zurückgegeben und die Quell-Skill-Bibliothek nicht gescannt.
skillsRootstringOptionaler Pfad zum deployte Skills-Ordner. Standard ist ~/.claude/skills.
sourceSkillsRootstringOptionaler Pfad zum Quell-Skill-Bibliotheks-Root. Standard ist der lokale .AI/.SKILLS/skills-Ordner.

No output schema declared.

No examples provided.

controlcenter_list_stacks ~69

Liest den neutralen Stack-Katalog und seine ellmos.stack.v2-Manifeste, ohne Stack-Komponenten auszuführen.

NameTypeReqDescription
stacksRootstringOptionaler Pfad zum Ordner mit stacks.catalog.json. Standard ist der lokale .AI/.STACKS-Ordner.

No output schema declared.

No examples provided.

controlcenter_list_tools ~168

Startet lokale oder profildefinierte MCP-Server kontrolliert und liest deren echte Tool-Liste per MCP list_tools aus.

NameTypeReqDescription
mcpRootstringOptionaler MCP-Root. Standard ist der lokale ellmos-MCP-Ordner.
profileNamestringOptionaler Profilname. Wenn gesetzt, werden die aufgelösten Server dieses Claude-Profils gescannt.
profileRootstringOptionaler Profilordner. Standard ist ~/.claude/profiles.
serverNamestringOptionaler Servername, Paketname, mcpName oder Profilservername für einen gezielten Scan.
timeoutMsintegerTimeout pro Connect- und list_tools-Anfrage in Millisekunden. Standard: 5000.

No output schema declared.

No examples provided.

controlcenter_resolve_profile ~75

Löst ein Claude-Profil inklusive optionaler Vererbung auf und zeigt die resultierenden MCP-Server.

NameTypeReqDescription
profileNamestringyesProfilname ohne .json, zum Beispiel software oder ai-lab.
profileRootstringOptionaler Profilordner. Standard ist ~/.claude/profiles.

No output schema declared.

No examples provided.

controlcenter_set_language ~44

Setzt die ControlCenter-Ausgabesprache für diese laufende MCP-Serverinstanz.

NameTypeReqDescription
languagestringyesSprachcode für die ControlCenter-Ausgaben.

No output schema declared.

No examples provided.

controlcenter_status ~27

Zeigt einen Überblick über den lokalen MCP-Stack, lokale Server und Claude-Profile.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

controlcenter_suggest_bundles ~85

Empfiehlt passende Capability-Bundles für eine Aufgabenbeschreibung.

NameTypeReqDescription
bundleConfigPathstringOptionaler Pfad zu einer Capability-Bundle-Konfiguration.
mcpRootstringOptionaler MCP-Root. Standard ist der lokale ellmos-MCP-Ordner.
taskstringyesAufgabenbeschreibung oder Ziel der Session.

No output schema declared.

No examples provided.

controlcenter_suggest_profile ~36

Empfiehlt ein Claude-Profil anhand der Aufgabenbeschreibung.

NameTypeReqDescription
taskstringyesAufgabenbeschreibung oder Ziel der Session.

No output schema declared.

No examples provided.

controlcenter_switch_profile ~156

Bereitet einen Profilwechsel vor, indem ein aufgelöstes --mcp-config-File erzeugt oder als Vorschau angezeigt wird.

NameTypeReqDescription
launchTemplatestringOptionales Startbefehl-Template. Nutze {config} als Platzhalter für den Pfad zur generierten MCP-Config.
outputPathstringOptionaler Ausgabeort für die generierte MCP-Config.
profileNamestringyesProfilname ohne .json, zum Beispiel software oder ai-lab.
profileRootstringOptionaler Profilordner. Standard ist ~/.claude/profiles.
writebooleanWenn true, wird die generierte Config geschrieben. Sonst nur Vorschau.

No output schema declared.

No examples provided.