Skip to main content
Glama
Thaynabarreiro

amadeus-mcp-server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AGENT_MODENoOperating mode: 'mock' (default, no credentials) or 'live' (requires Amadeus API keys).mock
AMADEUS_CLIENT_IDNoYour Amadeus API client ID.
AMADEUS_CLIENT_SECRETNoYour Amadeus API client secret.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
flight_statusA

Get the status of a flight (scheduled vs estimated times, delay, cancellation).

Args: carrier_code: IATA carrier code, e.g. "AF". flight_number: Flight number without carrier, e.g. "1234". departure_date: Scheduled departure date, ISO format "YYYY-MM-DD".

predict_delayA

Predict the probability that a flight is delayed by more than 2 hours.

Args: origin: Origin IATA airport code, e.g. "NCE". destination: Destination IATA airport code, e.g. "CDG". departure_datetime: Scheduled departure, ISO format "YYYY-MM-DDTHH:MM". carrier_code: IATA carrier code, e.g. "AF". flight_number: Flight number, e.g. "1234".

search_flightsA

Search bookable flights for a route and date (non-stop, one adult).

Args: origin: Origin IATA airport code, e.g. "NCE". destination: Destination IATA airport code, e.g. "CDG". departure_date: ISO format "YYYY-MM-DD". max_results: Maximum number of offers to return (default 5).

passenger_rightsA

Look up passenger rights and carrier disruption policies (EU261, rebooking, baggage, duty of care). Returns the most relevant policy passages with sources, so every entitlement you state can be cited.

Args: question: Natural-language question, e.g. "compensation for a 3 hour delay". top_k: Number of passages to return (default 3).

handle_disruptionA

Run the full disruption-handling agent for a flight: status check, disruption assessment, rebooking search, policy retrieval and a grounded passenger message.

Args: carrier_code: IATA carrier code, e.g. "AF". flight_number: Flight number, e.g. "1234". departure_date: ISO format "YYYY-MM-DD". scenario: In mock mode only: "delay", "cancellation" or "on_time".

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Thaynabarreiro/amadeus-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server