CA
Camping Australia
/bk_cart_add
Add a stay to the booking cart
Add a product to the Bookeasy booking cart, OR answer a booking question. This is SERVER-DRIVEN and stateful: - First add: omit session_key to start a new cart;
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_add for me.
Input
| Field | Type | Description |
|---|---|---|
| adults | integer | Adults (default 2) |
| answer | object | Answer to the pending booking question |
| check_in | string | Check-in date YYYY-MM-DD |
| check_out | string | Check-out date YYYY-MM-DD |
| children | integer | Children (default 0) |
| operator_id | integer | Bookeasy operator id (for a new product add) |
| pending_token | string | Token from a prior 'question_pending' response (when answering a booking question) |
| product_id | integer | Product id from bk_operator_availability |
| quoted_price | number | The price quoted by bk_operator_availability for this product |
| session_key | string | Cart session key from a prior cart call. Omit on the very first add to open a new cart. |
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_add","input":{}}'cli
npx cracked-ai run -p mcp-au-com-trip-planner-camping-australia -e /bk_cart_add -i '{}'mcp
run_tool({ provider: "mcp-au-com-trip-planner-camping-australia", endpoint: "/bk_cart_add", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.