# Amadeus MCP for AI Agents AI Agent Connect

> Amadeus. Connect your agent to the world's leading travel data to find flights, hotels, and destinations. It turns a messy search process into a natural conversation, letting you audit travel offers and plan itineraries without jumping between dozens of tabs.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_biqAJaQRA2MJt6OQzdZTvBZBZbpb5XFdJI783Nnx/ai-agent-connect
- **Tags:** flight-booking, hotel-availability, travel-logistics, destination-data, api-integration, itinerary-planning

## Description

Planning a trip usually involves juggling a dozen browser tabs. You're checking flight prices on one site, scouring hotel reviews on another, and trying to figure out what's actually worth seeing in a city you've never visited. This Connector lets your agent handle that heavy lifting for you. Instead of copy-pasting city codes or hunting for the best seat, you just tell your agent what you need. It pulls real-time flight offers, checks hotel availability, and finds specific points of interest based on your location. If you're a travel pro or just someone who hates the friction of planning a vacation, this is how you get things done. You'll find it listed in the Vinkius catalog, where you can get it hooked up in minutes. It's about moving from searching to deciding by having your agent do the digging for you.

## Tools

### get_flight_destinations
See all possible destinations from a starting point. This is great for general exploration.

### get_hotel_offers
Get specific pricing and details for a particular hotel ID. Use it to see the best rates for a stay.

### get_direct_destinations
See which cities you can fly to directly from a specific airport. This helps you plan faster routes.

### get_flight_dates
Find the cheapest days to fly out of an origin city. Use this to optimize your travel budget.

### get_travel_recommendations
Find interesting places to visit based on specific coordinates. It's perfect for scouting locations.

### get_seat_map
View the layout of seats for a specific flight offer. This helps you see exactly where you'll sit.

### search_cities
Look up city codes and locations globally. It's the first step for any accurate travel search.

### search_flights
Find available flight offers between two locations. This gives you a quick overview of pricing.

### search_hotels
Find hotels in a specific city using a city code. Use this to narrow down your stay options.

### search_poi
Find points of interest like landmarks or restaurants. Use this to see what's near your hotel.

## Prompt Examples

**Prompt:** 
```
I need to fly from Chicago to Miami next month. What's the cheapest day?
```

**Response:** 
```
I've looked up the flights for you. Here are the cheapest dates from Chicago to Miami for next month:

| Date | Price | Airline |
| :--- | :--- | :--- |
| **Oct 12** | **$142** | Spirit |
| Oct 15 | $168 | Frontier |
| Oct 19 | $195 | American |

Would you like me to pull the seat map for the Oct 12 flight?
```

**Prompt:** 
```
Find me some cool hotels in Tokyo and tell me what's nearby.
```

**Response:** 
```
I found several highly-rated options in Tokyo. Here are a few to get you started:

*   **Park Hyatt Tokyo** - Luxury stay in Shinjuku.
*   **The Gate Hotel Kioicho** - Great views and central location.

**Nearby Points of Interest:**
*   **Meiji Jingu Shrine** (approx. 15 min away)
*   **Shinjuku Gyoen National Garden** (approx. 10 min away)

Should I get more details on one of these?
```

**Prompt:** 
```
Are there direct flights from Austin to Denver?
```

**Response:** 
```
Yes, there are direct flights available from Austin (AUS) to Denver (DEN). 

I can check the current pricing and flight offers for specific dates if you'd like to see the details.
```

## Capabilities

### Find real-time flight offers
Get pricing and itinerary details for flights between any two cities.

### Check hotel availability
Browse hotel options and retrieve specific offer metadata for a hotel ID.

### Identify points of interest
Query landmarks and recommended locations based on geographic coordinates.

### View flight seat maps
Retrieve the seat layout for a specific flight offer to see available options.

### Identify cheapest travel dates
Find the most budget-friendly days to fly from a specific origin.

### Get direct flight routes
See which destinations you can reach directly from a specific airport.

### Search for cities
Look up city codes and locations globally to get started with your search.

## Use Cases

### Corporate Trip Auditing
An ops lead needs a flight from NYC to London. They ask the agent to `search_flights` and `get_flight_dates` to find the cheapest corporate-friendly option.

### Vacation Planning
A user wants to visit Paris. They use `search_hotels` and then `search_poi` to see what's near the Westin Palace.

### Logistics Check
A travel coordinator needs to know if there are direct flights from a small airport using `get_direct_destinations`.

### Event Scouting
An event planner uses `get_travel_recommendations` to find venues near specific coordinates for a conference.

## Benefits

- Stop manual searching with `search_flights` to get all pricing data in one view instead of jumping between sites.
- Save money by using `get_flight_dates` to find the cheapest days to travel from your home city.
- Check logistics instantly with `get_seat_map` to see exactly where you'll sit and what's available.
- Find the best spots with `search_poi` to see what's near your hotel before you book.
- Simplify hotel booking by using `search_hotels` to filter by city code for faster results.
- Get precise location data using `get_travel_recommendations` for better itinerary planning.

## How It Works

The bottom line is you get a travel consultant that never sleeps and has access to global data.

1. Subscribe to the Amadeus MCP on the Vinkius Marketplace.
2. Enter your Amadeus API Key and API Secret into your preferred AI client.
3. Ask your agent to find flights, hotels, or travel recommendations.

## Frequently Asked Questions

**Can the Amadeus MCP help me find the cheapest flights?**
Yes, it can identify the lowest-priced travel dates from your origin city to any destination, helping you plan a budget-friendly trip.

**How do I use Amadeus for hotel research?**
You can ask your agent to find hotels in a specific city and retrieve pricing or availability for specific hotel IDs.

**Can I see seat maps with the Amadeus MCP?**
Yes, the Connector can pull the layout of seats for a specific flight offer so you can see where you'll be sitting.

**Does the Amadeus MCP work for finding points of interest?**
It does. You can query landmarks, restaurants, and other recommended locations based on specific coordinates or city areas.

**Can I use Amadeus to plan a multi-city trip?**
Absolutely. You can use it to audit flights, hotels, and local attractions for every leg of your journey in one conversation.

**What data does the Amadeus MCP provide for hotels?**
It provides specific offer metadata, including pricing and availability, which helps you compare options before you book.

**How do I find my Amadeus API Key and Secret?**
Log in to your [**Amadeus for Developers dashboard**](https://developers.amadeus.com/), create a new Self-Service App, and you will find your API Key and Secret under the 'API Keys' section. Copy and paste them below.

**Does this work with real booking data?**
This server default connects to the Amadeus Test API environment. To use production data, ensure your credentials are from a production app in the Amadeus dashboard.

**Can the agent search for hotels in a specific city?**
Yes. Use the `search_hotels` tool providing the City IATA code (e.g., 'PAR' for Paris). Your agent will retrieve matching hotels instantly.