Travel Deals Mcp
About
Travel Deals MCP is a Model Context Protocol server that lets AI agents search curated resort packages, vacation bundles, and travel deals in real time.
Details
- Author
- shokjak
- Downloads
- 287
- Categories
- Media
Jump to
- Curated resort packages and vacation bundles
- Real-time deal discovery by AI agents
- Direct booking via deal links
- MySQL relational database for deals, cities, and tags
- Python-based MCP server implementation
- Standard Model Context Protocol integration
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Travel Deals McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Add the server to your AI agent's configuration by including the following entry in your MCP settings:
{
"mcpServers": {
"travel-deals": {
"url": "https://travel-deals-mcp.site/mcp"
}
}
}
After configuration, any AI agent using the Model Context Protocol can query live deals. Click any deal link in the agent’s response to book directly with the travel provider.
search_deals
Search curated travel deals by destination, type, price, or tags. Returns JSON. Args: destination: City or country name (partial match) deal_type: 'resort', 'hotel', 'package', 'tour', 'activity' min_nights: Minimum number of nights max_price: Maximum deal price in USD tags: Comma-separated tag names to filter by featured_only: If True, only return featured deals limit: Max results to return (default 10)
get_deal
Get full details for a specific deal by ID. Returns JSON.
list_deal_types
Return all available deal type categories as JSON list.
list_tags
Return all available deal tags as JSON list.
list_countries
Return all countries with deals as JSON list.
get_stats
Return summary statistics as JSON.
build_booking_link
Build a pre-tracked Expedia affiliate booking link. The agent can call this two ways: 1. With a known deal_id (from a prior search_deals result) 2. With destination + deal_type — the server finds the best-matching active deal automatically Hotel / resort deals → Expedia hotel search pre-filled with city & dates Activity / tour deals → Expedia attractions search for that city Args: deal_id: Internal deal ID (from search_deals). Optional. destination: City or place name to search for. Required if deal_id absent. deal_type: 'hotel', 'resort', or 'activity' to narrow the search. Optional — defaults to best available match. checkin: Check-in date (YYYY-MM-DD). Defaults to deal's check_in_date or today + 30 days. checkout: Check-out date (YYYY-MM-DD). Defaults to deal's check_out_date or checkin + deal.nights. adults: Number of adult travellers (default 2) rooms: Number of rooms (default 1, hotels only)
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"travel deals mcp": {
"travel-deals": {
"url": "https://travel-deals-mcp.site/mcp"
}
}
}
}
McpServers
{
"travel-deals": {
"url": "https://travel-deals-mcp.site/mcp"
}
}
Travel Deals MCP
🧳 AI-Agent Discoverable Vacation Deals
---
What Is This?
Travel Deals MCP is a Model Context Protocol server that lets AI agents search curated resort packages, vacation bundles, and travel deals in real time — no website, no SEO, no search engine.
Built for the next wave of AI-native travel discovery. While traditional travel sites fight for Google rankings, Travel Deals MCP goes straight to where AI agents live.
---
How It Works
Step 1 — Curated Deals
We find and curate resort packages, vacation bundles, and travel deals — so you don't have to search.Step 2 — AI Agents Discover
Any AI agent built on the Model Context Protocol queries live deals in real-time — no search engine required.Step 3 — Book Direct
Click the deal link in the AI agent's response and book directly with the travel provider.---
Current Deals
🌴 Add the MCP server and discover deals.
We're curating the best resort packages and vacation deals.
---
Connect to Your AI
Add the Travel Deals MCP to your AI agent's configuration.
{
"mcpServers": {
"travel-deals": {
"url": "https://travel-deals-mcp.site/mcp"
}
}
}
---
Tech Stack
- MySQL — Relational database for deals, cities, countries, tags, and affiliate tracking
- Python — MCP server implementation
- Model Context Protocol — Standard protocol for AI tool/toolkit discovery
---
Resources
- 🌐 Landing Page: https://travel-deals-mcp.site
- 📂 GitHub: https://github.com/shokjak/travel-deals-mcp
- 🔌 MCP Protocol Docs: https://modelcontextprotocol.io
---
Travel Deals MCP — AI-Agent Discoverable Travel Deals
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
