API Tools
travellersgroup.com.au
Provides search and retrieval of property, room, distance, and event data for the Travellers Group travel accommodation network.
ENDPOINT 1
https://agent.travellersgroup.com.au/v1/mcp
MCP server metadata
- Name
- travellers-agent
- Version
- 0.2.0
Known tools 12
search_contentSearch the published six-site Travellers Group corpus (guides, hubs, FAQs, pages).
Inferred read-onlyget_propertyCanonical entity record for a Travellers Group property: address, contacts, quick facts, policies, booking URL, parent entity.
Inferred read-onlyget_room_typesRoom catalogue for a property: occupancy, bedding, amenities, who-it-suits, booking deep link per room.
Inferred read-onlyget_distancesMeasured distances from a property (km, drive/walk minutes) to hospitals, mines, airports, venues, wineries.
Inferred read-onlyget_town_guideTown knowledge layer: open-late, essentials, eat, with-kids, working-in, hospital-visitor, itineraries.
Inferred read-onlyget_indicative_ratesIndicative rate ranges from the published, commercially-signed rate module only — framed as indicative, never a quote.
Inferred read-onlycheck_availabilityTier A handoff: returns a dated, pre-filled booking-engine link — LIVE availability and pricing are at that link.
Inferred read-onlycreate_enquirySends a booking enquiry to the property team (groups, crews, blocks, weekly stays, functions).
Inferred read-onlyget_corporate_account_infoThe Travellers Group corporate-account answer as data: one account, five properties, direct billing and consolidated invoicing.
Inferred read-onlycreate_corporate_enquiryCorporate-account or group-booking enquiry, routed to the Travellers Group corporate team.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.