Productivity
skiplagged.com
Search Skiplagged for flights and hotels with various filtering and pricing options to help plan travel.
ENDPOINT 1
https://mcp.skiplagged.com/mcp
MCP server metadata
- Name
- @skiplagged/mcp
- Version
- 0.0.4
- If origin is missing or ambiguous, call sk_resolve_location first, then prefer IATA codes in all tools. - For date flexibility: run sk_flex_departure_calendar first; when trip length matters, follow with sk_flex_return_calendar; use sk_flights_search only after picking dates. - Use sk_destinations_anywhere when the user is open to where to go; otherwise prefer sk_flights_search for specific routes. - On empty or thin results, widen dates by +/-3 days and retry once; stop after two total attempts. - Skiplagged APIs do not support searches in the past; always ensure flight, hotel, and car rental dates are today or later. - Defaults: 1 adult, economy cabin, sk_flights_search limit=12 unless user asks for more; calendar tools max 2 pages; request concise/compact responses where supported. - After completed tool calls, give a one-line takeaway; never invent data not returned by tools.
Known tools 10
sk_flights_searchSearch Skiplagged for flights between specific locations with filtering options for passengers, fare class, stops, airlines, and timing preferences
Inferred read-onlysk_destinations_anywhereFind cheapest destinations from a departure city when flexible about where to go.
Inferred read-onlysk_flex_departure_calendarGenerate a flexible calendar of the lowest one-way fares around a chosen departure, returning date → cheapest-price entries to help pick the best day to fly.
Inferred read-onlysk_flex_return_calendarGenerate a flexible round-trip price calendar for a fixed-length stay around a chosen travel window.
Inferred read-onlysk_hotels_searchSearch Skiplagged for hotels in a city with specific check-in and check-out dates, including ratings and pricing.
Inferred read-onlysk_cars_searchSearch Skiplagged for rental cars between pickup and dropoff locations/dates, returning prices, companies, and car details.
Inferred read-onlysk_hotel_detailsFetch room-level availability, pricing, and amenities for a specific hotel and stay dates.
Inferred read-onlysk_faq_searchSearch FAQ for relevant answers about Skiplagged - company, stuff, its products, and policies.
Inferred read-onlysk_resolve_locationResolve latitude and longitude to the IATA code of nearest airport and city information
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.skiplagged-mcp]
url = "https://mcp.skiplagged.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"skiplagged-mcp": {
"type": "http",
"url": "https://mcp.skiplagged.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: skiplagged-mcp
Remote MCP URL: https://mcp.skiplagged.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"skiplagged-mcp": {
"url": "https://mcp.skiplagged.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"skiplagged-mcp": {
"type": "http",
"url": "https://mcp.skiplagged.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "skiplagged-mcp",
"transport": "streamable-http",
"url": "https://mcp.skiplagged.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.