Amadeus Connector for AI agents.
10 live capabilities
Book flights and hotels with real-time travel data.
Waiting for input…
Why people use Amadeus
Amadeus Travel for Real-Time Flight and Hotel Pricing
With this Connector, you just tell your agent what you need. It pulls the live data from the Amadeus platform and gives you a summarized list of flights, hotels, and activities in one chat. You go from searching to selecting in seconds.
What Vinkius changes
You get live travel data for your agent without managing complex APIs.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding a last-minute flight
A traveler asks for a flight from Paris to New York next week and gets three options with prices, durations, and layovers using search_flights.
- Real-world use case 02
Planning a group tour
A travel agent uses search_activities to find local tours and food experiences in Barcelona for a group of ten people.
- Real-world use case 03
Corporate booking
A manager asks for a business-class seat from London to Tokyo that fits a specific budget and finds it using search_flights.
Complete set · 10capabilities
The complete Amadeus capability set.
These are the exact actions your AI can choose when you ask it to work with Amadeus.
01—04
4 capabilities in this set.
Part of 10 available through Amadeus.
- 01 Capability
Search hotels
Find hotel offers by city or specific location. This helps you see current availability and rates quickly.
- 02 Capability
Search flights
Search for available flights with pricing and cabin details. Use this to compare options across 400+ airlines.
- 03 Capability
Get cheapest dates
Identify the most affordable days to fly a specific route. It helps you find the best time to book a trip.
- 04 Capability
Search hotels nearby
Find lodging options based on specific geographic coordinates. Use this for hotels near specific landmarks.
05—07
3 capabilities in this set.
Part of 10 available through Amadeus.
- 05 Capability
Search airports
Look up airport codes and city information globally. This is useful for identifying specific flight hubs.
- 06 Capability
Get flight status
Check real-time flight schedules, terminals, and gate info. Use this to track delays or gate changes.
- 07 Capability
Search activities
Find tours and experiences at your travel destination. Use this to discover local things to do.
08—10
3 capabilities in this set.
Part of 10 available through Amadeus.
- 08 Capability
Get airline info
Retrieve general information about specific airlines. This helps you learn about different carriers.
- 09 Capability
Search transfers
Get quotes for airport pickups and point-to-point transfers. This covers the ground transport for your trip.
- 10 Capability
Get flight inspirations
Find cheap destination ideas starting from a specific airport. Use this to find your next vacation spot.
Set up in minutes
One URL. Then ask Amadeus to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Amadeus from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_d4H7S6JGm6I3oVzpVqQlFUWeT5inaJOoufOKkvx6/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Amadeus, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Amadeus for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_d4H7S6JGm6I3oVzpVqQlFUWeT5inaJOoufOKkvx6/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Amadeus URL.
- Step 03
Save and start
Save the connection and enable Amadeus in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"amadeus": {
"url": "https://edge.vinkius.com/vk_preview_d4H7S6JGm6I3oVzpVqQlFUWeT5inaJOoufOKkvx6/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Amadeus
Open Agent mode in chat and ask: "Using Amadeus, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"amadeus": {
"url": "https://edge.vinkius.com/vk_preview_d4H7S6JGm6I3oVzpVqQlFUWeT5inaJOoufOKkvx6/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Amadeus
Ask Copilot: "Using Amadeus, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"amadeus": {
"url": "https://edge.vinkius.com/vk_preview_d4H7S6JGm6I3oVzpVqQlFUWeT5inaJOoufOKkvx6/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Amadeus
Open Cascade and ask: "Using Amadeus, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"amadeus": {
"url": "https://edge.vinkius.com/vk_preview_d4H7S6JGm6I3oVzpVqQlFUWeT5inaJOoufOKkvx6/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Amadeus
Ask Cline: "Using Amadeus, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add amadeus --transport http "https://edge.vinkius.com/vk_preview_d4H7S6JGm6I3oVzpVqQlFUWeT5inaJOoufOKkvx6/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Amadeus
Ask Claude: "Using Amadeus, show me...". 10 tools are ready
Where the request belongs
Work Amadeus can move forward.
Travel agents who need to provide instant quotes, corporate travel managers building policy-compliant itineraries, and frequent travelers who want to find the best deals without jumping between dozens of websites.
Travel Agent
Builds multi-destination quotes for clients in seconds by pulling live airline and hotel data.
Corporate Travel Manager
Finds business-class flights and hotels that fit company travel rules and budget constraints.
Independent Traveler
Plans complex vacations with specific needs like hotels near landmarks and local tour recommendations.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAmadeus
Manage your travel planning. audit flight offers, hotels, and destinations via AI.
Travelport
Access Travelport's Global Distribution System to search and book flights, hotels, and manage travel reservations directly through AI.
Duffel
Search and book flights and stays directly through AI. Access real-time offers, manage orders, and explore travel metadata.
Expedia
Automate travel planning via Expedia. search hotels, compare flights, find rental cars, and build complete trip itineraries directly from any AI agent.
Sabre
Search and book flights and hotels globally using Sabre's travel technology platform. access Bargain Finder Max and PNR management.
Skyscanner
Search flights worldwide. compare prices by date, find cheapest days to fly and discover flight routes.
Bring your own AI
Change the model, client or framework. Keep Amadeus connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Amadeus.
The practical details behind the request, access and result.
Can the Amadeus MCP find flights for specific dates?
Yes, it can search for available flights based on your specific travel dates, including cabin class preferences and the number of passengers.
Does the Amadeus MCP show real-time hotel availability?
It provides current rates and availability for over 150,000 hotels worldwide, allowing you to see what is actually bookable right now.
Can I use the Amadeus MCP to find airport transfers?
Yes, it can provide quotes for airport pickups and point-to-point transfers to help you plan your ground transportation.
How does the Amadeus MCP help with travel inspiration?
It can identify the cheapest destinations to fly to from your home airport, helping you find a budget-friendly getaway quickly.
Can the Amadeus MCP check if a flight is delayed?
It provides real-time flight status updates, including gate numbers and terminal information, so you can stay updated on your itinerary.
Is the Amadeus MCP good for corporate travel planning?
It is excellent for corporate travel because it can quickly pull multi-destination quotes and find flights that meet specific requirements.
What is Amadeus?
Amadeus is the world's largest GDS (Global Distribution System). powering $18B+ in revenue. 400+ airlines, 150,000+ hotels, car rentals, and experiences all accessible via REST API.
One connection away
Give your agent a direct line to Amadeus.
Connect Amadeus once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available