M
marketplace
/create_account
create account
Get a BookingMaven signup link pre-filled with the customer's details. The customer visits the link to set their password and activate their account, which link
liveunknown~5s typical
mcpmarketplace
$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-bookingmaven-marketplace /create_account for me.
Input
| Field | Type | Description |
|---|---|---|
| email* | string | Customer email (use the same email used for booking) |
| name* | string | Customer full name |
| phone | string | Customer phone number (optional) |
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-bookingmaven-marketplace","endpoint":"/create_account","input":{"email":"...","name":"..."}}'cli
npx cracked-ai run -p mcp-com-bookingmaven-marketplace -e /create_account -i '{"email":"...","name":"..."}'mcp
run_tool({ provider: "mcp-com-bookingmaven-marketplace", endpoint: "/create_account", input: {"email":"...","name":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.