Amadeus MCP Server
@privilegemendes
About Amadeus MCP Server
No overview available yet
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Amadeus MCP Server?
It is a Model Context Protocol (MCP) server that connects to the Amadeus API to provide flight search, booking, and analysis capabilities for AI assistants.
How to use Amadeus MCP Server?
Install Node.js 16.x or higher, clone the repository, install dependencies (npm install), create a .env file with your Amadeus API credentials, then build and start the server (npm run build && npm start). Configure your compatible AI assistant (e.g., OpenAI Assistant API) to connect to this server’s endpoint.
Key features of Amadeus MCP Server
- Flight search between airports with various parameters
- Airport information by keyword, city, or country
- Price analysis to determine if prices are high or low
- Cheapest dates for a given route
- Detailed flight offer information
- Pre-configured prompts for common travel planning scenarios
Use cases of Amadeus MCP Server
- Analyze flight prices for a specific route with pricing trend insights
- Find the best flight deals for a given route and date
- Plan a complete multi-city itinerary with optimal routing
- Identify the most economical dates to travel
- Search for airports by code or keyword
FAQ from Amadeus MCP Server
What prerequisites are needed to run the Amadeus MCP Server?
Node.js 16.x or higher and Amadeus API credentials (client ID and secret) are required.
How do I configure API credentials?
Create a .env file in the root directory with AMADEUS_CLIENT_ID=your_client_id and AMADEUS_CLIENT_SECRET=your_client_secret.
How do I run the server?
Build and start with npm run build followed by npm start. For development, use npm run dev.
How do I run integration tests?
Run npm run test:integration after setting up API credentials in .env. The tests use the Amadeus Test Environment and skip automatically if credentials are missing.
What license does the Amadeus MCP Server use?
The server is licensed under the MIT License.
More Other MCP servers
Nginx UI
0xJackyYet another WebUI for Nginx
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Awesome Mlops
visengerA curated list of references for MLOps
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments