Amadeus Reservations · Capability
Amadeus Travel Booking
Unified workflow capability for complete travel booking encompassing flight reservations, hotel bookings, and ground transfer arrangements. Used by online travel agencies, travel chatbots, and corporate travel management platforms to create end-to-end trip reservations.
What You Can Do
POST
Create flight order
— Create a confirmed flight booking.
/v1/bookings/flights
GET
Get flight order
— Retrieve a flight booking.
/v1/bookings/flights/{orderId}
DELETE
Cancel flight order
— Cancel a flight booking.
/v1/bookings/flights/{orderId}
POST
Create hotel order
— Create a confirmed hotel booking.
/v1/bookings/hotels
POST
Create transfer order
— Create a confirmed transfer booking.
/v1/bookings/transfers
DELETE
Cancel transfer order
— Cancel a transfer booking.
/v1/bookings/transfers/{transferOrderId}
MCP Tools
create-flight-booking
Create a confirmed airline reservation from a priced flight offer.
get-flight-booking
Retrieve details of an existing flight reservation by order ID.
read-only
cancel-flight-booking
Cancel an existing confirmed flight reservation.
idempotent
create-hotel-booking
Create a confirmed hotel reservation from a hotel offer at any of 150,000+ hotels worldwide.
create-transfer-booking
Book a ground transfer (airport taxi, private car, or shuttle) for a traveler.
cancel-transfer-booking
Cancel an existing confirmed ground transfer reservation.
idempotent
APIs Used
hotel-booking
flight-orders
transfer-booking