M
mcp-server
/manage_account
Get instructions for DPF account signup, email verification, or password reset
Returns instructions for creating a DPF account, verifying its email, resending the verification code, or resetting a forgotten password — it never performs the
liveunknown~5s typical
mcpmcp-server
$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-dpf-it-mcp-server /manage_account for me.
Input
| Field | Type | Description |
|---|---|---|
| action* | string (register | verify | resend | forgot-password | reset-password) | |
| email* | string | |
| firstName | string | action "register" only |
| lastName | string | action "register" only |
| termsAccepted | boolean | action "register" only. Must be true. |
| otp | string | action "verify" and "reset-password" only. The 6-digit code from the email DPF sent. |
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-dpf-it-mcp-server","endpoint":"/manage_account","input":{"action":"register","email":"..."}}'cli
npx cracked-ai run -p mcp-com-dpf-it-mcp-server -e /manage_account -i '{"action":"register","email":"..."}'mcp
run_tool({ provider: "mcp-com-dpf-it-mcp-server", endpoint: "/manage_account", input: {"action":"register","email":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.