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

How to Use the Duffel MCP in CrewAI

Deploy specialized agent teams in CrewAI to research, price, and book travel itineraries autonomously.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Duffel MCP to CrewAI

Create your Vinkius account to connect Duffel 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

Specialized booking agents running on CrewAI

`create_offer_request` allows your CrewAI agents to connect to the MCP server and kick off a multi-city flight search based on a raw travel brief. The agent parses the user's intent and structures the API request automatically. A separate analyst agent can then use `list_offers` to compare pricing, layovers, and cabin classes. They work together in a shared memory space to pick the absolute best option.

Automated customer support with this MCP Server

`change_order` initiates ticket modifications when a traveler requests a date change or flight upgrade. Your support agent can pull up the existing reservation details using `get_order` to calculate change fees. This eliminates the need for human operators to navigate clunky GDS terminals. The agent handles the back-and-forth with the carrier API and presents the final quote to the customer.

Airport and aircraft lookup tools

`get_aircraft` retrieves specific details about the plane, such as model number and carrier-specific configurations. Your agent uses this data to advise travelers on cabin comfort and Wi-Fi availability. Combined with `get_airport` and `get_airline`, your CrewAI agents can build rich, contextual itineraries. They don't just book flights; they explain connection times and terminal layouts.

Setup guide

Set up Duffel 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 tools as needed.

crew.py
from crewai import Agent, Task, Crew

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

task = Task(
    description="List recent Duffel 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 MCP in CrewAI

You use the `tool_filter` option when defining your agents. For example, give your booking agent access to `create_order` while limiting your research agent to `list_offers`.
Yes. One agent can search for flights using `create_offer_request` while another runs `search_stays` to find nearby hotels, combining the results into a single itinerary.
The agent executing `create_order` receives a failure response. Because of CrewAI's shared memory, it alerts the research agent to find the next best flight immediately.
Yes, you can run the crew in a background worker. They will execute the entire search and booking process based on incoming email or chat triggers.
All booking records returned by `get_order` pass through secure, encrypted memory channels inside your local environment. The MCP server acts as a stateless proxy, meaning Vinkius never stores traveler profiles.

Start using the Duffel MCP today

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

Built & Managed by Vinkius 30s setup 29 tools

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

No hosting. No infrastructure. No complex setup.
All 29 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.