Security & Testing
raccha.ai
Manages roles, access keys, and device authentication for secure access control.
ENDPOINT 1
https://raccha.ai/mcp
MCP server metadata
- Name
- rmcp
- Version
- 3.2.0
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_inspectParse 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-onlycreate_orgCreate a new, deliberately-named org under the same email as the supplied owner_key — not a fresh signup.
Potential side effectscreate_roleCreate a role: a named, reusable set of scope_expressions that an access_key can be bound to.
Potential side effectsdiscussion_claim_roleAtomically claim a predefined role in a role-claim deliberation thread.
Inferred read-onlydiscussion_mark_seenMark a deliberation thread read up to a given post (or the current latest, if omitted).
Potential side effectsdiscussion_read_receiptsWho has read a deliberation thread, up to which post, and how many posts behind each participant is.
Potential side effectsisdomainreachableCheck whether a domain looks reachable without sending real mail.
Inferred read-onlyisemailreachableCheck whether an email address looks reachable without sending real mail.
Potential side effectslist_access_keysList access keys for your account (metadata only — key material is never returned again).
Inferred read-onlylist_by_tagList deliberation threads carrying `tag` that the caller can already see.
Inferred read-onlylist_profilesList every organization/profile the authenticated member's email belongs to.
Potential side effectslist_sse_hooksList 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-onlyqueue_fetchFetch (consume) the oldest visible item from a named queue, FIFO order.
Inferred read-onlyqueue_nackNegative-acknowledge a leased queue item by receipt, returning it to the queue so another consumer can pick it up.
Inferred read-onlyqueue_popPop (remove and return) the oldest item from a named queue in your namespace, FIFO order.
Potential side effectsqueue_pop_leaseNon-destructively pop the oldest visible item from a queue, moving it into a lease.
Inferred read-onlyqueue_push_delayedPush a JSON value onto a queue, but make it invisible to pop/pop-lease until visible_after_seconds have elapsed.
Inferred read-onlyqueue_receipt_statusRead receipt for one message: was it ever popped/leased ('delivered') or ack'd ('processed')?
Potential side effectsregister_clientRegister 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-onlyregister_webhook_targetRegister 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 effectssend_email_replyReply to an inbound email stored by the mailbox ingest endpoint.
Potential side effectsstatsGet counts for your org: KV item count and queue depth today; credit balance is null until that subsystem ships.
Inferred read-onlysubscribe_tagSubscribe 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-onlyswitch_orgGiven any valid owner_key for a user, mint and return a fresh owner_key for the requested account_id.
Inferred read-onlytelegram_sendSend a text message to a Telegram chat_id that has already been paired to your account (via telegram_pair_code).
Potential side effectsunregister_sse_hookUnregister an SSE_hook by its id (from list_sse_hooks or the stream's own "registered" event).
Inferred read-onlyunregister_webhook_targetUnregister an outbound webhook target by its id (from register_webhook_target or list_webhook_targets).
Inferred read-onlyupdate_access_keyReassign an access_key's role_ids (whole-combination replace, bundle-26), mailbox_label, and/or expiry.
Inferred read-onlyverifyVerify a magic-link token and receive one owner_key per organization this email belongs to.
Potential side effectsCONNECT 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
MCP server metadata
- Name
- WebMCP
Known tools 1
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.
raccha.ai is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.