website
W
website
/request_callback

Request a phone callback

Ask the Cuvo team to phone the user back, when live booking is unavailable or the user prefers a callback. Requires the user's consent, name, and phone number.

liveverifiedunknown~5s typical
mcpprobedwebsite
$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-co-cuvo-website /request_callback for me.

Input

FieldTypeDescription
name*string
phone*string

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-co-cuvo-website","endpoint":"/request_callback","input":{"name":"...","phone":"..."}}'
cli
npx cracked-ai run -p mcp-co-cuvo-website -e /request_callback -i '{"name":"...","phone":"..."}'
mcp
run_tool({ provider: "mcp-co-cuvo-website", endpoint: "/request_callback", input: {"name":"...","phone":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.