MCP.so
Sign In
T

Travel Deals Mcp

@shokjak

About 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.

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

7

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 full details for a specific deal by ID. Returns JSON.

Return all available deal type categories as JSON list.

Return all available deal tags as JSON list.

Return all countries with deals as JSON list.

Return summary statistics as JSON.

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)

Overview

What is 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 search engine required. It is built for AI-native travel discovery, allowing agents to query live deals directly instead of relying on traditional search.

How to use Travel Deals MCP?

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.

Key features of Travel Deals MCP

  • 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

Use cases of Travel Deals MCP

  • AI travel assistants finding vacation packages for users
  • Automated itinerary planning with live deal data
  • In-agent price research for resort stays

FAQ from Travel Deals MCP

What exactly does Travel Deals MCP do?

It provides a curated feed of resort packages, vacation bundles, and travel deals that AI agents can query in real time via the Model Context Protocol.

How do I connect Travel Deals MCP to my AI agent?

Add the JSON configuration shown above to your agent’s MCP server list, pointing to https://travel-deals-mcp.site/mcp.

How are deals curated?

The server’s operators find and curate resort packages, vacation bundles, and travel deals so that AI agents don’t need to search manually.

Can I book directly through the AI agent?

No, you click the deal link provided in the AI agent’s response and then book directly with the travel provider.

Where can I learn more about Travel Deals MCP?

Visit the landing page at https://travel-deals-mcp.site, the GitHub repository at https://github.com/shokjak/travel-deals-mcp, or the MCP protocol docs at https://modelcontextprotocol.io.

Frequently asked questions

What exactly does Travel Deals MCP do?

It provides a curated feed of resort packages, vacation bundles, and travel deals that AI agents can query in real time via the Model Context Protocol.

How do I connect Travel Deals MCP to my AI agent?

Add the JSON configuration shown above to your agent’s MCP server list, pointing to `https://travel-deals-mcp.site/mcp`.

How are deals curated?

The server’s operators find and curate resort packages, vacation bundles, and travel deals so that AI agents don’t need to search manually.

Can I book directly through the AI agent?

No, you click the deal link provided in the AI agent’s response and then book directly with the travel provider.

Where can I learn more about Travel Deals MCP?

Visit the landing page at https://travel-deals-mcp.site, the GitHub repository at https://github.com/shokjak/travel-deals-mcp, or the MCP protocol docs at https://modelcontextprotocol.io.

Comments

More Media & Design MCP servers