MD
MailboxValidator Disposable Email Checker
/v1/email/disposable
/v1/email/disposable
The Disposable Email Checker API does checking on a single email address and returns if it is from a disposable email provider in either JSON or XML format.
liveunknown~3s typical
mailboxvalidator
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-mailboxvalidator-com-disposable /v1/email/disposable for me.
Input
| Field | Type | Description |
|---|---|---|
| format | string (json | xml) | Return the result in json (default) or xml format. default null |
| email* | string | The email address to check if is from a disposable email provider. default null |
| key* | string | API key. default null |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"oa-mailboxvalidator-com-disposable","endpoint":"/v1/email/disposable","input":{"format":"json","email":"...","key":"..."}}'cli
npx cracked-ai run -p oa-mailboxvalidator-com-disposable -e /v1/email/disposable -i '{"format":"json","email":"...","key":"..."}'mcp
run_tool({ provider: "oa-mailboxvalidator-com-disposable", endpoint: "/v1/email/disposable", input: {"format":"json","email":"...","key":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.