Expedia Hotels Connector for AI agents.
12 live capabilities
Book and research global hotel properties with real-time inventory data.
Waiting for input…
Why people use Expedia Hotels
Expedia Hotels for automated corporate travel booking
With this Connector, you just tell your agent what you need. It pulls the data, compares the rates, and gives you a summary. You go from being a data entry clerk to a decision maker in one move.
What Vinkius changes
You get a direct line to Expedia's inventory without ever leaving your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Corporate Team Planning
A coordinator needs 10 rooms in Paris.
- Real-world use case 02
Travel Agency Booking
An agent wants to see the difference between a non-refundable rate and a flexible one for a VIP client using get_rate_plans.
- Real-world use case 03
Price Monitoring
A revenue analyst asks the agent to check if a specific hotel's price matches a competitor's website using check_price_match.
Complete set · 12capabilities
The complete Expedia Hotels capability set.
These are the exact actions your AI can choose when you ask it to work with Expedia Hotels.
01—04
4 capabilities in this set.
Part of 12 available through Expedia Hotels.
- 01 Capability
Check availability
Shows which room types and prices are open for specific dates at a chosen hotel.
- 02 Capability
Check price match
Checks if a competitor's lower price qualifies for a match and returns the result.
- 03 Capability
Get guest reviews
Pulls individual review entries and ratings to help evaluate a property's vibe.
- 04 Capability
Get hotel details
Fetches the full address, amenities, and policy info for a specific property.
05—08
4 capabilities in this set.
Part of 12 available through Expedia Hotels.
- 05 Capability
Get hotel images
Grabs URLs for exterior, lobby, and room photos to show the user.
- 06 Capability
Get itinerary
Shows the status, price, and guest details for an existing booking ID.
- 07 Capability
Get rate plans
Lists all available pricing options, including member deals and meal plans.
- 08 Capability
Price check
Validates that the current price is still active before you make a booking.
09—12
4 capabilities in this set.
Part of 12 available through Expedia Hotels.
- 09 Capability
Search hotels
Finds properties by region, dates, and filters like star rating or price.
- 10 Capability
Search regions
Identifies specific neighborhoods and airports to get a region ID for searching.
- 11 Capability
Book hotel
Creates a real reservation using property and rate details. Always confirm the final details with the user before this runs.
- 12 Capability
Cancel itinerary
Modifies an existing reservation to cancel it and show the refund status. Confirm the policy with the user first.
Set up in minutes
One URL. Then ask Expedia Hotels to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Expedia Hotels from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_7esYiu0OQZtLlJUFUAAdw3DwL7Mg7cvXozAZgMLz/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Expedia Hotels, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Expedia Hotels for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_7esYiu0OQZtLlJUFUAAdw3DwL7Mg7cvXozAZgMLz/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Expedia Hotels URL.
- Step 03
Save and start
Save the connection and enable Expedia Hotels in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"expedia-hotels": {
"url": "https://edge.vinkius.com/vk_preview_7esYiu0OQZtLlJUFUAAdw3DwL7Mg7cvXozAZgMLz/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Expedia Hotels
Open Agent mode in chat and ask: "Using Expedia Hotels, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"expedia-hotels": {
"url": "https://edge.vinkius.com/vk_preview_7esYiu0OQZtLlJUFUAAdw3DwL7Mg7cvXozAZgMLz/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Expedia Hotels
Ask Copilot: "Using Expedia Hotels, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"expedia-hotels": {
"url": "https://edge.vinkius.com/vk_preview_7esYiu0OQZtLlJUFUAAdw3DwL7Mg7cvXozAZgMLz/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Expedia Hotels
Open Cascade and ask: "Using Expedia Hotels, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"expedia-hotels": {
"url": "https://edge.vinkius.com/vk_preview_7esYiu0OQZtLlJUFUAAdw3DwL7Mg7cvXozAZgMLz/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Expedia Hotels
Ask Cline: "Using Expedia Hotels, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add expedia-hotels --transport http "https://edge.vinkius.com/vk_preview_7esYiu0OQZtLlJUFUAAdw3DwL7Mg7cvXozAZgMLz/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Expedia Hotels
Ask Claude: "Using Expedia Hotels, show me...". 12 tools are ready
Where the request belongs
Work Expedia Hotels can move forward.
This is for travel professionals who are tired of manual data entry and want to automate the research and booking phase of travel planning.
Corporate Travel Coordinator
Uses the Connector to find and book hotel blocks for large teams near conference venues without opening a single browser tab.
Travel Agency Operator
Pulls real-time rate plans and availability for clients to provide instant quotes and booking options.
Revenue Analyst
Monitors pricing trends and competitor rates across different markets to adjust strategy programmatically.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsImpala
Search hotels, check availability, compare rates, and browse reviews through a unified global hotel data platform via natural conversation.
Expedia
Automate travel planning via Expedia. search hotels, compare flights, find rental cars, and build complete trip itineraries directly from any AI agent.
Travelport
Access Travelport's Global Distribution System to search and book flights, hotels, and manage travel reservations directly through AI.
Amadeus
Manage your travel planning. audit flight offers, hotels, and destinations via AI.
Duffel
Search and book flights and stays directly through AI. Access real-time offers, manage orders, and explore travel metadata.
Sabre
Search and book flights and hotels globally using Sabre's travel technology platform. access Bargain Finder Max and PNR management.
Bring your own AI
Change the model, client or framework. Keep Expedia Hotels connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Expedia Hotels.
The practical details behind the request, access and result.
Can I actually book a hotel using the Expedia Hotels MCP?
Yes, this Connector allows your agent to create real reservations. It handles the property, room, and rate details to secure a booking for you.
Does the Expedia Hotels MCP show real-time prices?
Yes, it pulls live pricing directly from Expedia. This ensures you see the current rates, including taxes and fees, before you decide to book.
Can I use the Expedia Hotels MCP for corporate travel?
It's ideal for corporate travel. You can quickly find hotel blocks for large teams and compare various corporate-friendly rate plans in one place.
How do I see guest reviews with Expedia Hotels MCP?
The Connector extracts actual review entries and ratings. You can ask your agent to summarize recent feedback on cleanliness, staff, and location for any hotel.
Can I cancel a reservation through this?
Yes, you can manage your itinerary by cancelling bookings. Your agent will also check the specific cancellation policy for your rate plan.
Does Expedia Hotels MCP support price matching?
Yes, it includes a capability to check if a competitor's lower price qualifies for a match, helping you get the best possible deal.
Can my AI agent search for hotels in a specific city and return real-time availability?
Yes. Use the search_properties capability with your target location, check-in and check-out dates, and guest count. The agent will return a ranked list of available properties with pricing, star ratings, and room types. ready for comparison in seconds.
How do I compare room rates and cancellation policies across multiple hotels?
Ask your agent to pull rate plans for each property using the get_rate_plans capability. It returns detailed pricing breakdowns including nightly rates, taxes, cancellation deadlines, and meal plan options. Your agent can then build a comparison table across all properties you're evaluating.
Does this integration actually book hotels or is it read-only?
The integration supports both read and write operations. You can search properties, compare rates, and read reviews (read operations), as well as create and cancel itineraries through the book_itinerary and cancel_itinerary capabilities. All booking operations go through official Rapid API endpoints with full cancellation support.
One connection away
Give your agent a direct line to Expedia Hotels.
Connect Expedia Hotels once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available