Flight Planner MCP ServerServer

salamentic
GitHub
travelflight planningtransportation

Loading subscription status...

💡 Description

A Model Context Protocol server that creates flight plans at the travel agent level using a quick flights API. It allows users to search for flights and generate complete travel itineraries.

📝 JSON Entries

{
  "mcpServers": [
    {
      "flight-planner": {
        "env": {
          "PYTHONPATH": "/PATH/TO/PROJECT"
        },
        "args": [
          "/PATH/TO/flight_planner_server.py"
        ],
        "command": "python"
      }
    }
  ]
}

🛠️ Tools

search_one_way_flightssearch_round_trip_flightscreate_travel_plan

Features

  • Search for round-trip flights
  • Create complete travel plans based on travel parameters
  • Obtain airport code information
  • Use templates for common travel queries

💬 Example Queries

  • What flights are available from New York to San Francisco on 04/15/2025?
  • Can you create a travel plan for my business trip from LAX to TPE from 05/01/2025 to 05/08/2025?
  • Help me find the airport codes for Tokyo.
  • What is the best time to book flights from Boston to London for summer vacation?