Expedia Travel Recommendations
БесплатноНе проверенMCP server for Expedia travel recommendations. Enables LLMs to search hotels, flights, activities, and car rentals using natural language.
Описание
MCP server for Expedia travel recommendations. Enables LLMs to search hotels, flights, activities, and car rentals using natural language.
README
This project provides an MCP (Model Context Protocol) server that exposes Expedia Travel Recommendations (hotels, flights, activities, and cars) via both stdio and streamable-http protocols—ideal for LLM integrations and web-based applications.
✨ Features
- 🔌 MCP server integration for Expedia's travel recommendation APIs
- 📦 Supports both
stdioandstreamable-httpprotocols - 🏨 Hotel, ✈️ Flight, 🗺️ Activity, and 🚗 Car rental recommendations
- 🔐 API key-based secure access
🛠 Prerequisites
- Python 3.11+
- Expedia API key
⚡ Running the MCP Server
Run with stdio protocol (LLM Integration)
export EXPEDIA_API_KEY="your_api_key_here"
uvx expedia_travel_recommendations_mcp --protocol "stdio"
Run with streamable-http protocol (Web Clients)
export EXPEDIA_API_KEY="your_api_key_here"
uvx expedia_travel_recommendations_mcp --protocol "streamable-http"
Access it at:
http://0.0.0.0:9900/mcp
🐳 Running with Docker
Using Docker Compose (Recommended)
docker run \
-p 9900:9900 \
-e EXPEDIA_API_KEY=your_api_key_here \
expediagroup/expedia-travel-recommendations-mcp
Accessible at:
http://0.0.0.0:9900/mcp
⚙️ MCP Client Configuration
Using streamable-http (Recommended)
{
"mcpServers": {
"expedia-recommendation": {
"url": "http://localhost:9900/mcp"
}
}
}
Using stdio
{
"mcpServers": {
"expedia-travel-recommendations": {
"command": "uvx",
"args": [
"expedia_travel_recommendations_mcp",
"--protocol",
"stdio"
],
"env": {
"EXPEDIA_API_KEY": "your_api_key_here"
}
}
}
}
🧪 Example Query (Hotel)
{
"query": {
"destination": "Seattle",
"check_in": "2025-05-01",
"check_out": "2025-05-05",
"property_types": ["HOTEL", "RESORT"],
"amenities": ["POOL", "SPA"],
"guest_rating": "WONDERFUL",
"sort_type": "CHEAPEST"
}
}
🔗 API Endpoints
These are exposed when using the
streamable-httpprotocol.
POST /expedia/hotels→ Hotel recommendationsPOST /expedia/flights→ Flight recommendationsPOST /expedia/activities→ Activity recommendationsPOST /expedia/cars→ Car rental recommendations
🧑💻 Example Clients
See the examples/ folder for client scripts.
1️⃣ stdio-based Client
Make sure the virtual env is activated (install.sh must be run first):
source install_env/bin/activate
python examples/mcp_client_stdio.py
2️⃣ streamable-http Client
Ensure MCP server is running:
python examples/mcp_client_streamable_http.py
📄 License
Licensed under the Apache License 2.0.
from github.com/ExpediaGroup/expedia-travel-recommendations-mcp
Установить Expedia Travel Recommendations в Claude Desktop, Claude Code, Cursor
unyly install expedia-travel-recommendations-mcpСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add expedia-travel-recommendations-mcp -- uvx expedia-travel-recommendations-mcpFAQ
Expedia Travel Recommendations MCP бесплатный?
Да, Expedia Travel Recommendations MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Expedia Travel Recommendations?
Нет, Expedia Travel Recommendations работает без API-ключей и переменных окружения.
Expedia Travel Recommendations — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Expedia Travel Recommendations в Claude Desktop, Claude Code или Cursor?
Открой Expedia Travel Recommendations на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Expedia Travel Recommendations with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
