travel-deals-mcp
shokjak/travel-deals-mcpTravel 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.
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', 't…
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 …
Similar MCP servers embedding-nearest
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"
}
}
}