BO
Breach402 Owner Protection
/get_owner_email_verification_status
Check Owner Verification Status
Poll an email-verification request. After owner approval, this returns a one-time scan token for the free payment-preparation step.
liveverifiedunknown~5s typical
mcpprobedbreach402ownerprotection
$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-com-bmcxiv-breach402-owner-protection /get_owner_email_verification_status for me.
Input
| Field | Type | Description |
|---|---|---|
| enrollment_id* | string | Enrollment identifier returned when verification was started. |
| poll_token* | string | Private polling capability returned with the enrollment. |
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-com-bmcxiv-breach402-owner-protection","endpoint":"/get_owner_email_verification_status","input":{"enrollment_id":"...","poll_token":"..."}}'cli
npx cracked-ai run -p mcp-com-bmcxiv-breach402-owner-protection -e /get_owner_email_verification_status -i '{"enrollment_id":"...","poll_token":"..."}'mcp
run_tool({ provider: "mcp-com-bmcxiv-breach402-owner-protection", endpoint: "/get_owner_email_verification_status", input: {"enrollment_id":"...","poll_token":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.