Expedia
БесплатноНе проверенMCP server for Expedia - let AI agents book travel
Описание
MCP server for Expedia - let AI agents book travel
README
MCP server for Expedia — let AI agents search flights, hotels, rental cars, and vacation packages, manage trips, and complete bookings via browser automation.
Built by Strider Labs.
Features
- 14 tools covering the full Expedia travel booking workflow
- Playwright browser automation with stealth patches to avoid bot detection
- Session persistence via cookies at
~/.striderlabs/expedia/cookies.json - Human-like behavior — random delays, realistic user agent, locale/timezone spoofing
- CAPTCHA detection with helpful error messages
- Confirmation gates for destructive actions (checkout) to prevent accidental bookings
- JSON responses for easy parsing by AI agents
Tools
| Tool | Description |
|---|---|
status |
Check Expedia login status and session info |
login |
Initiate Expedia login flow (returns URL + instructions) |
logout |
Clear saved session and cookies |
search_flights |
Search for flights by origin, destination, dates, and passenger count |
search_hotels |
Search for hotels by destination and dates |
search_cars |
Search for rental cars by pickup location and dates |
search_packages |
Search for vacation packages (flight + hotel bundles) |
get_flight_details |
Get detailed info about a specific flight result |
get_hotel_details |
Get full hotel details including amenities, room types, and policies |
add_to_trip |
Add a flight, hotel, car, or package to your Expedia trip |
view_trip |
View the current trip/cart with all items and total price |
get_saved_trips |
Retrieve all saved trips from your Expedia account |
checkout |
Complete booking for all items in the current trip |
get_itinerary |
Get booked itinerary details and confirmation numbers |
Installation
npm install -g @striderlabs/mcp-expedia
npx playwright install chromium
Claude Desktop Integration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"expedia": {
"command": "striderlabs-mcp-expedia"
}
}
}
Or with npx:
{
"mcpServers": {
"expedia": {
"command": "npx",
"args": ["-y", "@striderlabs/mcp-expedia"]
}
}
}
Authentication
Expedia requires a logged-in session for trip management, checkout, and itinerary access. The server persists your session cookies at ~/.striderlabs/expedia/cookies.json.
Login flow:
- Ask the AI agent to run
login - Open the returned URL in your browser
- Log in to your Expedia account
- Run
statusto verify the session was saved
Search tools (flights, hotels, cars, packages) work without authentication.
Safety
The checkout tool requires confirm: true to actually complete a booking. Without it, the tool returns a preview of the trip contents. Never set confirm: true without explicit user confirmation.
Session Storage
Cookies and session info are stored at:
~/.striderlabs/expedia/cookies.json~/.striderlabs/expedia/session.json
Development
git clone https://github.com/markswendsen-code/mcp-expedia
cd mcp-expedia
npm install
npm run build
node dist/index.js
License
MIT — © Strider Labs
Установка Expedia
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/markswendsen-code/mcp-expediaFAQ
Expedia MCP бесплатный?
Да, Expedia MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Expedia?
Нет, Expedia работает без API-ключей и переменных окружения.
Expedia — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Expedia в Claude Desktop, Claude Code или Cursor?
Открой Expedia на 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-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Expedia with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
