Most search integrations stop at a list of places and leave you to discover on the vendor's site that everything is taken. Here listing-availability sits between search and booking and answers for named siteIds across a date range, so the shortlist a model produces is already filtered by what is free. The last step is a URL rather than a reservation — listing-book hands off to checkout instead of taking payment, which keeps the assistant out of the transaction.
A campground and outdoor-recreation search client: four tools covering listing search, listing detail, site availability and a hand-off to booking.
- Search by city, region, country or a latitude and longitude with a radius, narrowed by startDate, endDate, adults, children and filters, paged through a cursor
- Full detail for a single listing by listingId
- Availability for named siteIds at a listing over a date range, before you commit to anything
- A booking URL for a chosen listing, dates and party size
No key and no account; the tools want a place, a date range and a party size.
One command — npx -y campertunity-ai-tools@latest
