← raccha.ai

INDIVIDUAL MCP TOOL

queue_list_names

List queue names under a namespace matching a glob pattern.

raccha.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://raccha.ai/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

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.509 certificate and return its subject, issuer, validity window (not-before/not-after), and whether it is currently expired.
  • create_access_key — Create a scoped, revocable access_key bound to a role.
  • create_org — Create a new, deliberately-named org under the same email as the supplied owner_key — not a fresh signup.
  • 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).
  • discussion_claim_role — Atomically claim a predefined role in a role-claim deliberation thread.