Skip to content
Back to search
100
MCP live MCP 2025-11-25 http

travel-deals-mcp

shokjak/travel-deals-mcp

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.

Uptime
100.0%
1 direct probes · 30d
Response
1767ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

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', 't…

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 …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "travel-deals-mcp": {
      "url": "https://travel-deals-mcp.site/mcp",
      "transport": "http"
    }
  }
}