← travellersgroup.com.au
INDIVIDUAL MCP TOOL
get_indicative_rates
Indicative rate ranges from the published, commercially-signed rate module only — framed as indicative, never a quote.
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 endpoint
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.
Related tools
search_content— Search the published six-site Travellers Group corpus (guides, hubs, FAQs, pages).get_property— Canonical entity record for a Travellers Group property: address, contacts, quick facts, policies, booking URL, parent entity.get_room_types— Room catalogue for a property: occupancy, bedding, amenities, who-it-suits, booking deep link per room.get_distances— Measured distances from a property (km, drive/walk minutes) to hospitals, mines, airports, venues, wineries.get_events— Verified events for a town.get_town_guide— Town knowledge layer: open-late, essentials, eat, with-kids, working-in, hospital-visitor, itineraries.recommend_property— Honest matching across the Travellers portfolio.check_availability— Tier A handoff: returns a dated, pre-filled booking-engine link — LIVE availability and pricing are at that link.