Skiplagged Flights Search
Skiplagged MCP Server for flight search, hotel booking, and travel planning
mcp
Skiplagged MCP Server
Description
Skiplagged MCP connects AI assistants to Skiplagged, a travel search engine for finding great flight, hotel, and rental car deals.
With this server enabled, tools like Claude, ChatGPT, Cursor, and VS Code can search Skiplagged directly from a chat—no browser needed.
It uses the open Model Context Protocol (MCP), which lets AI apps talk to external APIs and tools over a standard, HTTP‑based interface.
Features
- Flight search: Look up one‑way or round‑trip flights between cities, with various filters.
- Flexible date calendars: Explore departure and return‑date calendars to find cheaper days to travel.
- “Anywhere” destination discovery: See low‑fare destinations from a chosen origin when you’re flexible on where to go.
- Hotel search and details: Search hotels by city and dates, then retrieve room‑level pricing, amenities, and availability.
- Rental car search: Find rental cars at or near your destination for specific pickup and drop‑off times.
Setup
This server works with any client that supports remote MCP over HTTP.
- Add the Skiplagged MCP URL (
https://mcp.skiplagged.com/mcp) in your client’s MCP or “Connectors” settings. - Enable the server for the project or chat where you want to use it.
- Ask travel questions in plain language; your assistant will call MCP tools when needed.
Client‑specific setup guides
The snippets below show how to add the MCP server in common tools and editors.
Cursor Installation link
Manual installation
Add the following to your mcp.json file:
{
"mcpServers": {
"skiplagged": {
"url": "https://mcp.skiplagged.com/mcp"
}
}
}
VS Code Installation link
Manual installation
Open a terminal and run:
code --add-mcp '{"type":"http","name":"skiplagged","url":"https://mcp.skiplagged.com/mcp"}'
Then, from inside VS Code, open the .vscode/mcp.json file and click "Start server".Claude Code Run the following command in your terminal:
claude mcp add --transport http "skiplagged" https://mcp.skiplagged.com/mcp
From within Claude Code, use the /mcp command to get more information about the server.Claude Desktop Steps:
1. Navigate to Settings > Connectors.
2. Locate the "Connectors" section.
3. Click "Add custom connector" at the bottom of the section.
4. Add your connector's remote MCP server URL: https://mcp.skiplagged.com/mcp
5. Finish configuring your connector by clicking "Add."
ChatGPT
1. Navigate to Settings > Connectors.
2. Add a custom connector with the server URL "https://mcp.skiplagged.com/mcp".
3. Verify that it appears in the Composer > tools.
4. Add the server as a source if needed.
Gemini CLI Add the following JSON to your Gemini CLI configuration file (~/.gemini/settings.json):
{
"mcpServers": {
"skiplagged": {
"httpUrl": "https://mcp.skiplagged.com/mcp"
}
}
}
Codex Manual installation
Add the following to your Codex config file (~/.codex/config.toml):
[mcp_servers.skiplagged]
url = "https://mcp.skiplagged.com/mcp"
Authentication
No authentication required. Skiplagged MCP is a public server that does not require user accounts, API keys, or OAuth. Simply connect using the server URL and start searching.
Examples
The following examples show realistic prompts and what the server does behind the scenes.
Example 1: Search for flights
User prompt: “Find the cheapest flights from San Francisco to New York in late October for one adult in economy class.”
What happens:
- The server calls
sk_flights_searchwith origin SFO, destination JFK/EWR/LGA, dates in late October, 1 adult, economy class - Skiplagged returns available itineraries including standard fares and hidden‑city deals
- Results show prices, airlines, layovers, and durations—with links to book on Skiplagged
Example 2: Explore flexible dates to save money
User prompt: “Show me a fare calendar for round‑trip flights from Chicago to Miami around March 15. I can leave a few days earlier or later.”
- The server calls
sk_flex_departure_calendarto get one‑way fares for nearby departure dates - Then calls
sk_flex_return_calendarto find the cheapest return dates that maintain a similar trip length - Results display a calendar view of prices so you can pick the cheapest travel window
Example 3: Discover cheap destinations anywhere
User prompt: “I’m in Boston and want to fly somewhere warm and cheap in February. Where should I go?”
- The server calls
sk_destinations_anywherewith origin BOS and dates in February - Skiplagged returns the cheapest destinations sorted by price
- Results include destination cities, lowest fares, and average temperatures—helping you discover budget‑friendly trips
Example 4: Search hotels and get room details
User prompt: “Find hotels in Barcelona for 3 nights starting January 10 for two adults. Then show me details for the best‑reviewed option.”
- The server calls
sk_hotels_searchwith location Barcelona, check‑in January 10, check‑out January 13, 2 adults - Results return available hotels with nightly rates, ratings, and amenities
- For a selected hotel, the server calls
sk_hotel_detailsto retrieve room‑level pricing, cancellation policies, and photos
Privacy Policy
When your assistant calls these tools:
- Requests are sent to Skiplagged APIs. Search parameters (such as origin, destination, dates, passenger counts, and filters) are forwarded to Skiplagged’s backend services to retrieve live results.
- Results come from Skiplagged. Pricing, availability, and deal information are provided by Skiplagged and its partners. Always confirm details on skiplagged.com before booking.
- Error and telemetry monitoring: The MCP server uses Sentry to record errors and performance telemetry. These reports may include technical context about tool calls to help debug issues.
For full details, see Skiplagged’s Privacy Policy.
Limits and reliability
- Rate limits: The MCP server does not currently enforce strict per‑user rate limits, but very heavy automated usage may be throttled or blocked to protect the service.
- Data freshness: Flight, hotel, and car prices change frequently. Treat results as indicative only and always open the Skiplagged link to confirm the latest price and conditions before booking.
Support
If you need help with Skiplagged or this MCP integration, visit the Skiplagged Support or contact us: [email protected]
Serveurs connexes
Spryker Search Tool
Search Spryker packages, documentation, and code within Spryker GitHub repositories using natural language.
vinted-mcp-server
First MCP server for Vinted marketplace. Search millions of second-hand items, compare prices across 19 countries (FR, DE, ES, IT, NL, BE, UK...), analyze seller profiles with ratings and verification status, detect cross-country arbitrage opportunities, and track trending products. 5 tools: search_items, get_item, get_seller, compare_prices, get_trending. 2 resources: countries list, categories. Works with Claude Desktop, Cursor, Windsurf, and any MCP-compatible client. Zero config — just npx.
Docs MCP Server
Creates a personal, always-current knowledge base for AI by indexing documentation from websites, GitHub, npm, PyPI, and local files.
RSS3
Integrates the RSS3 API to query the Open Web.
ClaimHit
Patent Infringement MCP Server
Wolfram Alpha
Access Wolfram Alpha's computational knowledge engine for expert-level answers and data analysis.
Tavily Search
A comprehensive search agent powered by the Tavily API for in-depth and reliable search results across various topics.
QuantConnect Docs
An MCP server for intelligent search and retrieval of QuantConnect PDF documentation.
NS Travel Information MCP Server
Access real-time travel information for the Dutch railways (NS).
Splunk
An MCP server for Splunk to search, analyze, and visualize machine-generated data from your Splunk instance.