CA
Camping Australia
/search_campervans
Search campervan hire
Search live campervan / motorhome hire availability and pricing for a pickup city and travel dates (via DriveAway). Use this when the user wants to RENT a campe
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 /search_campervans for me.
Input
| Field | Type | Description |
|---|---|---|
| driver_age | integer | Driver age (18–99). Default 35. |
| dropoff_date* | string | Drop-off date, YYYY-MM-DD. Must be after pickup_date. |
| passengers | integer | Number of travellers (1–8). Default 2. |
| pickup_city* | string | Pickup depot city, e.g. 'Melbourne', 'Cairns', 'Perth'. |
| pickup_date* | string | Pickup date, YYYY-MM-DD. |
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":"/search_campervans","input":{"dropoff_date":"...","pickup_city":"...","pickup_date":"..."}}'cli
npx cracked-ai run -p mcp-au-com-trip-planner-camping-australia -e /search_campervans -i '{"dropoff_date":"...","pickup_city":"...","pickup_date":"..."}'mcp
run_tool({ provider: "mcp-au-com-trip-planner-camping-australia", endpoint: "/search_campervans", input: {"dropoff_date":"...","pickup_city":"...","pickup_date":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.