Enables LLM agents to query live flight booking information from Amadeus, a global distribution system.
The Amadeus Agent is a proof-of-concept Model Context Protocol (MCP) server designed to empower LLM-based agents with direct access to live flight booking information via Amadeus. By providing tools for querying cheapest tickets, available destinations, and airline routes, it bridges the gap between AI agents and real-world travel data. It leverages the FastMCP server and requires an Amadeus for Developers API key for operation, easily integrated with Claude Desktop for immediate use.
Key Features
01Allows querying all destinations from a particular airport.
02Offers access to cheapest tickets for specific journeys.
03Enables querying all routes for an airline.
04Provides tools for LLMs to query flight booking information.
050 GitHub stars
Use Cases
01Developing automated tools for travel agents.
02Building AI travel assistants that can book flights.
03Integrating real-time flight data into LLM applications.