# Sabre MCP for AI Agents AI Agent Connect

> Sabre MCP lets you search and book flights and hotels globally. It connects to Sabre's travel technology platform to handle PNR management and access Bargain Finder Max. Use it to manage travel bookings through your AI client. It handles everything from finding the lowest available fares to creating Passenger Name Records for flights and finalizing hotel reservations across global inventories.

## Overview
- **Category:** travel-hospitality
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_psKdyNPJOzK3GkQ9EoMD9xZm5SIMYdXQ5FDCgkAO/ai-agent-connect
- **Tags:** flight-booking, hotel-search, travel-api, pnr-management, sabre-gds

## Description

The Sabre MCP plugs your Sabre developer account directly into your AI agent, so you can manage global travel bookings through natural conversation. Imagine you're a travel agent trying to juggle ten different tabs just to find a flight that doesn't break the bank. You're constantly switching between booking engines and hotel inventories, copying data back and forth while your client waits on the phone. This Connector changes that. Instead of hunting through menus, you tell your agent what you need, and it handles the heavy lifting. It pulls the lowest fares from the Bargain Finder Max engine, grabs hotel details, and builds out those Passenger Name Records without you having to click a single button. It's like having a travel specialist who knows the inventory inside out, ready to execute your commands instantly. When you use this through the Vinkius catalog, you're basically moving from manual data entry to high-level oversight. You tell the agent where to go, and it handles the logistics.

## Tools

### book_hotel
Book a hotel reservation. This tool finalizes a stay with guest and payment details in one go.

### create_booking
Create a Passenger Name Record (PNR) for a flight. It combines all necessary data to generate a flight record.

### get_hotel_details
Get detailed information about a specific hotel. Use this to check amenities, policies, and descriptions quickly.

### search_hotels
Search for hotels globally. It allows your agent to check availability based on location and dates.

### shop_flights
Search for lowest available flight fares. It uses the Bargain Finder Max engine to find the best deals.

## Prompt Examples

**Prompt:** 
```
Find me the cheapest flight from JFK to LHR on Dec 10th.
```

**Response:** 
```
### Flight Options for JFK to LHR (Dec 10th)

I've checked the **Bargain Finder Max** engine and found the following best value options:

| Airline | Price | Departure | Duration |
| :--- | :--- | :--- | :--- |
| **British Airways** | **$540** | 10:30 AM | 7h 15m |
| **Delta** | **$612** | 12:15 PM | 7h 45m |

Would you like me to proceed with the booking for the British Airways flight?
```

**Prompt:** 
```
Are there any hotels in Paris for 2 adults from June 1-5?
```

**Response:** 
```
### Available Hotels in Paris (June 1-5)

I found **12 properties** available for your dates. Here are the top three:

*   **Hotel Lumiere** - *Highly rated for its central location.*
*   **Le Parisien** - *Great for business travelers.*
*   **Hotel de Ville** - *Offers a boutique experience.*

Would you like me to pull the specific amenities for any of these?
```

**Prompt:** 
```
What's the cancellation policy for hotel ID 1002345?
```

**Response:** 
```
### Property Details: Hotel ID 1002345

Here is the information for that property:

*   **Amenities:** Free Wi-Fi, Fitness Center, Pool, and Breakfast included.
*   **Cancellation Policy:** You must provide **24-hour notice** for a full refund. After 24 hours, a partial refund applies.
*   **Description:** A modern hotel featuring a rooftop pool and high-speed internet in all rooms.
```

## Capabilities

### Find the cheapest flights
Your agent identifies the lowest available fares for any route and date range.

### Create flight records
It builds Passenger Name Records by combining passenger data and payment info.

### Search global hotels
Your agent queries hotel inventories based on location, dates, and guest count.

### Get property info
It pulls detailed amenities, policies, and descriptions for specific hotels.

### Finalize hotel stays
Your agent completes hotel reservations with integrated guest and payment details.

## Use Cases

### Booking a last-minute business trip for a team of five
A manager asks their agent to find and book five hotel rooms in Chicago for next week. The agent uses search_hotels and book_hotel to handle it.

### Finding the cheapest flight from JFK to London
A traveler asks for the best deals on a specific date range. The agent uses shop_flights to find the lowest fares via Bargain Finder Max.

### Checking specific hotel amenities for a guest
A guest asks if a hotel has a pool and free wifi. The agent uses get_hotel_details to provide the exact details immediately.

### Creating a PNR for a VIP client
An agent provides passenger details for a high-priority trip. The agent uses create_booking to generate the PNR record instantly.

## Benefits

- Stop manual data entry for PNRs. Use create_booking to generate flight records instantly.
- Access Bargain Finder Max data. Use shop_flights to find the lowest fares without jumping between sites.
- Get instant hotel specs. Pull amenities and policies with get_hotel_details to answer guest questions faster.
- Faster corporate trip planning. Use search_hotels to compare multiple locations in one go.
- One-click hotel reservations. Finalize stays with book_hotel to get confirmation records immediately.

## How It Works

The bottom line is you turn your AI into a travel booking powerhouse that speaks directly to Sabre's inventory.

1. Subscribe to the Sabre MCP on the Vinkius marketplace.
2. Enter your Sabre Client ID and Client Secret in the configuration.
3. Start searching and booking travel from Claude, Cursor, or any MCP-compatible client.

## Frequently Asked Questions

**Can I use the Sabre MCP to book actual flights?**
Yes, this Connector allows your AI agent to create actual Passenger Name Records (PNR) for flights, which is the standard for making a booking.

**Does the Sabre MCP include hotel search?**
Yes, it connects to global hotel inventories so your agent can find available stays based on your location and dates.

**How do I connect Sabre to my AI agent?**
Once you subscribe on Vinkius, you just need to provide your Sabre Client ID and Client Secret to connect it to your preferred client.

**Can I see flight prices from Bargain Finder Max?**
Yes, the Connector specifically includes a tool to pull the lowest available fares from the Bargain Finder Max engine for any route.

**Is the Sabre MCP good for corporate travel?**
It's excellent for corporate travel because it allows managers to quickly compare flight options and hotel availability for team trips.

**Can I get hotel amenities with this?**
Yes, you can ask your agent to pull specific details like amenities, policies, and descriptions for any hotel in the inventory.

**How can I find the lowest available flight fares for a specific route?**
You can use the `shop_flights` tool. It utilizes Sabre's Bargain Finder Max API to return the lowest available fares based on your origin, destination, and date parameters.

**Can I retrieve specific amenities and check-in policies for a hotel?**
Yes, the `get_hotel_details` tool allows you to fetch full metadata, including amenities, property descriptions, and operational policies for any specific hotel property.

**Does this server support creating a full booking for a passenger?**
Absolutely. Use the `create_booking` tool for flights or `book_hotel` for accommodations to generate confirmed reservations with passenger and payment information.