Plantrip
Travel planning tools from Plantrip (plantrip.io): generate day-by-day itineraries, AI packing lists, weather insights, and trip cost estimates.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноТолько чтение
Что умеет
- Create Itinerary: Create a new travel itinerary for a destination. This starts an asynchronous generation process. Use get_itinerary_status to poll for completion, then get_itinerary to retrieve the f
- Get Itinerary Status: Check the generation status of an itinerary. Use this to poll for completion after calling create_itinerary or modify_itinerary.
- Get Itinerary: Retrieve a complete itinerary with all day-by-day details, activities, costs, and locations.
Какие данные видит
Нужен ли аккаунт
Нужен API-ключ из настроек сервиса
Travel planning tools from Plantrip (plantrip.io): generate day-by-day itineraries, AI packing lists, weather insights, and trip cost estimates. Every itinerary gets a shareable page the user owns. Free API key at https://plantrip.io/developers — no subscription required.
Список инструментов сервера (14)
Технические названия из tools/list. Нужны только разработчикам.
| create_itinerary | Create a new travel itinerary for a destination. This starts an asynchronous generation process. Use get_itinerary_status to poll for completion, then get_itinerary to retrieve the full itinerary. |
| get_itinerary_status | Check the generation status of an itinerary. Use this to poll for completion after calling create_itinerary or modify_itinerary. |
| get_itinerary | Retrieve a complete itinerary with all day-by-day details, activities, costs, and locations. |
| modify_itinerary | Modify an existing itinerary using natural language instructions. This creates a new version of the itinerary with the requested changes. |
| list_user_trips | List all saved trips for the authenticated user. Requires the API key to be linked to a user account. |
| save_itinerary | Save an itinerary to the user's saved trips. Requires the API key to be linked to a user account. |
| delete_trip | Remove a trip from the user's saved trips. Requires the API key to be linked to a user account. |
| generate_packing_list | Generate an AI-powered packing list for a trip based on destination, duration, and activities. |
| ask_travel_expert | Ask a travel expert any question about destinations, travel planning, tips, visa requirements, safety, or general travel advice. |
| get_weather_insights | Get detailed weather and climate insights for a destination, including seasonal patterns, what to expect, and how it might affect your trip. |
| estimate_trip_cost | Get a detailed budget breakdown and cost estimate for a trip, including accommodation, food, activities, and transportation. |
| search_guides | Search Plantrip's travel guides for destination information, tips, and recommendations. |
| get_tour_availability | Check available dates and times for a tour experience. |
| submit_tour_inquiry | Submit an inquiry about booking a tour. The tour operator will respond via email. |