CA
Camping Australia
/bk_cart_guest
Set booking guest details
Attach the lead guest's contact details to the Bookeasy cart. Bookeasy requires a name and email to issue a booking. For a signed-in customer, any of first_name
liveverifiedunknown~5s typical
mcpprobedcampingaustralia
$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-au-com-trip-planner-camping-australia /bk_cart_guest for me.
Input
| Field | Type | Description |
|---|---|---|
| email* | string | Guest email (booking confirmation goes here) |
| first_name* | string | Guest first name |
| phone | string | Optional contact phone |
| session_key* | string | The cart session key |
| surname* | string | Guest surname |
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-au-com-trip-planner-camping-australia","endpoint":"/bk_cart_guest","input":{"email":"...","first_name":"...","session_key":"...","surname":"..."}}'cli
npx cracked-ai run -p mcp-au-com-trip-planner-camping-australia -e /bk_cart_guest -i '{"email":"...","first_name":"...","session_key":"...","surname":"..."}'mcp
run_tool({ provider: "mcp-au-com-trip-planner-camping-australia", endpoint: "/bk_cart_guest", input: {"email":"...","first_name":"...","session_key":"...","surname":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.