Amadeus MCP Server
@privilegemendes
关于 Amadeus MCP Server
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论