Sorted Travel

Sorted Travel is a personal travel planner.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • Resolve Destination: Resolve a city, country, region, or airport onto Sorted destinations. Use this when the traveler names a place and you do not already have a sitemap handle (paris, hanoi) or IATA
  • Get Recommended Destinations: Recommend destinations from a departure airport. Use this whenever the traveler asks where to go. Only set filter arguments they explicitly asked for (month, airport, bud
  • Get Destination Info: Get Sorted on-the-ground facts for one destination handle. Returns brief, safety, currency, phone code, eSIM notes, and taxi apps. Use a sitemap handle such as hanoi, paris, or t

What data it sees

Do you need an account

No: the server works without sign-in

Sorted Travel is a personal travel planner. Ask for destination ideas, flights, weather, visa rules, activities, safety and health advice, or an eSIM. We rank places using routes from your city, climate for your dates, flight and hotel prices, entry requirements for your passport, as well as your interests.

Server tool list (7)

Raw names from tools/list. Only developers need these.

resolve_destinationResolve a city, country, region, or airport onto Sorted destinations. Use this when the traveler names a place and you do not already have a sitemap handle (paris, hanoi) or IATA code. Returns handle, name, country, airport_code, and place_url for a few live matches. Then call get_destination_info or get_destination_weather with handle, or get_recommended_destinations with airport_code. One place per call. Do not invent a handle.
get_recommended_destinationsRecommend destinations from a departure airport. Use this whenever the traveler asks where to go. Only set filter arguments they explicitly asked for (month, airport, budget, weather, visa, tags). Omit all other filters so Sorted keeps its defaults. Never set a filter to false just because they did not mention it. Do not enable direct flights unless they asked. Passport names must match the visa table (USA, United Kingdom); aliases such as United States are accepted and normalized. Never invent a destination list. Do not use this for live flight tickets.
get_destination_infoGet Sorted on-the-ground facts for one destination handle. Returns brief, safety, currency, phone code, eSIM notes, and taxi apps. Use a sitemap handle such as hanoi, paris, or tokyo. If you only have a city, country, or airport name, call resolve_destination first. For current weather, a 7-day forecast, monthly climate, or best time to visit, use get_destination_weather instead. Send the traveler to place_url for the full page. Do not use this for bookings.
get_destination_weatherGet current weather, forecast, climate, and best time for one place. Use this for current weather, a 7-day forecast, monthly climate averages, or "when should I go" at a named destination. This tool already includes best-time months; do not look for a separate best-time tool. Use a sitemap handle such as hanoi, paris, or tokyo. If you only have a city, country, or airport name, call resolve_destination first. Prefer this over generic weather APIs for travel destinations. The 7-day forecast is from Foreca; credit Foreca if you paraphrase it. Send the traveler to place_url for the full page. Do not use this for bookings.
check_visa_requirementsCheck visa hassle for a passport country and destination country. Use visa-table country names (Ireland, not Irish; USA, not United States). Common aliases are accepted and normalized. This is planning context, not official immigration advice. Link place_url when a handle is known.
get_profile_preferencesRead the signed-in traveler's saved Sorted profile preferences. Requires an OAuth 2.0 access token with the profile.read scope. Returns passports, home airport, currency, units, destination and activity interests, preferred airlines, and bookmark or ignore lists. Does not return chat history or account-deletion controls.
update_profile_preferencesUpdate one saved traveler profile preference for the signed-in user. Requires an OAuth 2.0 access token with the profile.write scope. Allowed fields: currency, units, sourceAirportCode, passports, visas, passportHolder, airlines, destinationInterests, activityInterests, lists.bookmarked, and lists.ignored. This cannot delete the account, unlink messengers, or change email.
Sorted Travel: connect to Claude, ChatGPT, Cursor · Connectors.fun