# Amadeus MCP for AI Agents MCP

> Amadeus connects global travel data—flights, hotels, transfers, and activities—to your AI agent. Search options across 400+ airlines and over 150,000 worldwide accommodations using natural conversation prompts. Plan complex itineraries and find the best deals without leaving your chat window.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Tags:** flight-search, hotel-booking, travel-api, gds, itinerary-management, pricing-engine

## Description

Amadeus links one of the industry's largest travel platforms directly to your AI client. You can plan entire trips by simply talking through what you need. Instead of juggling multiple airline sites or booking engines, your agent handles everything from finding flights and checking current schedules to locating hotels near a specific GPS coordinate.

Need to figure out if Paris is cheaper than Rome next month? Use the tools to get flight inspirations across multiple origins. Planning a business trip requires more than just airfare; you can quote airport transfers and even find things to do when you land. All this data flows back into your chat window, giving you immediate comparisons of prices, durations, and stops.

It's comprehensive travel planning at the command line level. When you connect Amadeus via Vinkius, your AI agent treats it like a single source of truth for global itineraries.

## Tools

### search_flights
Searches and compares available flight options between two specified airports.

### get_cheapest_dates
Determines the optimal dates to fly between two cities based on current pricing trends.

### search_hotels
Finds available hotel options and rates for a given city or location.

### search_hotels_nearby
Searches for hotels closest to specified GPS coordinates, useful for landmark planning.

### search_airports
Retrieves airport and city codes needed for accurate flight searches.

### get_flight_status
Provides real-time information on a flight's expected schedule, gate, and terminal.

### search_activities
Finds tours, experiences, and things to do at a specific destination.

### get_airline_info
Retrieves general details about a specified airline carrier.

### search_transfers
Quotes and searches for ground transportation services, like airport pickups.

### get_flight_inspirations
Suggests budget-friendly destinations to fly from a specified departure city.

## Prompt Examples

**Prompt:** 
```
Plan a weekend getaway for two from Boston. Need flights and hotels.
```

**Response:** 
```
Here’s the best fit for your long weekend (Oct 18-20):

✈️ **Outbound:** BOS → Miami (MIA) on Friday, Oct 18th.
   *Delta DL314: $399. Direct. Departs 7:00 AM.*

🏨 **Hotels Near Beach:** The Ocean View Hotel is available for three nights at $285/night. It's only a 15-minute walk from the beach.

🚖 **Transfer Quote:** Airport shuttle service costs an estimated $35 round trip.
```

**Prompt:** 
```
I need to know when I can fly cheaply to London next year.
```

**Response:** 
```
**London Flight Savings Report**

Based on historical data, the cheapest time window from NYC is early March or late October. Here are some options:

*   **March 1-7:** Average cost range $450 - $520 (Direct)
*   **October 25-31:** Average cost range $380 - $460 (One stop, best deal)

I recommend checking the rates for late October to maximize savings.
```

**Prompt:** 
```
What are some fun things to do in Barcelona next month?
```

**Response:** 
```
**Barcelona Activity Suggestions**

Here are three highly rated activities based on your interests:

1.  🎨 **Gothic Quarter Walking Tour:** (Duration: 3 hours) Ideal for history buffs. Includes maps and local guides.
2.  🏖️ **Barceloneta Beach Day Pass:** (Duration: Full day) Rent bikes and explore the coast. Perfect for families.
3.  🍽️ **Tapas Tasting Experience:** (Duration: Evening) A guided food tour through El Born, sampling regional specialties.
```

## Capabilities

### Search multi-stop flights
Find and compare flight options by specifying origin, destination, dates, and desired number of stops.

### Determine cheapest travel dates
Identify the optimal time to fly between two cities, regardless of initial search dates.

### Find local accommodation rates
Search for available hotels by city name or precise geographic coordinates.

### Get real-time travel status updates
Check the current schedule, gate, and terminal information for any given flight path.

### Plan local activities and tours
Discover things to do in a destination, from day trips to unique experiences.

## Use Cases

### Last-minute corporate booking
A manager needs a quick, compliant trip for an employee. They prompt their agent: 'Find me a hotel in Seattle near the Convention Center and figure out my flight status.' The MCP uses `search_hotels_nearby` and `get_flight_status` to give immediate, actionable data.

### Budget family adventure planning
A user asks: 'Where can we go for under $1000 next month?' The agent uses `get_flight_inspirations`, which suggests low-cost destinations. They then follow up with a search using `search_hotels` in that new city.

### Handling airport transfers
A traveler arrives and needs to know how to get into the city center. They use the MCP to run `search_transfers`, getting immediate quotes for private car service or public transit passes.

### Comparing multiple destinations
Instead of checking five different booking sites, the user asks: 'What are the cheapest places I can fly from Boston this quarter?' The MCP executes `get_flight_inspirations` and returns a list of viable budget options.

## Benefits

- Compare multiple carriers in one view: Use `search_flights` to see direct vs. connecting options side-by-side, saving you hours of manual comparison.
- Save money planning trips: Run `get_cheapest_dates` to bypass guessing and find the absolute lowest cost window for any route.
- Pinpoint exact local stays: Use `search_hotels_nearby` with coordinates. You don't just get a city list; you get hotels right next to your target landmark.
- Handle logistics instantly: When coordinating ground travel, simply use `search_transfers` to quote airport pickups and point-to-point rides.
- Stay updated on the go: Check flight schedules in real-time with `get_flight_status`, eliminating the need to check physical departure boards.

## How It Works

The bottom line is you stop searching websites and start talking to your AI client; it does the rest.

1. Ask your AI agent for the trip details: 'I need flights from Chicago to Miami next month.'
2. The Amadeus MCP intercepts this request and runs multiple tools, checking current flight availability, pricing, and best dates.
3. Your agent compiles all the results into a single, easy-to-read itinerary comparison right in your chat.

## Frequently Asked Questions

**How can Amadeus help me compare prices across different airlines?**
The MCP uses `search_flights` to pull data from multiple carriers at once. Instead of visiting five separate airline websites, your agent gives you a single list comparing the same routes, stops, and prices.

**Does Amadeus handle transfers between airports?**
Yes. You can use `search_transfers` to get immediate quotes for ground services, whether it's an airport shuttle or a private car service from the terminal to your hotel.

**Can I find hotels near specific landmarks using Amadeus?**
Absolutely. Instead of just searching by city name, you can use `search_hotels_nearby` and provide GPS coordinates for a landmark, ensuring your stay is perfectly located where you want to be.

**How far in advance should I search for the cheapest flights?**
You don't have to guess. The `get_cheapest_dates` tool analyzes historical data and current trends, telling you exactly what dates are statistically the most affordable for your route.

**What if I need help planning a full multi-city itinerary?**
The MCP is designed for complex trips. You can feed it all the pieces—flights, hotel stays, activities, and transfers—to build one cohesive plan that links every part of your trip together.