integrations.sh
← all integrations

Webjet

MCP server openai

The Webjet ChatGPT app brings Australia’s top travel site into a conversational interface to simplify your next search. Easily find and compare flights and hotels, all under one tab.

Homepage
https://www.webjet.com.au/
Remote URL
https://services.webjet.com.au/api/mcp/webjetota
Auth
NONE

Tools (3)

Extracted live via the executor SDK.

  • hotels.search

    Use this when the user wants to find hotels at a destination. Do not use for flight searches or for fetching rooms for a specific hotel - use hotels.list_rooms for that.

  • flights.search

    Use this when the user wants to search for available flights between two locations. Do not use for hotel searches, car rentals, or other non-flight travel.

  • hotels.list_rooms

    Use this only after hotels.search has been called and the user has selected a specific hotel from the results. Requires a hotelId from a previous hotels.search response. Do not use to search for hotels across a destination, and do not call this without a hotelId - use hotels.search first.