Find Flights MCP ServerServer

ravinahp
GitHub
traveltransportationflights

Loading subscription status...

💡 Description

This MCP server uses the Duffel API to search and retrieve flight information. It excels at handling complex travel plans compared to simpler tools like Google Flights.

📝 JSON Entries

{
  "mcpServers": [
    {
      "flights-mcp": {
        "env": {
          "DUFFEL_API_KEY_LIVE": "your_duffel_live_api_key_here"
        },
        "args": [
          "--directory",
          "/Users/YOUR_USERNAME/Code/flights-mcp",
          "run",
          "flights-mcp"
        ],
        "command": "uv"
      }
    }
  ]
}

🛠️ Tools

search_flightsget_offer_detailssearch_multi_city

Features

  • Search for flights between multiple destinations
  • Support for one-way, round-trip, and multi-city flights
  • Detailed flight offer information
  • Flexible search parameters (departure time, cabin class, passenger count)
  • Automatic handling of flight connections
  • Search for flights within multiple days to find the best options

💬 Example Queries

  • Search for a one-way business class ticket for 2 adults from San Francisco to New York on January 7
  • Find round-trip airfare from Los Angeles to London departing January 8 and returning January 15
  • Plan a multi-city trip from New York to Paris on January 7, Rome on January 10, and back to New York on January 15
  • What is the cheapest flight from SFO to LAX for 2 adults in economy class between January 7 and January 15?