# io.github.sustinbebustin/citadel-mcp (npm · citadel-mcp)

A growing Citadel of stack-specific docs, served as MCP tools for AI coding agents.

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

## Components

- npm · `citadel-mcp`: 71/100 (this document), [markdown](https://verifymcp.io/servers/sustinbebustin-citadel-mcp/citadel-mcp.md), [page](https://verifymcp.io/servers/sustinbebustin-citadel-mcp/citadel-mcp)

## Channel facts

- Registry: `npm`
- Package: `citadel-mcp`
- Version: `2.2.0`
- Transport: `stdio`

## Trust breakdown

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. 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.

- **Supply Chain Security**: 79/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known high-severity CVE affects undici 5.29.0, reached via ai > @ai-sdk/provider-utils > undici. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (108 of 112), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 84/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to sustinbebustin/citadel-mcp).
  - License check failed: no license is declared.
  - Actively maintained (last published 85 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 60/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 4243 tokens (~2121/item across 2 items; 1 tools + 1 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 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 sustinbebustin-citadel-mcp -- npx -y citadel-mcp
```

### Codex

```bash
codex mcp add sustinbebustin-citadel-mcp -- npx -y citadel-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "sustinbebustin-citadel-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "citadel-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add sustinbebustin-citadel-mcp --command npx --arg -y --arg citadel-mcp
```

### Hermes

```yaml
mcp_servers:
  sustinbebustin-citadel-mcp:
    command: "npx"
    args: ["-y", "citadel-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "sustinbebustin-citadel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "citadel-mcp"
      ]
    }
  }
}
```

## 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 71, +66)

- [security regression] CVE-2026-11525 affects this package: high
- [security regression] CVE-2026-1527 affects this package: high
- [security regression] CVE-2026-9679 affects this package: high
- [security regression] CVE-2026-1525 affects this package: high
- [security regression] CVE-2026-6733 affects this package: high
- [security regression] CVE-2026-22036 affects this package: high
- [security regression] CVE-2026-12151 affects this package: high
- [security regression] CVE-2026-2229 affects this package: high
- [security regression] CVE-2026-1526 affects this package: high
- [security regression] Known CVEs: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Provenance: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] The attested source repository moved: sustinbebustin/citadel-mcp
- [functional regression] License: unverified → fail
- [functional regression] Security disclosure: unverified → fail
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Schema quality: unverified → 100
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good

### 2026-08-01 (score 5, −18)

- [functional regression] Security disclosure: fail → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Schema quality: 100 → unverified

### 2026-07-31 (score 23, −8)

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

### 2026-07-30 (score 31, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 49)

First indexed and scored.

## MCP tools (1)

### `docs` (~4031 tokens)

Run JavaScript in a local Node sandbox. Write ONE async arrow function that returns a value.

Inside the sandbox you have:
  \- codemode.<tool_name>(args) — calls an MCP tool over the wire. Each codemode.* method below is a real callable.
  \- fetch, Promise, JSON, standard async — Node 18+ globals.
  \- 30s async timeout (sync infinite loops are not bounded). One call, one result; no streaming.

Fan out independent calls with Promise.all — that is why this tool exists. N tool calls collapse into one MCP round-trip.

Available tools:
type NextjsDocsInput = {
  /** Documentation path (e.g., '/docs/app/api-reference/functions/refresh'). Do NOT include a '.md' suffix — the tool appends it. Get valid paths by calling codemode.nextjs_index() first. App Router only — Pages Router paths ('/docs/pages/...') are not supported. */
  path: string;
  /** Optional anchor/section from the index (e.g., 'usage'). Included in response metadata to indicate relevant section. */
  anchor?: string;
};
type NextjsDocsOutput = {
  path: string;
  url?: string;
  content?: string;
  anchor?: string | null;
  error?: string;
  message?: string;
};
type ReactDocsInput = {
  /** Documentation path (e.g., '/learn/react-compiler.md' or '/reference/react/useState.md'). The path includes the .md suffix as listed in the index. Get valid paths by calling codemode.react_index() first. */
  path: string;
};
type ReactDocsOutput = {
  path: string;
  url?: string;
  content?: string;
  anchor?: string | null;
  error?: string;
  message?: string;
};
type TurborepoDocsInput = {
  /** Documentation path (e.g., '/guides/tools/docker.md', '/reference/run.md', or 'index.md'). Paths are relative to '/docs/'; the tool resolves them under turborepo.dev/docs/. Get valid paths by calling codemode.turborepo_index() first. */
  path: string;
};
type TurborepoDocsOutput = {
  path: string;
  url?: string;
  content?: string;
  anchor?: string | null;
  error?: string;
  message?: string;
};
type SupabaseDocsInput =…

Input parameters:

- `code` (string, required): JavaScript async arrow function to execute

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/sustinbebustin-citadel-mcp/citadel-mcp#diagnostics

## Score history

- 2026-08-03: 71
- 2026-08-02: 71
- 2026-08-01: 5
- 2026-07-31: 23
- 2026-07-30: 31
- 2026-07-28: 49
- 2026-07-27: 49

## Links

- npm package: https://www.npmjs.com/package/citadel-mcp
- Socket report: https://socket.dev/npm/package/citadel-mcp
- Repository: https://github.com/sustinbebustin/citadel-mcp
- Changelog RSS feed: https://verifymcp.io/servers/sustinbebustin-citadel-mcp/citadel-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/sustinbebustin-citadel-mcp/citadel-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/sustinbebustin-citadel-mcp/citadel-mcp
