Duffel Flights Connector for AI agents.
8 live capabilities
Book and manage real-time flight reservations and travel itineraries.
Waiting for input…
Why people use Duffel Flights
Stop Tab-Hopping with Duffel Flights Flight Booking Integration
With the Duffel Flights MCP, you just tell your agent what you need. It pulls the real-time data, handles the hold, and manages the booking, giving you a clean chat interface instead of a cluttered browser.
What Vinkius changes
You get a functional flight booking desk inside your chat window.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The Last Minute Booking
A travel agent needs to find a flight for a client in 5 minutes.
- Real-world use case 02
The Corporate Trip
A manager needs to know which airports in Brazil have the best connections.
- Real-world use case 03
The Held Reservation
A customer wants to book a flight but needs to confirm the final headcount.
Complete set · 8capabilities
The complete Duffel Flights capability set.
These are the exact actions your AI can choose when you ask it to work with Duffel Flights.
01—04
4 capabilities in this set.
Part of 8 available through Duffel Flights.
- 01 Capability
List aircraft
Get a list of aircraft models currently used by different airlines. This is useful for specialized travel research.
- 02 Capability
List airlines
Retrieve a comprehensive list of airlines available through the Duffel network. Use this to verify carrier options.
- 03 Capability
List flight orders
View a history of all flight bookings and orders tied to your account. This keeps your travel history organized in one place.
- 04 Capability
Create flight offer request
Search for real-time flight offers by providing origin, destination, and passenger counts. This helps you see all available options at once.
05—08
4 capabilities in this set.
Part of 8 available through Duffel Flights.
- 05 Capability
Create flight order
Book a specific flight by selecting an offer and providing passenger details. Use this to create an instant booking or a hold.
- 06 Capability
Pay for flight order
Complete the payment for a flight order that was previously put on hold. This keeps the booking process moving smoothly.
- 07 Capability
List airports
Pull a directory of airports along with their respective IATA codes. It helps you find the right hub for any destination.
- 08 Capability
List flight offers
See all available flight options for a specific offer request you've already made. This gives you a clear view of choices.
Set up in minutes
One URL. Then ask Duffel Flights to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Duffel Flights 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_rQ6QMLb0VeIHennvtnRvGw9F1oCl73hnsWuup1ra/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 Duffel Flights, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Duffel Flights for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_rQ6QMLb0VeIHennvtnRvGw9F1oCl73hnsWuup1ra/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 Duffel Flights URL.
- Step 03
Save and start
Save the connection and enable Duffel Flights in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"duffel-flights": {
"url": "https://edge.vinkius.com/vk_preview_rQ6QMLb0VeIHennvtnRvGw9F1oCl73hnsWuup1ra/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 Duffel Flights
Open Agent mode in chat and ask: "Using Duffel Flights, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"duffel-flights": {
"url": "https://edge.vinkius.com/vk_preview_rQ6QMLb0VeIHennvtnRvGw9F1oCl73hnsWuup1ra/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 Duffel Flights
Ask Copilot: "Using Duffel Flights, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"duffel-flights": {
"url": "https://edge.vinkius.com/vk_preview_rQ6QMLb0VeIHennvtnRvGw9F1oCl73hnsWuup1ra/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 Duffel Flights
Open Cascade and ask: "Using Duffel Flights, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"duffel-flights": {
"url": "https://edge.vinkius.com/vk_preview_rQ6QMLb0VeIHennvtnRvGw9F1oCl73hnsWuup1ra/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 Duffel Flights
Ask Cline: "Using Duffel Flights, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add duffel-flights --transport http "https://edge.vinkius.com/vk_preview_rQ6QMLb0VeIHennvtnRvGw9F1oCl73hnsWuup1ra/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 Duffel Flights
Ask Claude: "Using Duffel Flights, show me...". 8 tools are ready
Where the request belongs
Work Duffel can move forward.
This is for travel pros who are tired of manual data entry and for corporate managers who need to handle high-volume logistics without the headache of multiple browser tabs.
Travel Agency Owner
Uses the agent to provide instant quotes to clients and manage multiple bookings without leaving the chat.
Corporate Travel Manager
Oversees company flight orders and pulls airport metadata to organize complex corporate itineraries.
Travel Researcher
Checks flight options and tracks reservation statuses quickly to plan trips without navigating messy airline sites.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsDuffel
Search and book flights and stays directly through AI. Access real-time offers, manage orders, and explore travel metadata.
Gordian Software (Airline Ancillaries API)
Search and book airline ancillaries like seats, bags, and lounge access directly through Gordian Software's API.
Amadeus
Search flights, hotels, transfers, and destination activities across 400+ airlines and 150,000+ hotels worldwide through natural conversation.
Skyscanner
Search flights worldwide. compare prices by date, find cheapest days to fly and discover flight routes.
American Airlines
AI flight tracking: check flight status, schedules, and airport info via agents.
Travelport
Access Travelport's Global Distribution System to search and book flights, hotels, and manage travel reservations directly through AI.
Bring your own AI
Change the model, client or framework. Keep Duffel 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 Duffel.
The practical details behind the request, access and result.
Can the Duffel Flights MCP book actual tickets?
Yes, it can create flight orders for instant booking or hold them for later, then process the payment through your agent.
Does it work for multiple passengers?
Yes, you can provide a list of passengers when requesting an offer or creating an order.
Can I use it to find airport codes?
Absolutely. You can ask the agent to list airports in a specific region or country to get the IATA codes.
Is it good for travel agencies?
It's built for it. It handles the search-to-payment flow that agencies need to provide fast quotes to clients.
How do I pay for a flight?
You first create a flight order to hold the seat, and then you can tell the agent to pay for that specific order.
Can I see my past travel history?
Yes, you can ask the agent to list all the flight bookings associated with your account.
How do I get a Duffel Access Token?
Sign up for a developer account at the Duffel Dashboard. You can generate both 'test' tokens for development and 'live' tokens for real bookings.
Can I make real bookings with this agent?
Yes, if you provide a 'live' access token, the agent can perform real flight bookings. We recommend using a 'test' token first to understand the search and booking flow.
One connection away
Give your agent a direct line to Duffel.
Connect Duffel once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available