MCP App Store

Overview

Wego helps you find the best prices for flights and hotels inside ChatGPT. We search across 700+ travel websites to surface accurate, highly competitive rates—then show them in a beautiful, clean, easy-to-understand interface. Compare and refine results with the filters you expect. For flights, filter by airline, departure time, and other essentials to quickly find the right itinerary. For hotels, narrow options by property type, star rating, location, price range, and amenities so you can find the right stay faster. Trusted by 83M+ travelers worldwide, Wego is top-rated with a 4.7 rating on the iOS App Store and 4.5 on Google Play. Need help? Our 24/7 support connects you with a real person.

Tools

flights_poll

Claude
Internal. Invoked automatically by the flight results widget after flights_search to progressively load more results. Do not call directly.

hotels_poll

Claude
Internal. Invoked automatically by the hotel results widget after hotels_search. Do not call directly.

places_find_location

Claude
Optional helper to resolve travel location identifiers for hotels and flights (cityCode, hotelId, airport IATA codes, coordinates). Returns location codes, IDs, and coordinates. PURPOSE: Provides specific identifiers for other tools: - Coordinates for hotels_search geoSearch (e.g., "Eiffel Tower" → latitude, longitude) - geoSearch requires coordinates for landmarks - hotelId for hotels_search hotelSearch (e.g., "Burj Al Arab" → hotelId) - City code when needed (e.g., "Kota Kinabalu" → cityCode) - Airport IATA codes when needed (e.g., "New York airports" → JFK, LGA, EWR) Not for restaurants, shops, recipes, or general non-travel queries. PLACE TYPES: Filter by specific types using the 'types' parameter: - city: Major cities (returns cityCode like "DXB", "PAR") - airport: Airports (returns IATA codes like "JFK", "LHR") - district: Neighborhoods within cities (returns districtId) - state: States, provinces, regions - hotel: Individual hotels (returns hotelId) - poi: Points of interest, landmarks (returns coordinates) If 'types' is omitted, returns all matching place types. POI SEARCH WITH LOCATION BIAS: For POI searches, locationBias (approximate coordinates) can optionally improve result relevance when geographic context is known. When to provide locationBias: - User mentions a city: "Eiffel Tower in Paris" (provide Paris coordinates) - Previous conversation context provides location - The landmark location is recognized When locationBias is not needed: - No geographic context available - Uncertain about location - Global/ambiguous landmarks EXAMPLES: Resolve city: { query: "Kota Kinabalu", types: ["city"] } → cityCode Resolve district: { query: "Downtown Dubai", types: ["district"] } → districtId Resolve airports: { query: "New York", types: ["airport"] } → JFK, LGA, EWR Resolve hotel: { query: "Burj Al Arab", types: ["hotel"] } → hotelId Resolve POI with bias: { query: "Eiffel Tower", types: ["poi"], locationBias: { latitude: 48.85, longitude: 2.35 } } Resolve POI without bias: { query: "Marina Bay Sands", types: ["poi"] } AMBIGUITY HANDLING: When multiple locations match, response includes hasAmbiguity: true and disambiguationHint. Ask user to specify which location. NOTES: - locationBias is optional (text search works without it) - Approximate coordinates are fine (city-level accuracy) - Location bias improves relevance but doesn't exclude other regions

Example Prompts

Click any prompt to copy it.

App Stats

5

Tools

2

Prompts

ChatGPT, Claude

Platforms

Works with

ChatGPT
Claude

Data refreshed daily