General Tools
campingaustralia.com.au
Provides access to public toilet locations and campsite information from Australian national databases.
ENDPOINT 1
https://app.trip-planner.com.au/api/mcp
MCP server metadata
- Name
- camping-australia
- Version
- 1.5.0
Known tools 18
find_nearest_toiletsFind the nearest PUBLIC TOILETS to a location (from the National Public Toilet Map).
Inferred read-onlysearch_campsitesSearch for campsites, caravan parks, or accommodation by location, features, and other criteria.
Inferred read-onlyget_campsite_detailsGet full details for a specific campsite or accommodation by its ID.
Inferred read-onlyget_regionsList available camping/accommodation regions, optionally filtered by state.
Inferred read-onlyget_featuresGet the full list of available features/amenities that campsites can have.
Inferred read-onlyget_accommodation_typesList all accommodation types offered by a specific entity (e.
Inferred read-onlysearch_productsSearch for camping gear, outdoor products, and accessories available in the Camping Australia store.
Inferred read-onlyrecommend_gearRecommend relevant products and gear for a specific campsite based on its features and type.
Inferred read-onlybk_search_operatorsFind LIVE-BOOKABLE accommodation operators near a location via the Bookeasy booking platform (real-time inventory).
Inferred read-onlybk_operator_availabilityGet LIVE products, pricing and availability for a Bookeasy operator for specific dates.
Inferred read-onlybk_cart_addAdd a product to the Bookeasy booking cart, OR answer a booking question.
Inferred read-onlybk_cart_checkoutFinalise the Bookeasy cart and get the SINGLE checkout URL the user uses to complete payment.
Potential side effectsbk_search_contentSearch curated tourism content (attractions, things to do, local experiences, events) via Bookeasy.
Inferred read-onlysearch_campervansSearch live campervan / motorhome hire availability and pricing for a pickup city and travel dates (via DriveAway).
Inferred read-onlyget_campervan_booking_linkGet the DriveAway booking deep-link to complete a campervan / motorhome hire for a pickup city and dates.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.camping-australia]
url = "https://app.trip-planner.com.au/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"camping-australia": {
"type": "http",
"url": "https://app.trip-planner.com.au/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: camping-australia
Remote MCP URL: https://app.trip-planner.com.au/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"camping-australia": {
"url": "https://app.trip-planner.com.au/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"camping-australia": {
"type": "http",
"url": "https://app.trip-planner.com.au/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "camping-australia",
"transport": "streamable-http",
"url": "https://app.trip-planner.com.au/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for trip-planner.com.au was fetched 2026-08-11T06:06:47.667Z.
trip-planner.com.au is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.