← campingaustralia.com.au
INDIVIDUAL MCP TOOL
bk_cart_guest
Attach the lead guest's contact details to the Bookeasy cart.
LIVE ENDPOINT
https://app.trip-planner.com.au/api/mcp
Connect to this endpoint to inspect the live schema for bk_cart_guest and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
find_nearest_toilets— Find the nearest PUBLIC TOILETS to a location (from the National Public Toilet Map).search_campsites— Search for campsites, caravan parks, or accommodation by location, features, and other criteria.get_campsite_details— Get full details for a specific campsite or accommodation by its ID.get_regions— List available camping/accommodation regions, optionally filtered by state.get_features— Get the full list of available features/amenities that campsites can have.get_accommodation_types— List all accommodation types offered by a specific entity (e.search_products— Search for camping gear, outdoor products, and accessories available in the Camping Australia store.recommend_gear— Recommend relevant products and gear for a specific campsite based on its features and type.