← Registry

API Tools

travellersgroup.com.au

Provides search and retrieval of property, room, distance, and event data for the Travellers Group travel accommodation network.

1 endpoint12 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://agent.travellersgroup.com.au/v1/mcp

No auth detected

MCP server metadata

Name
travellers-agent
Version
0.2.0
Capabilities
tools.listChanged

Known tools 12

search_content

Search the published six-site Travellers Group corpus (guides, hubs, FAQs, pages).

Inferred read-only
get_property

Canonical entity record for a Travellers Group property: address, contacts, quick facts, policies, booking URL, parent entity.

Inferred read-only
get_room_types

Room catalogue for a property: occupancy, bedding, amenities, who-it-suits, booking deep link per room.

Inferred read-only
get_distances

Measured distances from a property (km, drive/walk minutes) to hospitals, mines, airports, venues, wineries.

Inferred read-only
get_events

Verified events for a town.

Inferred read-only
get_town_guide

Town knowledge layer: open-late, essentials, eat, with-kids, working-in, hospital-visitor, itineraries.

Inferred read-only
get_indicative_rates

Indicative rate ranges from the published, commercially-signed rate module only — framed as indicative, never a quote.

Inferred read-only
recommend_property

Honest matching across the Travellers portfolio.

Inferred read-only
check_availability

Tier A handoff: returns a dated, pre-filled booking-engine link — LIVE availability and pricing are at that link.

Inferred read-only
create_enquiry

Sends a booking enquiry to the property team (groups, crews, blocks, weekly stays, functions).

Inferred read-only
get_corporate_account_info

The Travellers Group corporate-account answer as data: one account, five properties, direct billing and consolidated invoicing.

Inferred read-only
create_corporate_enquiry

Corporate-account or group-booking enquiry, routed to the Travellers Group corporate team.

Inferred read-only

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.travellers-agent]
url = "https://agent.travellersgroup.com.au/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "travellers-agent": {
      "type": "http",
      "url": "https://agent.travellersgroup.com.au/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: travellers-agent
Remote MCP URL: https://agent.travellersgroup.com.au/v1/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": {
    "travellers-agent": {
      "url": "https://agent.travellersgroup.com.au/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "travellers-agent": {
      "type": "http",
      "url": "https://agent.travellersgroup.com.au/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "travellers-agent",
  "transport": "streamable-http",
  "url": "https://agent.travellersgroup.com.au/v1/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.