mcpbeat

Raziel MCP Server

io.github.tide-foundation/raziel
answering

Raziel is answering right now. Last checked moments ago. 352 installs a week from npm. It exposes 16 tools. Last commit 31 Jul 2026.

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

Installs per day peak 304 · avg 30 · +497% w/w
a month agotoday
Uptime history 40 hours of history
40 hours agonow
100.0%
Uptime 24h
92 of 92 checks
16
Tools
read from the server
1047 ms
Response time
average over 24h
352
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 0 min ago.

run in your terminal
claude mcp add raziel --transport http https://mcp.tide.org/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "raziel": {
      "url": "https://mcp.tide.org/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.raziel]
url = "https://mcp.tide.org/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "raziel": {
      "url": "https://mcp.tide.org/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "raziel": {
      "url": "https://mcp.tide.org/mcp"
    }
  }
}

Available tools 16

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

tide
tide_adapter
Read an adapter instruction file (AGENTS, CLAUDE, replit)
tide_canon
Read a canon file (invariants, anti-patterns, concepts, framework-matrix, feature-mapping, troubleshooting, tidecloak-bootstrap, etc.)
tide_choose_playbook
Recommend the right playbook for a given situation
tide_choose_scenario
Match a user request to a known scenario pattern before falling back to generic playbooks
tide_gaps
Read the gap register — what is still uncertain or unresolved in the pack
tide_hosting
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_list
List all available content in the Tide agent pack by category
tide_list_scenarios
List all available scenario patterns under reference-apps/
tide_playbook
Read a step-by-step playbook for a specific Tide task
tide_prompt
Read a reusable starter prompt from the pack
tide_scenario
Read a scenario summary from reference-apps/<scenario>/scenario.md
tide_scenario_bootstrap
Read a scenario bootstrap sequence from reference-apps/<scenario>/bootstrap-sequence.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_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 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'.
tide_skill
Read a composable skill definition

Endpoints

URLTransportStateLatencyChecked
https://mcp.tide.org/mcp streamable-http answering 1129 ms 0 min ago

Raziel — questions

Answers built from our own checks of this server.

What can Raziel do?
It exposes 16 tools, read directly from the server on our last check. Among them: tide_adapter, tide_canon, tide_choose_playbook, tide_choose_scenario, tide_gaps, tide_hosting and 10 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Raziel working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 1047 ms. The bar chart above shows every period we have measured.
How do I connect Raziel?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Raziel need an API key?
No. Raziel completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 16 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Raziel?
It answers our handshake in 1047 ms on average, which is faster than 4% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Raziel?
The npm package @tideorg/mcp was installed 352 times in the last week. Week over week that is +497%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Raziel open source?
Yes — it is published under the NOASSERTION licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.