M
mcp
/verify_login_code
verify login code
Complete sign-in with the emailed code. Returns the apiKey ONCE — configure it as the `Authorization: Bearer <key>` header of this MCP connection (and/or save t
liveunknown~5s typical
mcpmcp
$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-dataecho-mcp /verify_login_code for me.
Input
| Field | Type | Description |
|---|---|---|
| email* | string | Same email as request_login_code |
| code* | string | The one-time code from the email |
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-dataecho-mcp","endpoint":"/verify_login_code","input":{"email":"...","code":"..."}}'cli
npx cracked-ai run -p mcp-ai-dataecho-mcp -e /verify_login_code -i '{"email":"...","code":"..."}'mcp
run_tool({ provider: "mcp-ai-dataecho-mcp", endpoint: "/verify_login_code", input: {"email":"...","code":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.