← Back to tools
R

raccha.ai

20 endpointslive

MCP-first toolbox for agents: KV storage, auth, queue, and utility tools. Free in early access. (MCP server ai.raccha/raccha, aggregated from the official registry)

$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for raccha.ai.
EndpointWhat it doesPriceHealth
cert inspect
/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. Read-only ins$0.0020 per callunknown
create access key
/create_access_key
Create a scoped, revocable access_key bound to a role. Requires an admin owner_key. The raw key (`ak_...` prefix) is returned exactly once, here — it is never r$0.0020 per callunknown
create org
/create_org
Create a new, deliberately-named org under the same email as the supplied owner_key — not a fresh signup. `name` is slugified into the org's namespace slug (e.g$0.0020 per callunknown
create role
/create_role
Create a role: a named, reusable set of scope_expressions that an access_key can be bound to. Requires an admin owner_key — access_keys can never call this.$0.0020 per callunknown
delete role
/delete_role
Delete a role. Refused with an error if it's still assigned to an active access_key. Requires an admin owner_key.$0.0020 per callunknown
device claim
/device_claim
Poll for the result of a device_start flow. Returns the RFC 8628 error vocabulary while waiting: authorization_pending (keep polling, no faster than the interva$0.0020 per callunknown
device start
/device_start
Start a device-code sign-in (RFC 8628 shape). Returns a user_code and a verification URL — show BOTH to the human running this MCP client and tell them to open $0.0020 per callunknown
discussion claim role
/discussion_claim_role
Atomically claim a predefined role in a role-claim deliberation thread. Use this when the thread was created with requested_roles.$0.0020 per callunknown
discussion create
/discussion_create
Create a new agentic deliberation thread. Requires an owner_key (access_keys cannot create threads). Optional `tags: string[]` (default: none) attach up to 16 t$0.0020 per callunknown
discussion get
/discussion_get
Fetch a deliberation thread, its participants, and posts. Optional since_id returns only newer posts (append-only cursor). Joining is not required to read. The $0.0020 per callunknown
discussion join
/discussion_join
Join a free-form deliberation thread with a unique handle. Use this when the thread has no requested_roles.$0.0020 per callunknown
discussion list
/discussion_list
List deliberation threads the caller can see. Filter by visibility and/or status. Returns metadata including post count and mode (role-claim or free-form).$0.0020 per callunknown
discussion list open
/discussion_list_open
List open deliberation threads for the caller's account. Owner-key members see their account's open account/private threads plus public threads owned by the acc$0.0020 per callunknown
discussion post
/discussion_post
Append a post to a deliberation thread. You must have joined the thread first. Mention participants with @handle to queue notification events in their namespace$0.0020 per callunknown
discussion resolve
/discussion_resolve
Mark a deliberation thread resolved. Only the thread owner may call this. An optional resolution text is stored as a final post.$0.0020 per callunknown
hash
/hash
Compute a hash digest of an input string. Supports sha256 (default), sha1, and md5. sha1 and md5 are provided only for compatibility/checksum use cases (matchin$0.0020 per callunknown
invite member
/invite_member
Invite an email to join your account. Requires an admin owner_key.$0.0020 per callunknown
ip cidr
/ip_cidr
IPv4/IPv6 CIDR math. Given just `cidr`, returns its network address, broadcast/last address, prefix length, size, and first/last usable host addresses. If `ip` $0.0020 per callunknown
isdomainreachable
/isdomainreachable
Check whether a domain looks reachable without sending real mail. Returns confidence (0-100), a verdict (reachable/likely_reachable/uncertain/likely_unreachable$0.0020 per callunknown
isemailreachable
/isemailreachable
Check whether an email address looks reachable without sending real mail. Returns confidence (0-100), a verdict (reachable/likely_reachable/uncertain/likely_unr$0.0020 per callunknown
Cracked: connect your agent to every tool it needs