Amadeus Hotel API Server
БесплатноНе проверенEnables AI assistants to search for and book hotels via the Amadeus Travel API, providing hotel listings, offers, and booking capabilities.
Описание
Enables AI assistants to search for and book hotels via the Amadeus Travel API, providing hotel listings, offers, and booking capabilities.
README
This Model Context Protocol (MCP) server provides a bridge to Amadeus Hotel APIs, allowing AI assistants to search for and book hotels through the Amadeus Travel API.
Features
- Search for hotels in a specific city
- Get detailed hotel offers with pricing and availability
- View specific hotel offer details
- Book hotel rooms with guest and payment information
Setup
Set the required environment variables before running the server:
export AMADEUS_API_KEY=your_amadeus_api_key
export AMADEUS_API_SECRET=your_amadeus_api_secret
Available Tools
Hotel List Tool
- Name:
amadeus_hotel_list - Description: Search for hotels in a specific city with optional filters (amenities, star rating, hotel name)
- Example:
amadeus_hotel_list({"cityCode": "PAR", "ratings": [4, 5]})
Hotel Search Tool
- Name:
amadeus_hotel_search - Description: Search for hotel offers with pricing for specific dates
- Example:
amadeus_hotel_search({"cityCode": "PAR", "checkInDate": "2025-04-01", "checkOutDate": "2025-04-05", "adults": 2})
Hotel Offer Tool
- Name:
amadeus_hotel_offer - Description: Get detailed information about a specific hotel offer
- Example:
amadeus_hotel_offer({"offerId": "XYZ123"})
Hotel Booking Tool
- Name:
amadeus_hotel_booking - Description: Book a hotel offer for specified guests
- Example:
amadeus_hotel_booking({
"offerId": "XYZ123",
"guests": [
{
"name": {
"title": "MR",
"firstName": "John",
"lastName": "Doe"
},
"contact": {
"email": "[email protected]",
"phone": "+1234567890"
}
}
],
"payments": [
{
"method": "CREDIT_CARD",
"card": {
"vendorCode": "VI",
"cardNumber": "4111111111111111",
"expiryDate": "2025-12"
}
}
]
})
Usage
Building and Running
npm install
npm run build
node dist/index.js
Integration with Claude Desktop
To use this MCP server with Claude Desktop, update your configuration file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"amadeus-hotel": {
"command": "node",
"args": ["/path/to/amadeus-travel/dist/index.js"],
"env": {
"AMADEUS_API_KEY": "your_amadeus_api_key",
"AMADEUS_API_SECRET": "your_amadeus_api_secret"
}
}
}
}
API Documentation
This server integrates with the following Amadeus APIs:
- Hotel List API (
/v1/reference-data/locations/hotels) - For listing hotels in a location - Hotel Search API (
/v2/shopping/hotel-offers) - For finding hotel availability and pricing - Hotel Offer API (
/v2/shopping/hotel-offers/{offerId}) - For getting details about a specific offer - Hotel Booking API (
/v1/booking/hotel-bookings) - For booking hotel rooms
For more information, refer to the Amadeus API documentation.
Установить Amadeus Hotel API Server в Claude Desktop, Claude Code, Cursor
unyly install amadeus-hotel-api-mcp-serverСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add amadeus-hotel-api-mcp-server -- npx -y github:soren-olympus/amadeus-mcpFAQ
Amadeus Hotel API Server MCP бесплатный?
Да, Amadeus Hotel API Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Amadeus Hotel API Server?
Нет, Amadeus Hotel API Server работает без API-ключей и переменных окружения.
Amadeus Hotel API Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Amadeus Hotel API Server в Claude Desktop, Claude Code или Cursor?
Открой Amadeus Hotel API Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Amadeus Hotel API Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
