Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Raziel

io.github.tide-foundation/raziel

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

Uptime
100.0%
1 direct probes · 30d
Response
2081ms
last probe
Tools
20
callable
Resources
0
readable
Prompts
5
available

Tools · 20

tide_list

List all available content in the Tide agent pack by category

tide_canon

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

tide_playbook

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

tide_skill

Read a composable skill definition

tide_prompt

Read a reusable starter prompt from the pack

tide_adapter

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

tide_list_scenarios

List all available scenario patterns under reference-apps/

tide_scenario

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

tide_scenario_manifest

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

tide_scenario_roles

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

tide_scenario_bootstrap

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

tide_choose_scenario

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

tide_choose_playbook

Recommend the right playbook for a given situation

tide_security_analysis

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 th…

tide_blast_radius

Run a Blast Radius Assessment of an EXISTING app: an adversarial, vendor-neutral map of where authority is concentrated to a single point (whoever obtains that one thing obtains everything it governs)…

tide_hosting

Where TideCloak runs: local Docker vs partner-hosted (Skycloak managed TideCloak-as-a-service). Returns the local-vs-hosted decision with the honest trade-offs, the trust model, the verified Skycloak …

tide_dpop_asset

Returns the CONTENTS of `public/tide_dpop_auth.html` — the DPoP relay page the Tide enclave loads during login — plus its sha256, the required next.config.ts rewrite/CSP wiring, and how to verify. The…

tide_onboarding

STOP KEYCLOAK'S 'UPDATE ACCOUNT INFORMATION' PAGE and collect the details in-app instead. Tide asserts ONLY a username (the vuid) -- no email, no name -- so Keycloak blocks new users on an unstyled fo…

tide_branding

BRAND THE ENCLAVE FOR THE USER — generate a logo + background and upload them so the Tide login/approval screen is branded. Returns a single ready-to-run command that generates the assets (no image mo…

tide_gaps

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

Prompts · 5

tide-build-app

Start building a Tide-protected app from scratch

tide-secure-existing

Add Tide to an existing app

tide-security-analysis

Analyze an existing system for security gaps and map them to Tide

tide-build-from-scenario

Start building a Tide app from a known scenario pattern

tide-mcp-qa

Run the pre-release QA gate on the Tide MCP pack and issue a SHIP/BLOCK verdict

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "raziel": {
      "url": "https://mcp.tide.org/mcp",
      "transport": "streamable-http"
    }
  }
}