You're viewing a demo portfolio

Join the waitlist
PRSM

duffel_flight_search

Active

Tool of Duffel

declared in 0.1.0

Search flights (with pricing) from <origin> to <destination> on <date> — returns the 5 cheapest real, bookable offers from the Duffel Flights API, each with total price, airline, and per-segment flight numbers/times. Pass `return_date` for a round trip. This is REAL flight inventory: use a Duffel test token (duffel_test_...) for sandbox results. Example: duffel_flight_search({ origin: "JFK", destination: "LHR", departure_date: "2026-08-15", passengers: 2, cabin_class: "economy", _apiKey: "duffel_test_..." })

Parameters schema

{
  "type": "object",
  "required": [
    "origin",
    "destination",
    "departure_date",
    "_apiKey"
  ],
  "properties": {
    "origin": {
      "type": "string",
      "description": "Origin airport IATA code, e.g. \"JFK\""
    },
    "_apiKey": {
      "type": "string",
      "description": "Your Duffel access token (from duffel.com). A test token \"duffel_test_...\" works against the sandbox."
    },
    "passengers": {
      "type": "integer",
      "description": "Number of adult passengers (default 1, max 9)"
    },
    "cabin_class": {
      "enum": [
        "economy",
        "premium_economy",
        "business",
        "first"
      ],
      "type": "string",
      "description": "Optional cabin: economy, premium_economy, business, or first"
    },
    "destination": {
      "type": "string",
      "description": "Destination airport IATA code, e.g. \"LHR\""
    },
    "return_date": {
      "type": "string",
      "description": "Optional return date (YYYY-MM-DD). If given, searches a round trip (destination back to origin on this date)."
    },
    "departure_date": {
      "type": "string",
      "description": "Outbound date in YYYY-MM-DD format, e.g. \"2026-08-15\""
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Duffel

https://github.com/pipeworx-io/mcp-duffel

1/7 registries
View full server →