Labsco
MCP SERVER

Flight Planner

by salamentic

Turn 'LAX to Taipei, first week of May' into a flight plan with real options in it.

Travel Booking, Transit & Navigation
Summary
A trip planned, not just a fare looked up.

The two search tools answer the price question, but the travel plan is the difference - it takes the parameters of the trip and comes back with a plan rather than a list of departures.

What it is

An MCP server over the fast-flights API. It searches one-way and round-trip flights between airports, and assembles a fuller travel plan from a set of trip parameters. Airport code lookup is exposed as a resource, and two prompt templates ship with it.

What you get
  • One-way flights between two airports
  • Round trips between two airports
  • A travel plan built from your trip parameters
  • Airport codes looked up by name, through the airport_codes:// resource
  • Two prompt templates, one for flight search and one for trip planning
Requirements

A recent Python and two packages, mcp and fast-flights. The server is a single file run directly: give your client the absolute path to flight_planner_server.py and set PYTHONPATH to the project.