mcpserver.lol
registry/camping-australia
Connection check verified live · 20h ago

camping-australia

Search Australian campsites, caravan parks and free camps; weather, gear, road trips and booking.

Tools 18
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

18 tools

Read from the running server on 20h ago.

bk_cart_add adultsanswercheck_inchildrencheck_outproduct_id +4
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; pass operator_id, p…
bk_cart_checkout can modify data confirmsession_key*
Finalise the Bookeasy cart and get the SINGLE checkout URL the user uses to complete payment. TWO-STEP, human-in-the-loop: 1. Call WITHOUT confirm — this returns the booking summar…
bk_cart_guest email*phonesurname*first_name*session_key*
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 / surname / email y…
bk_cart_promo removepromo_code*session_key*
Apply (or remove) a promo / discount code on the Bookeasy cart. Use when the user gives a promo code; call before bk_cart_checkout so the discounted total shows. Set remove=true to…
bk_operator_availability read-only adultscheck_in*childrencheck_out*operator_id*
Get LIVE products, pricing and availability for a Bookeasy operator for specific dates. Returns bookable products each with a product_id, price, max_guests and an available flag. C…
bk_search_content read-only limitquery*
Search curated tourism content (attractions, things to do, local experiences, events) via Bookeasy. Use this for 'what's on / things to do near X' style questions — this is content…
bk_search_operators read-only limitlatitude*longitude*within_km
Find LIVE-BOOKABLE accommodation operators near a location via the Bookeasy booking platform (real-time inventory). Use this when the user wants to actually BOOK and needs live ava…
find_nearest_toilets read-only limitlatitude*longitude*radius_km
Find the nearest PUBLIC TOILETS to a location (from the National Public Toilet Map). Use this for questions like 'where's the closest toilet to me', 'nearest public toilet', 'is th…
get_accommodation_types read-only entity_id*
List all accommodation types offered by a specific entity (e.g. powered sites, unpowered sites, cabins, hotel rooms). Returns pricing, capacity, amenities, and vehicle access info.
get_campervan_booking_link read-only driver_agepassengerspickup_city*pickup_date*dropoff_date*
Get the DriveAway booking deep-link to complete a campervan / motorhome hire for a pickup city and dates. The user finishes the booking on DriveAway's site (we don't take payment).…
get_campsite_details read-only entity_id*
Get full details for a specific campsite or accommodation by its ID. Returns description, all features/amenities, address, photos, rating, accommodation types offered, and booking…
get_features read-only feature_type
Get the full list of available features/amenities that campsites can have. Use this to help users understand what filters are available or to clarify what a feature means.
get_regions read-only state
List available camping/accommodation regions, optionally filtered by state. Returns region names with entity counts. Use this when the user wants to browse by area or doesn't have…
get_weather_forecast read-only latitudelongitudecampsite_name
Get a 14-day weather forecast for a campsite or location. Use this when the user asks about weather, temperature, rain, wind, or UV conditions at a campsite or destination. You ca…
recommend_gear read-only limitentity_id*
Recommend relevant products and gear for a specific campsite based on its features and type. For example, a campsite with fishing will return fishing gear; a 4WD-access campsite wi…
search_campervans read-only driver_agepassengerspickup_city*pickup_date*dropoff_date*
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 campervan, motorhome or R…
search_campsites read-only limitquerystateregioncountryfeatures +4
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 explore. Returns a li…
search_products read-only limitqueryproduct_type
Search for camping gear, outdoor products, and accessories available in the Camping Australia store. Use this when a user asks about gear, equipment, products, or what to buy/bring…