MCP.so
登录

Amadeus MCP Server

@privilegemendes

关于 Amadeus MCP Server

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

privilegemendes

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 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 服务器