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.1.2
raccha.ai: request_link + verify for magic-link auth (returns one owner_key per org — keep each as a separate profile), kv_put/kv_get for namespace-scoped storage, queue_push/queue_pop for namespace-scoped FIFO queues, stats for org counts, telegram_pair_code/telegram_send for the Telegram bot (pairing mints a code you DM to the bot; send only works to chat_ids already paired to your account). jwt_decode, hash, cert_inspect, and ip_cidr are stateless utility tools — no auth, no owner_key required. The website (raccha.ai) is config/stats only — use these tools for all data access.
Known tools 26
create_roleCreate a role: a named, reusable set of scope_expressions that an access_key can be bound to.
Potential side effectslist_access_keysList access keys for your account (metadata only — key material is never returned again).
Inferred read-onlyqueue_popPop (remove and return) the oldest item from a named queue in your namespace, FIFO order.
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-onlystatsGet counts for your org: KV item count and queue depth today; credit balance is null until that subsystem ships.
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 effectsupdate_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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for raccha.ai was fetched 2026-08-21T13:12:38.380Z.
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.