4,500+ servers built on MCP Fusion
Vinkius
Duffel Flights logo
Vinkius
CrewAI logo

How to Use the Duffel Flights MCP in CrewAI

Deploy a coordinated team of AI agents to search, check, and book travel using Duffel Flights and CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Duffel Flights MCP on Cursor AI Code Editor MCP Client Duffel Flights MCP on Claude Desktop App MCP Integration Duffel Flights MCP on OpenAI Agents SDK MCP Compatible Duffel Flights MCP on Visual Studio Code MCP Extension Client Duffel Flights MCP on GitHub Copilot AI Agent MCP Integration Duffel Flights MCP on Google Gemini AI MCP Integration Duffel Flights MCP on Lovable AI Development MCP Client Duffel Flights MCP on Mistral AI Agents MCP Compatible Duffel Flights MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Duffel Flights MCP to CrewAI

Create your Vinkius account to connect Duffel Flights to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Multi-agent travel operations using CrewAI

Instead of one agent doing everything, CrewAI lets you split the MCP workload. Assign one agent to search routes using `create_flight_offer_request` and another to analyze the pricing trends. A third agent can then run `list_flight_offers` to pick the best itinerary, passing the final selection to a booking agent that executes `create_flight_order` with the user's passenger details.

Automated airline and airport checks

Let your research agent clean up messy itineraries using this MCP Server. The agent uses `list_airports` and `list_airlines` to check terminal locations and carrier alliances across the entire crew. By referencing `list_aircraft`, your specialized comfort agent can check legroom and amenities, ensuring the crew only books flights that match the traveler's profile.

Autonomous booking reconciliation

Keep your travel operations running in the background. A dedicated reconciliation agent can periodically call `list_flight_orders` to check the status of all active bookings. If an order is marked as pending payment, the agent can coordinate with your billing agent to execute `pay_for_flight_order` automatically before the airline's hold window expires.

Setup guide

Set up Duffel Flights MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Duffel Flights tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Duffel Flights Analyst",
    goal="Access and analyze Duffel Flights data via MCP.",
    backstory="Expert analyst with direct Duffel Flights access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Duffel Flights transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Duffel Flights MCP in CrewAI

Pass your Vinkius MCP Server URL directly into the agent's `mcps` list. CrewAI will automatically discover and register all 8 flight tools.
Yes. Use `MCPServerHTTP` with a `tool_filter` to only allow your booking agent to run `create_flight_order` while keeping other agents restricted to search tools.
Your research agent collects passenger details and passes them as a clean JSON string to the booking agent, which then executes `create_flight_order` safely.
Yes. CrewAI can run multiple search tasks simultaneously, using `create_flight_offer_request` across different dates and combining the results into one report.
All transaction details, passenger data, and API keys are processed in a highly secure, ephemeral MCP sandbox on Vinkius. No flight data is cached or logged long-term.

Start using the Duffel Flights MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 8 tools

We've already built the connector for Duffel Flights. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 8 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.