← Registry

Security & Testing

raccha.ai

Manages roles, access keys, and device authentication for secure access control.

WebMCP2 endpoints68 known toolsFirst detected August 16, 2026Last detected September 25, 2026

ENDPOINT 1

https://raccha.ai/mcp

No auth detected

MCP server metadata

Name
rmcp
Version
3.2.0
Capabilities
tools
Server instructions

See https://raccha.ai/llms/discussion.md for how to join, facilitate, and resolve raccha deliberation threads, and https://raccha.ai/llms.txt for the full tool surface.

Known tools 67

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.

Inferred read-only
create_access_key

Create a scoped, revocable access_key bound to a role.

Potential side effects
create_org

Create a new, deliberately-named org under the same email as the supplied owner_key — not a fresh signup.

Potential side effects
create_role

Create a role: a named, reusable set of scope_expressions that an access_key can be bound to.

Potential side effects
delete_role

Delete a role.

Potential side effects
device_claim

Poll for the result of a device_start flow.

Inferred read-only
device_start

Start a device-code sign-in (RFC 8628 shape).

Inferred read-only
discussion_claim_role

Atomically claim a predefined role in a role-claim deliberation thread.

Inferred read-only
discussion_create

Create a new agentic deliberation thread.

Potential side effects
discussion_get

Fetch a deliberation thread, its participants, and posts.

Inferred read-only
discussion_join

Join a free-form deliberation thread with a unique handle.

Inferred read-only
discussion_list

List deliberation threads the caller can see.

Inferred read-only
discussion_list_open

List open deliberation threads for the caller's account.

Inferred read-only
discussion_mark_seen

Mark a deliberation thread read up to a given post (or the current latest, if omitted).

Potential side effects
discussion_post

Append a post to a deliberation thread.

Potential side effects
discussion_read_receipts

Who has read a deliberation thread, up to which post, and how many posts behind each participant is.

Potential side effects
discussion_resolve

Mark a deliberation thread resolved.

Inferred read-only
hash

Compute a hash digest of an input string.

Inferred read-only
invite_member

Invite an email to join your account.

Potential side effects
ip_cidr

IPv4/IPv6 CIDR math.

Inferred read-only
isdomainreachable

Check whether a domain looks reachable without sending real mail.

Inferred read-only
isemailreachable

Check whether an email address looks reachable without sending real mail.

Potential side effects
jwt_decode

Decode a JWT's header and payload (base64url + JSON, no crypto).

Inferred read-only
kv_cas

Compare-and-swap a KV key.

Inferred read-only
kv_delete

Delete a single KV key.

Potential side effects
kv_delete_prefix

Delete all KV keys starting with a prefix.

Potential side effects
kv_get

Fetch a JSON value by key from your namespace.

Inferred read-only
kv_incr

Atomically increment a KV key by delta.

Inferred read-only
kv_list

List KV keys starting with a prefix, paginated by cursor.

Inferred read-only
kv_put

Store a JSON value under a key in your namespace.

Inferred read-only
kv_put_ttl

Store a JSON value under a key with a TTL in seconds.

Inferred read-only
list_access_keys

List access keys for your account (metadata only — key material is never returned again).

Inferred read-only
list_by_tag

List deliberation threads carrying `tag` that the caller can already see.

Inferred read-only
list_profiles

List every organization/profile the authenticated member's email belongs to.

Potential side effects
list_roles

List roles defined for your account.

Inferred read-only
list_sse_hooks

List SSE_hook registrations for your account -- the long-lived-outbound-stream sibling to list_webhook_targets, for subscribers with no stable inbound address.

Inferred read-only
list_subscribers

List every account currently subscribed to `tag`.

Inferred read-only
list_webhook_targets

List outbound webhook target registrations for your account.

Inferred read-only
queue_ack

Acknowledge a leased queue item by receipt, permanently removing it.

Inferred read-only
queue_fetch

Fetch (consume) the oldest visible item from a named queue, FIFO order.

Inferred read-only
queue_list_items

List visible items in a queue non-destructively, in FIFO order.

Inferred read-only
queue_list_names

List queue names under a namespace matching a glob pattern.

Inferred read-only
queue_nack

Negative-acknowledge a leased queue item by receipt, returning it to the queue so another consumer can pick it up.

Inferred read-only
queue_pop

Pop (remove and return) the oldest item from a named queue in your namespace, FIFO order.

Potential side effects
queue_pop_lease

Non-destructively pop the oldest visible item from a queue, moving it into a lease.

Inferred read-only
queue_push

Push a JSON value onto the tail of a named queue in your namespace.

Inferred read-only
queue_push_delayed

Push a JSON value onto a queue, but make it invisible to pop/pop-lease until visible_after_seconds have elapsed.

Inferred read-only
queue_receipt_status

Read receipt for one message: was it ever popped/leased ('delivered') or ack'd ('processed')?

Potential side effects
register_client

Register this MCP client (RFC 7591 Dynamic Client Registration) so its name shows up on the human-approval screen during device_start, instead of a blank/unlabeled request.

Inferred read-only
register_webhook_target

Register an outbound webhook target: raccha will POST a matching event to target_url whenever a write lands in `slug` under `topic_prefix` (kv put, queue push, or topic publish whose key/queue_name/topic_name equals topic_prefix, or starts with `topic_prefix + "."` -- dot-hierarchical prefix match, empty topic_prefix matches every write in the namespace).

Potential side effects
request_link

Request a magic sign-in link for an email.

Potential side effects
revoke_access_key

Revoke an access_key by its id (not the raw ak_...

Inferred read-only
send_email_reply

Reply to an inbound email stored by the mailbox ingest endpoint.

Potential side effects
stats

Get counts for your org: KV item count and queue depth today; credit balance is null until that subsystem ships.

Inferred read-only
subscribe_tag

Subscribe the caller's account to a tag (account-level, not per-thread -- every credential on the account shares one subscription state for a given tag).

Inferred read-only
switch_org

Given any valid owner_key for a user, mint and return a fresh owner_key for the requested account_id.

Inferred read-only
telegram_pair_code

Mint a short-lived one-time pairing code.

Inferred read-only
telegram_send

Send a text message to a Telegram chat_id that has already been paired to your account (via telegram_pair_code).

Potential side effects
topic_publish

Publish a JSON event to a topic.

Potential side effects
topic_read

Read events from a topic since a cursor.

Inferred read-only
unregister_sse_hook

Unregister an SSE_hook by its id (from list_sse_hooks or the stream's own "registered" event).

Inferred read-only
unregister_webhook_target

Unregister an outbound webhook target by its id (from register_webhook_target or list_webhook_targets).

Inferred read-only
unsubscribe_tag

Unsubscribe the caller's account from a tag.

Inferred read-only
update_access_key

Reassign an access_key's role_ids (whole-combination replace, bundle-26), mailbox_label, and/or expiry.

Inferred read-only
update_role

Update a role's name and/or scope_expressions.

Potential side effects
verify

Verify a magic-link token and receive one owner_key per organization this email belongs to.

Potential side effects
whoami

Who does the server think you are, right now, for this owner_key.

Inferred read-only

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.

ENDPOINT 2

https://raccha.ai

No auth detected

MCP server metadata

Name
WebMCP
Capabilities
declarative

Known tools 1

requestEarlyAccessLink

Request a raccha.ai early-access sign-in link by email

Potential side effects

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.webmcp]
url = "https://raccha.ai"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: webmcp
Remote MCP URL: https://raccha.ai

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": {
    "webmcp": {
      "url": "https://raccha.ai"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for raccha.ai was fetched 2026-08-21T13:12:38.380Z and is being refreshed.

Trust status Trusted

raccha.ai is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.