# Raziel (npm · @tideorg/mcp)

MCP server teaching AI agents to implement TideCloak: auth, E2EE, IGA, security analysis

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

## Components

- remote · `mcp.tide.org`: 75/100, [markdown](https://verifymcp.io/servers/tide-foundation-raziel/mcp.md), [page](https://verifymcp.io/servers/tide-foundation-raziel/mcp)
- npm · `@tideorg/mcp`: 67/100 (this document), [markdown](https://verifymcp.io/servers/tide-foundation-raziel/tideorg-mcp.md), [page](https://verifymcp.io/servers/tide-foundation-raziel/tideorg-mcp)

## Channel facts

- Registry: `npm`
- Package: `@tideorg/mcp`
- Version: `1.9.4`
- 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**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: the license (SEE LICENSE IN LICENSE) isn't a recognized OSI-approved license.
  - Actively maintained (last published 3 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 82/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).
  - Tool/resource definitions use about 1124 tokens (~70/item across 16 items; 16 tools + 0 resources), lean.
  - 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 tide-foundation-raziel -- npx -y @tideorg/mcp
```

### Codex

```bash
codex mcp add tide-foundation-raziel -- npx -y @tideorg/mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tide-foundation-raziel": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@tideorg/mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add tide-foundation-raziel --command npx --arg -y --arg @tideorg/mcp
```

### Hermes

```yaml
mcp_servers:
  tide-foundation-raziel:
    command: "npx"
    args: ["-y", "@tideorg/mcp"]
```

### Other

```json
{
  "mcpServers": {
    "tide-foundation-raziel": {
      "command": "npx",
      "args": [
        "-y",
        "@tideorg/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 67, +33)

- [security regression] Provenance: unverified → fail
- [security regression] Stability: 0.17 → unverified
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional regression] License: unverified → fail
- [functional regression] Capabilities: pass → unverified
- [functional regression] Security disclosure: fail → unverified
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: SEE LICENSE IN LICENSE

### 2026-08-01 (score 34, +29)

- [functional regression] Security disclosure: unverified → fail
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Stability: unverified → 0.17
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → 100

### 2026-07-31 (score 5, −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 6, −18)

- [security regression] Malware scan: pass → unverified
- [functional] Package version: 1.9.2 → 1.9.4
- [functional] Package version: 1.9.2 → 1.9.3

### 2026-07-28 (score 24, −29)

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

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

First indexed and scored.

## MCP tools (16)

### `tide_list` (~38 tokens)

List all available content in the Tide agent pack by category

Input parameters:

- `category` (string, required): Which category to list, or 'all' for everything

### `tide_canon` (~117 tokens)

Read a canon file (invariants, anti-patterns, concepts, framework-matrix, feature-mapping, troubleshooting, tidecloak-bootstrap, etc.)

Input parameters:

- `name` (string, required): Canon file name. Available: anti-patterns, breach-precedents, concepts, custom-contracts, feature-mapping, framework-matrix, hosting-options, iga-change-requests-api, invariants, redirect-handler, se…

### `tide_playbook` (~154 tokens)

Read a step-by-step playbook for a specific Tide task

Input parameters:

- `name` (string, required): Playbook name. Available: add-auth-nextjs-existing, add-auth-nextjs-fresh, add-rbac-nextjs, bootstrap-realm-from-template, configure-e2ee-roles-and-policies, deploy-tidecloak-docker, diagnose-broken-…

### `tide_skill` (~90 tokens)

Read a composable skill definition

Input parameters:

- `name` (string, required): Skill name. Available: tide-diagnostics, tide-integration, tide-learning-capture, tide-mcp-qa, tide-rbac-and-e2ee, tide-red-team, tide-reviewer, tide-route-and-api-protection, tide-scenario-resolver,…

### `tide_prompt` (~62 tokens)

Read a reusable starter prompt from the pack

Input parameters:

- `name` (string, required): Prompt file name. Available: add-admin-approval-flow, build-private-customer-portal, migrate-generic-auth-to-tide, red-team-review, secure-existing-app, security-gap-analysis

### `tide_adapter` (~46 tokens)

Read an adapter instruction file (AGENTS, CLAUDE, replit)

Input parameters:

- `name` (string, required): Adapter file name. Available: AGENTS, CLAUDE, replit

### `tide_list_scenarios` (~21 tokens)

List all available scenario patterns under reference-apps/

### `tide_scenario` (~61 tokens)

Read a scenario summary from reference-apps/<scenario>/scenario.md

Input parameters:

- `name` (string, required): Scenario name. Available: encrypted-communication, git-pr-signing-service, iga-admin-governance, organisation-password-manager, policy-governed-signing

### `tide_scenario_manifest` (~62 tokens)

Read a scenario manifest from reference-apps/<scenario>/manifest.yaml

Input parameters:

- `name` (string, required): Scenario name. Available: encrypted-communication, git-pr-signing-service, iga-admin-governance, organisation-password-manager, policy-governed-signing

### `tide_scenario_roles` (~67 tokens)

Read a scenario role-policy matrix from reference-apps/<scenario>/role-policy-matrix.md

Input parameters:

- `name` (string, required): Scenario name. Available: encrypted-communication, git-pr-signing-service, iga-admin-governance, organisation-password-manager, policy-governed-signing

### `tide_scenario_bootstrap` (~66 tokens)

Read a scenario bootstrap sequence from reference-apps/<scenario>/bootstrap-sequence.md

Input parameters:

- `name` (string, required): Scenario name. Available: encrypted-communication, git-pr-signing-service, iga-admin-governance, organisation-password-manager, policy-governed-signing

### `tide_choose_scenario` (~49 tokens)

Match a user request to a known scenario pattern before falling back to generic playbooks

Input parameters:

- `situation` (string, required): Describe the app or problem, e.g. 'build an organisation password manager'

### `tide_choose_playbook` (~47 tokens)

Recommend the right playbook for a given situation

Input parameters:

- `situation` (string, required): Describe what the builder wants to do, e.g. 'add login to a new Next.js app'

### `tide_security_analysis` (~128 tokens)

Analyze an EXISTING (possibly non-Tide) system for security gaps and map them to Tide capabilities. Returns the Security Analyst role instructions, the security gap mapping table (SG-01…SG-18), and the runtime-probe procedures. Use this when the user asks 'do a security analysis', 'where is my auth weak', or 'what would Tide change about my security'.

Input parameters:

- `include_runtime_probes` (boolean): Include the runtime-confirmation probe procedures (canon/security-runtime-probes.md). Only relevant when the operator is authorized to probe a live target. Defaults to true.

### `tide_hosting` (~92 tokens)

Explain where TideCloak can run: self-hosted vs partner-hosted (Skycloak, a managed TideCloak-as-a-service). Returns the hosting decision, the trust model, the Skycloak API reference, and the provisioning playbook. Use when the user asks about a hosted/managed option, not wanting to run their own infrastructure, or 'can someone host TideCloak for us'.

### `tide_gaps` (~24 tokens)

Read the gap register — what is still uncertain or unresolved in the pack

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/tide-foundation-raziel/tideorg-mcp#diagnostics

## Score history

- 2026-08-03: 67
- 2026-08-02: 67
- 2026-08-01: 34
- 2026-07-31: 5
- 2026-07-30: 6
- 2026-07-28: 24
- 2026-07-27: 53

## Links

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