R
raccha.ai
/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
liveunknown~5s typical
mcpraccha.ai
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-raccha-raccha /isemailreachable for me.
Input
| Field | Type | Description |
|---|---|---|
| address* | string | Email address to evaluate. No real email is sent. |
| owner_key | string | Owner key. Gated to prevent unauthenticated abuse. Optional. If omitted, defaults to the o |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-raccha-raccha","endpoint":"/isemailreachable","input":{"address":"..."}}'cli
npx cracked-ai run -p mcp-ai-raccha-raccha -e /isemailreachable -i '{"address":"..."}'mcp
run_tool({ provider: "mcp-ai-raccha-raccha", endpoint: "/isemailreachable", input: {"address":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.