# American Airlines MCP for AI Agents MCP

> American Airlines MCP provides real-time flight tracking and comprehensive airport data directly through your AI agent. Check live status updates, compare schedules between any two serviced airports, or pull detailed information on terminal layouts and services at a hub.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Tags:** flight-tracking, airport-info, travel-planning, real-time-data, schedules

## Description

This MCP connects American Airlines' operational systems to your workflow, letting you treat the airline's API like another natural language tool. You can ask your AI agent for specific flight data—like checking if AA123 is delayed or getting the gate number—without navigating any app. Need to plan a whole trip? Ask it to pull schedules between two different cities and compare options instantly. It also pulls deep airport details, so you know what services are available at Chicago O'Hare before you even land. Accessing this data via Vinkius gives your agent one connection point to manage complex travel planning tasks, making the entire process feel like a simple conversation.

## Tools

### get_airport_info
Gets information about a specific American Airlines hub, such as terminal layouts and available amenities.

### get_flight_schedule
Pulls detailed flight numbers, departure/arrival times, and aircraft types to compare travel options between two airports on a date you specify.

### get_flight_status
Provides the current real-time status for a specific American Airlines flight using its number and date.

## Prompt Examples

**Prompt:** 
```
I'm flying AA100 tomorrow. What's the status and gate number?
```

**Response:** 
```
**Flight Status Report: American Airlines**

*   **Flight:** AA100
*   **Date:** 2024-12-31
*   **Status:** On Time ✅
*   **Departure Gate:** B22
*   **Estimated Departure:** 9:15 AM EST

Please remember to arrive at the airport at least two hours beforehand.
```

**Prompt:** 
```
Show me travel options from MIA to DFW next week.
```

**Response:** 
```
Here are a few schedule options for Miami (MIA) to Dallas/Fort Worth (DFW) on 2025-01-15:

| Flight | Departs | Arrives | Aircraft |
| :---: | :---: | :---: | :---: |
| AA456 | 8:00 AM | 11:30 AM | Boeing 737 |
| AA901 | 1:00 PM | 4:20 PM | Airbus A320 |

The morning flight is quicker and uses a smaller aircraft.
```

**Prompt:** 
```
What services are available at Chicago O'Hare (ORD)?
```

**Response:** 
```
**Chicago O'Hare Airport (ORD) Amenities**

Terminal 3 currently offers:
*   Retail: Duty-free shopping, electronics.
*   Services: Multiple dining options, currency exchange.
*   Layout Note: The baggage claim area for domestic flights is located in the north concourse. Always check signs upon arrival.
```

## Capabilities

### Track real-time flight status
Get instant updates on any AA flight's current location and operational status (on time, delayed, or cancelled).

### Compare airport travel schedules
Retrieve full flight numbers, times, and aircraft types to compare travel options between two specific airports.

### Look up terminal details
Access information about a given American Airlines hub, including services and available amenities.

## Use Cases

### A client needs to reschedule a trip due to an unexpected delay
Instead of calling AA and waiting on hold, you ask your agent about the original flight's status. After confirming the delay using `get_flight_status`, you immediately ask the agent to pull new schedule options for that route using `get_flight_schedule`.

### Planning a multi-city business trip
You need to book flights from Dallas to Chicago and then onward to Miami. You tell your agent to compare the schedules for both legs in one go, letting you see which option is fastest using `get_flight_schedule`.

### Getting ready for a trip to a new city
You arrive at JFK and need to know what terminals are available. You ask your agent about the airport amenities, getting details on services and layouts using `get_airport_info` before you even step foot in the terminal.

## Benefits

- Real-time Status: Instantly track any American Airlines flight, knowing immediately if it's delayed or on time using `get_flight_status`.
- Trip Planning: Compare multiple routes by calling `get_flight_schedule`, letting you find alternatives fast instead of checking multiple websites.
- Airport Prep: Before leaving home, use `get_airport_info` to check the terminal layout and services at your destination hub so you know where to go.
- Consolidated Data: You don't need three different tabs open. Your agent pulls all this operational data into one conversational summary.
- Efficiency: Stop copy-pasting flight details. Just ask your agent, and it executes the necessary checks instantly.

## How It Works

The bottom line is your AI client handles all the complex API calls so you just get clear answers about flights and airports.

1. You instruct your AI agent in natural language: 'What is the status of my flight today?'
2. The MCP interprets this request, calls the appropriate tool (like `get_flight_status`), and pulls real-time data directly from American Airlines' systems.
3. Your agent processes the structured response and gives you a plain-language answer detailing the gate number, delay status, or schedule comparison.

## Frequently Asked Questions

**How can I use the American Airlines MCP to check a flight status?**
You ask your agent directly, providing the flight number and date. It gives you real-time information like current delays or gate changes without needing to visit the AA website.

**Does this MCP help me compare flights between different cities?**
Yes. You can tell your agent two airports (e.g., MIA and DFW) and a date, and it will pull up multiple schedule options so you can pick the best route.

**What kind of airport information does American Airlines MCP provide?**
It gives details on terminal layouts and services at major hubs. You can check things like where to find specific amenities or which concourse a flight lands in.

**Is this useful for travel agents planning complex trips?**
Definitely. It lets you consolidate all the data—status, schedules, and airport info—into one conversation thread, saving time on cross-referencing details across multiple systems.