← campingaustralia.com.au

INDIVIDUAL MCP TOOL

bk_search_operators

Find LIVE-BOOKABLE accommodation operators near a location via the Bookeasy booking platform (real-time inventory).

campingaustralia.com.aunone authenticationAvailability not checked

LIVE ENDPOINT

https://app.trip-planner.com.au/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for bk_search_operators 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

campingaustralia.com.au

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.