Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by donghyun-chae • Search & Retrieval
A community-developed MCP server that connects MCP-compatible clients to the Amadeus Flight Offers Search API to fetch flight options via natural language.
Search for flight offers between two IATA airports or cities using natural language prompts and return structured flight options.
Integrate Amadeus Flight Offers Search into MCP-compatible assistants (e.g., Claude Desktop) to surface times, airlines, duration, and pricing.
Filter flight results by parameters like non-stop, travel class, passenger counts, currency, and maximum price.
This MCP server integrates the Amadeus Flight Offers Search API with Model Context Protocol (MCP) clients, exposing a get_flight_offers tool to retrieve flight options (airline, times, duration, pricing) based on origin, destination, dates, and passenger details. It is designed to be used with MCP-compatible clients such as Claude Desktop and requires Amadeus API credentials (client ID and secret). The project is open-source and community-built, with a clear disclaimer that it is not affiliated with Amadeus IT Group.
Search for available flights between two locations. Args: origin: Origin location code (IATA airport or city code) destination: Destination location code (IATA airport or city code) departure_date: Departure date in YYYY-MM-DD format return_date: Return date in YYYY-MM-DD format (for round trips) adults: Number of adult passengers currency: Preferred currency for prices (default: USD)
Search for available hotels in a city. Args: city_code: City code (IATA code) check_in_date: Check-in date in YYYY-MM-DD format check_out_date: Check-out date in YYYY-MM-DD format adults: Number of adult guests ratings: Comma-separated list of ratings (1-5) currency: Preferred currency for prices (default: USD)
Get information about an airport by its IATA code. Args: airport_code: IATA airport code (e.g., JFK, LHR)
Get information about a city by its IATA code. Args: city_code: IATA city code (e.g., NYC, LON)
Get pricing information for specific flight offers. Args: offer_ids: Comma-separated list of flight offer IDs
A prompt template for planning a complete trip with flights and accommodations. Args: origin: Origin location destination: Destination location departure_date: Departure date return_date: Return date
A prompt template for finding a flight. Args: origin: Origin location destination: Destination location date: Travel date
A prompt template for finding a hotel. Args: location: Hotel location check_in: Check-in date check_out: Check-out date
Get a list of popular airports.
Get a list of popular cities.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.