Duffel for your agents.
Connect Duffel once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 13 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Duffel.
What agents can do with Duffel
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
duffel_list_airlinesList all airlines supported by Duffel.
duffel_list_aircraftList all aircraft types supported by Duffel.
duffel_create_offer_requestSearch for available flights by creating an offer request with origin, destination, dates, and passengers.
duffel_list_offersList flight offers for a given offer request, optionally sorted by price or duration.
duffel_get_offerGet the complete up-to-date information for a specific offer by ID.
duffel_get_offer_requestGet details of an offer request including its associated offers.
duffel_create_orderBook a flight by creating an order from an offer. Requires selected offer ID and passenger details.
duffel_get_orderGet details of a specific booking order by id.
duffel_list_ordersList all orders (bookings) with optional pagination.
duffel_create_order_changeCreate an order change request (e.g. to change flight dates or cancel).
duffel_list_seat_mapsList available seat maps for a given offer or order.
duffel_list_airportsList all airports supported by Duffel with IATA codes and city info.
duffel_get_airportGet details of a specific airport by IATA code.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Sign up for a Duffel account.
- Create an access token in the Dashboard (test tokens start with duffel_test_).
- Send it in the Authorization: Bearer <token> header.
- Include the Duffel-Version: v2 header on all requests.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Duffel to Even: call connect_begin("duffel") on the even-connect MCP and walk me through it.
Search available flights between two cities using Duffel and compare prices and durations.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.