CA
Camping Australia
/search_campsites
Search campsites
Search for campsites, caravan parks, or accommodation by location, features, and other criteria. Use this when the user asks to find a place to stay, camp, or e
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_campsites for me.
Input
| Field | Type | Description |
|---|---|---|
| country | string (AU | US | CA | NZ | AR | CL) | Which country's campsites to search. Set 'US' for United States, 'CA' for Canada, 'NZ' for |
| entity_type | string (free_camping | caravan_park | campground | accom | campsite | tours) | Filter by listing type. Use when the user specifies what kind of place they want: - 'free_ |
| features | array | REQUIRED features the campsite MUST have. Use exact feature names from the list above. e.g |
| limit | integer | Max results to return (default 6, max 20) |
| near_latitude | number | Latitude for proximity search. AU: -33.8688 Sydney. US: 38.5733 Moab, 37.8651 Yosemite Val |
| near_longitude | number | Longitude for proximity search. AU: 151.2093 Sydney. US: -109.5498 Moab, -119.5383 Yosemit |
| query | string | Free-text search for campsite name or location (e.g. 'Byron Bay', 'Moab', 'Banff', 'Queens |
| radius_km | number | Search radius in kilometres (default 50, use 100-150 for broader search) |
| region | string | Region name to search within (e.g. 'South Coast', 'Blue Mountains') |
| state | string (NSW | VIC | QLD | SA | WA | TAS) | AUSTRALIA ONLY — state abbreviation (e.g. 'NSW', 'VIC', 'QLD'). For US/CA/NZ searches use |
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_campsites","input":{}}'cli
npx cracked-ai run -p mcp-au-com-trip-planner-camping-australia -e /search_campsites -i '{}'mcp
run_tool({ provider: "mcp-au-com-trip-planner-camping-australia", endpoint: "/search_campsites", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.