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.

Raziel

NPM · @TIDEORG/MCP · 2 COMPONENTS · SCANNED AUG 3

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

+14 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 (95 of 99), 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 (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability82
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1124 tokens (~70/item across 16 items; 16 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 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 · @tideorg/mcp

# add to Claude Code
claude mcp add tide-foundation-raziel -- npx -y @tideorg/mcp
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add tide-foundation-raziel --command npx --arg -y --arg @tideorg/mcp
# ~/.hermes/config.yaml
mcp_servers:
  tide-foundation-raziel:
    command: "npx"
    args: ["-y", "@tideorg/mcp"]
// mcp.json
{
  "mcpServers": {
    "tide-foundation-raziel": {
      "command": "npx",
      "args": [
        "-y",
        "@tideorg/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 +33
    • Provenance: unverified → fail security
    • Stability: 0.17 → unverified security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • License: unverified → fail functional
    • Capabilities: pass → unverified functional
    • Security disclosure: fail → unverified functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Schema quality: unverified → good functional
    • Licence: SEE LICENSE IN LICENSE functional
  • 1 Aug 26 +29
    • Security disclosure: unverified → fail functional
    • Tool coverage: unverified → 100 functional
    • Stability: unverified → 0.17 functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → 100 functional
  • 31 Jul 26 −1
    • 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 −18
    • Malware scan: pass → unverified security
    • Package version: 1.9.2 → 1.9.4 functional
    • Package version: 1.9.2 → 1.9.3 functional
  • 28 Jul 26 −29
    • Schema quality: 100 → unverified functional
    • Tool coverage: 100 → unverified functional
  • 27 Jul 26 53

    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/@tideorg/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

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

MCP tools — 16 exposed · ~1,124 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
tide_adapter ~46

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

NameTypeReqDescription
namestringyesAdapter file name. Available: AGENTS, CLAUDE, replit

No output schema declared.

No examples provided.

tide_canon ~117

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

NameTypeReqDescription
namestringyesCanon file name. Available: anti-patterns, breach-precedents, concepts, custom-contracts, feature-mapping, framework-matrix, hosting-options, iga-change-requests-api, invariants, redirect-handler, se…

No output schema declared.

No examples provided.

tide_choose_playbook ~47

Recommend the right playbook for a given situation

NameTypeReqDescription
situationstringyesDescribe what the builder wants to do, e.g. 'add login to a new Next.js app'

No output schema declared.

No examples provided.

tide_choose_scenario ~49

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

NameTypeReqDescription
situationstringyesDescribe the app or problem, e.g. 'build an organisation password manager'

No output schema declared.

No examples provided.

tide_gaps ~24

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

tide_hosting ~92

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

tide_list ~38

List all available content in the Tide agent pack by category

NameTypeReqDescription
categorystringyesWhich category to list, or 'all' for everything

No output schema declared.

No examples provided.

tide_list_scenarios ~21

List all available scenario patterns under reference-apps/

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

tide_playbook ~154

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

NameTypeReqDescription
namestringyesPlaybook 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-…

No output schema declared.

No examples provided.

tide_prompt ~62

Read a reusable starter prompt from the pack

NameTypeReqDescription
namestringyesPrompt 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

No output schema declared.

No examples provided.

tide_scenario ~61

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

NameTypeReqDescription
namestringyesScenario name. Available: encrypted-communication, git-pr-signing-service, iga-admin-governance, organisation-password-manager, policy-governed-signing

No output schema declared.

No examples provided.

tide_scenario_bootstrap ~66

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

NameTypeReqDescription
namestringyesScenario name. Available: encrypted-communication, git-pr-signing-service, iga-admin-governance, organisation-password-manager, policy-governed-signing

No output schema declared.

No examples provided.

tide_scenario_manifest ~62

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

NameTypeReqDescription
namestringyesScenario name. Available: encrypted-communication, git-pr-signing-service, iga-admin-governance, organisation-password-manager, policy-governed-signing

No output schema declared.

No examples provided.

tide_scenario_roles ~67

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

NameTypeReqDescription
namestringyesScenario name. Available: encrypted-communication, git-pr-signing-service, iga-admin-governance, organisation-password-manager, policy-governed-signing

No output schema declared.

No examples provided.

tide_security_analysis ~128

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

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

No output schema declared.

No examples provided.

tide_skill ~90

Read a composable skill definition

NameTypeReqDescription
namestringyesSkill 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,…

No output schema declared.

No examples provided.