GI
GVRN Incorporation
/verify_email_otp
Verify email code
Verifies a 6-digit email code and returns a verificationToken valid for ~30 minutes. The draft tools require this token. Re-verifying the same email issues a fr
liveverifiedunknown~5s typical
mcpprobedgvrnincorporation
$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-gvrn-incorporation /verify_email_otp for me.
Input
| Field | Type | Description |
|---|---|---|
| email* | string | Same email the code was sent to |
| code* | string | The 6-digit code from the user's inbox |
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-gvrn-incorporation","endpoint":"/verify_email_otp","input":{"email":"...","code":"..."}}'cli
npx cracked-ai run -p mcp-ai-gvrn-incorporation -e /verify_email_otp -i '{"email":"...","code":"..."}'mcp
run_tool({ provider: "mcp-ai-gvrn-incorporation", endpoint: "/verify_email_otp", input: {"email":"...","code":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.