amadeus-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGENT_MODE | No | Operating mode: 'mock' (default, no credentials) or 'live' (requires Amadeus API keys). | mock |
| AMADEUS_CLIENT_ID | No | Your Amadeus API client ID. | |
| AMADEUS_CLIENT_SECRET | No | Your Amadeus API client secret. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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