Productivity
tineo.ai
Manages travel itineraries, searches trips, parses travel confirmations, and creates support tickets.
ENDPOINT 1
https://api.tineo.ai/mcp
Known tools 39
support_ticket_createCreate a Tineo support ticket after the user explicitly asks or confirms.
tineo_pingTest connection to Tineo and verify user authentication.
searchUse this when the user wants to search their trips, itinerary segments, or travel documents by keyword.
fetchUse this when the user wants the full text for a specific Tineo search result.
import_parse_text_previewParse pasted travel confirmation text into proposed itinerary segments without saving anything.
trips_listList the user's trips.
trip_detailsGet detailed information about a specific trip.
segment_detailsGet full details for a specific trip segment.
trip_booking_linksReturn useful booking, reservation, ticket, check-in, itinerary, and affiliate flight-search links for a user's trip as booking_link_cards.
segment_booking_linksReturn useful booking, reservation, ticket, check-in, itinerary, voucher, receipt, and travel-document links for one trip segment as booking_link_cards.
flight_booking_linkReturn a Tineo redirect card for comparable flight search for a trip flight when affiliate flight deep links are enabled.
trip_travelersGet the list of travelers/participants for a specific trip.
flight_status_for_segmentGet current flight status for an existing flight segment in a user's trip.
flight_quickadd_lookupLook up flight details by airline, flight number, and departure date before creating or editing a flight segment.
discoverSearch for hotels, restaurants, attractions, or activities to recommend to the traveler, returned as rich visual cards (image, rating, price level, link).
places_searchSearch for real-world places by text.
place_detailsGet detailed information for a selected place.
segment_get_schemaGet the schema for a segment type.
segment_createCreate a new segment in a trip.
segment_updateUpdate an existing segment.
segment_deleteDelete a segment from a trip.
trip_createCreate a new trip.
batch_segment_createCreate multiple segments in a trip in one call.
flight_quickaddLook up a real flight by number and date, then create it as a segment in the trip.
traveler_assignAssign one or more travelers to a segment.
traveler_addAdd a new traveler to a trip.
assistant_airbnb_search_userSearch Airbnb listings by location and dates.
assistant_airbnb_search_tripSearch Airbnb listings for an existing Tineo trip.
train_booking_linkReturn a Tineo booking card for an Omio train-search handoff for a route and date.
flight_route_lookupFind scheduled flights by route and date when the flight number is NOT known: origin airport, destination airport, local departure date, and optionally an airline.
get_trip_weatherGet a day-by-day, city-grouped weather forecast for a trip's destination(s), bounded to the trip dates, each day tagged with a confidence tier (high/good/moderate/low/climatology).
generate_packing_listGenerate (or regenerate, preserving checked items, when replace=true) a weather- and activity-aware packing checklist for a trip, saved as a pinned checklist note.
trip_cover_updateSet a trip's cover photo from an image URL or a place_photo_reference returned by places_search/place_details.
friends_listList the authenticated user's accepted friends (paged).
friend_requests_pendingList the authenticated user's pending friend requests, split into incoming (awaiting your response) and outgoing (awaiting the other person).
friend_request_sendSend a friend request to another user by user_id, or by email.
friend_request_acceptAccept an INCOMING pending friend request by request_id (from friend_requests_pending).
friend_request_declineDecline an INCOMING pending friend request by request_id (from friend_requests_pending).
friend_request_resendResend the notification email for one of YOUR OUTGOING pending friend requests by request_id (from friend_requests_pending).