← raccha.ai

INDIVIDUAL MCP TOOL

update_role

Update a role's name and/or scope_expressions.

raccha.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://raccha.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for update_role and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

raccha.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.rmcp]
url = "https://raccha.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "rmcp": {
      "type": "http",
      "url": "https://raccha.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: rmcp
Remote MCP URL: https://raccha.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "rmcp": {
      "url": "https://raccha.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "rmcp": {
      "type": "http",
      "url": "https://raccha.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "rmcp",
  "transport": "streamable-http",
  "url": "https://raccha.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • cert_inspect — Parse a PEM-encoded X.
  • create_access_key — Create a scoped, revocable access_key bound to a role.
  • create_role — Create a role: a named, reusable set of scope_expressions that an access_key can be bound to.
  • delete_role — Delete a role.
  • device_claim — Poll for the result of a device_start flow.
  • device_start — Start a device-code sign-in (RFC 8628 shape).
  • hash — Compute a hash digest of an input string.
  • invite_member — Invite an email to join your account.