travel-advisor
The Travel Advisor MCP Server offers a comprehensive API for accessing real-time travel-related data, similar to TripAdvisor.
v2_auto_complete
List suggested locations by term or phrase
Try it
Result:
v2_search
Search for related cities, countries, and suggestions by term or phrase
Try it
Result:
v2_list_nearby
List nearby to a location
Try it
Result:
locations_auto_complete
List suggested locations by term or phrase
Try it
Result:
locations_search
Search for related cities, countries, and suggestions
Try it
Result:
v2_list
Get available filters for listing restaurants
Try it
Result:
v2_get_details
Get detail information of specific restaurant
Try it
Result:
restaurants_list_by_latlng
List restaurants by specifying an coordinate and radius
Try it
Result:
restaurants_list_in_boundary
List restaurants by specifying coordinates of bottom left and top right of a boundary
Try it
Result:
restaurants_list
List restaurants related to a location by location_id
Try it
Result:
restaurants_get_details
Get all information of a specific restaurant by its location_id
Try it
Result:
v2_get_options
Get all options of specific attraction * This endpoint is replaced by .../attraction-products/v2/check-availability endpoint.
Try it
Result:
attractions_list_by_latlng
List attractions by specifying an coordinate and radius
Try it
Result:
attractions_list_in_boundary
List attractions by specifying coordinates of bottom left and top right of a boundary
Try it
Result:
attractions_list
List attractions of specific location by location_id
Try it
Result:
attractions_get_details
Get all information of specific attracting location by its location_id
Try it
Result:
keywords_list
List interesting keywords related to a specific location by its location_id
Try it
Result:
tips_list
List tips of specific hotel by its location_id
Try it
Result:
reviews_list
List reviews related to a location by its location_id
Try it
Result:
photos_list
List photos related to a location by its id
Try it
Result:
questions_list
List questions related to a location by its id
Try it
Result:
answers_list
List answers related to a questions by its id
Try it
Result:
airports_search
* TripAdvisor stops providing "Flights feature" via their mobile application, the web version is going to be down in the future. Search for airport code by countries', cities', etc... name
Try it
Result:
flights_create_session
* TripAdvisor stops providing "Flights feature" via their mobile application, the web version is going to be down in the future. Create new session for searching flights tickets of all airlines around the world. The flight APIs need to use as following : Firstly, you init a search session by using the create-session endpoint and get sid value Secondly, you repeatedly call poll endpoint until the summary/c field is true to get final total flight by summary/nr value. o parameter must be 0 otherwise the summary field is not returned. Thirdly, you repeatedly call poll endpoint with o increasing by n value step by step until you reach total flight.
Try it
Result:
flights_poll
* TripAdvisor stops providing "Flights feature" via their mobile application, the web version is going to be down in the future. Poll for more available flight data until the value of "summary/c" field returned right in this endpoint is true. The flight APIs need to use as following : Firstly, you init a search session by using the create-session endpoint and get sid value Secondly, you repeatedly call poll endpoint until the summary/c field is true to get final total flight by summary/nr value. o parameter must be 0 otherwise the summary field is not returned. Thirdly, you repeatedly call poll endpoint with o increasing by n value step by step until you reach total flight.
Try it
Result:
flights_get_booking_url
* TripAdvisor stops providing "Flights feature" via their mobile application, the web version is going to be down in the future. Generate booking url relating to a specific flight
Try it
Result:
v2_check_availability
Check available products relating to an attraction