mcp-flight-search

mcp-flight-search

3.5

If you are the rightful owner of mcp-flight-search and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A flight search service built with Model Context Protocol (MCP) demonstrating MCP tools for flight search capabilities.

MCP Flight Search is a service that leverages the Model Context Protocol (MCP) to provide flight search functionalities. Developed by Anthropic, MCP is a standard that allows AI models to utilize tools through a structured format for tool descriptions, calls, and responses. This project showcases the implementation of MCP tools that can be used by Claude and other MCP-compatible models. The service integrates with SerpAPI for Google Flights, supporting both one-way and round-trip flight searches. It features a modular code structure, rich logging, and is designed to be maintainable and scalable.

Features

  • MCP-compliant tools for flight search functionality
  • Integration with SerpAPI Google Flights
  • Support for one-way and round-trip flights
  • Rich logging with structured output
  • Modular, maintainable code structure

Tools

  1. search_flights_tool

    Search for flights between airports with parameters: origin, destination, outbound_date, and optional return_date.

  2. server_status

    Check if the MCP server is running