# Skiplagged MCP (remote · mcp.skiplagged.com)

Skiplagged MCP Server for flight search, hotel booking, and travel planning

- Trust score: 62/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.skiplagged.com`: 62/100 (this document), [markdown](https://verifymcp.io/servers/com-skiplagged-mcp/mcp.md), [page](https://verifymcp.io/servers/com-skiplagged-mcp/mcp)

## Channel facts

- Endpoint: `https://mcp.skiplagged.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.0.4`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 47/100
  - 25% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 2293 tokens (~176/item across 13 items; 10 tools + 3 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 99/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 98% of tool parameters carry a description.
  - Structured output schemas are declared (70% of tools); any adoption earns full credit.
- **Capabilities**: 73/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.
  - Supports UI / widget rendering.

## Install

### Claude

```bash
claude mcp add --transport http com-skiplagged-mcp https://mcp.skiplagged.com/mcp
```

### Codex

```toml
[mcp_servers.com-skiplagged-mcp]
url = "https://mcp.skiplagged.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-skiplagged-mcp": {
      "type": "remote",
      "url": "https://mcp.skiplagged.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-skiplagged-mcp --url https://mcp.skiplagged.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-skiplagged-mcp:
    url: "https://mcp.skiplagged.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-skiplagged-mcp": {
      "type": "http",
      "url": "https://mcp.skiplagged.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 61, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 60, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 59, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 58, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 57)

First indexed and scored.

## MCP tools (10)

### `sk_flights_search` (~562 tokens)

Skiplagged Flights Search

Search Skiplagged for flights between specific locations with filtering options for passengers, fare class, stops, airlines, and timing preferences

Input parameters:

- `adults` (integer): Number of adult passengers (default: 1, max: 9)
- `arrivalAirports`: Array of specific arrival airport codes to include (when destination city has multiple airports)
- `arrivalTimeEarliest` (integer): Earliest arrival time in minutes from midnight (0-1439)
- `arrivalTimeLatest` (integer): Latest arrival time in minutes from midnight (0-1439)
- `children` (integer): Number of child passengers (default: 0, max: 8)
- `departureAirports`: Array of specific departure airport codes to include (when origin city has multiple airports)
- `departureDate` (string, required)
- `departureTimeEarliest` (integer): Earliest departure time in minutes from midnight (0-1439)
- `departureTimeLatest` (integer): Latest departure time in minutes from midnight (0-1439)
- `destination` (string, required): Arrival location - prefer IATA code
- `excludedAirlines` (array): Array of excluded airline codes (e.g., ['F9', 'NK'])
- `fareClass` (string): Fare class preference (default: economy)
- `includeHiddenCity` (boolean): Include hidden city flights (default: true)
- `includeStandard` (boolean): Include standard flights (default: true)
- `includeVirtualInterlining` (boolean): Include virtual interlining flights (default: true)
- `infantsLap` (integer): Number of lap infants (default: 0, max: 4)
- `infantsSeat` (integer): Number of seat infants (default: 0, max: 4)
- `limit` (integer): Maximum number of flights to return (default: 12, max: 100)
- `maxFlightDuration` (integer): Maximum total flight duration in minutes
- `maxLayoverDuration` (integer): Maximum layover duration in minutes
- `maxStops` (string): Maximum number of stops (none=nonstop, one=1 stop, many=2+ stops)
- `offset` (integer): Number of flights to skip for pagination (default: 0)
- `origin` (string, required): Departure location - prefer IATA code
- `preferredAirlines` (array): Array of preferred airline codes (e.g., ['UA', 'DL'])
- `renderMode` (string): Preferred render mode for tool output (ui or text).
- `returnDate` (string)
- `sort` (string): Sort flights by price (cheapest first), duration (shortest first), or value (best price/time ratio, default)

Output parameters:

- `flights` (array)
- `pagination` (object): Result pagination information
- `searchUrl` (string): Complete search URL with all parameters

### `sk_destinations_anywhere` (~156 tokens)

Skiplagged Flexible Destination Search

Find cheapest destinations from a departure city when flexible about where to go. Perfect for discovering travel opportunities and deals.

Input parameters:

- `adults` (integer): Number of adult passengers
- `children` (integer): Number of child passengers
- `depart` (string, required): Departure date in YYYY-MM-DD format
- `fare_class` (string): Fare class preference
- `from` (string, required): Departure IATA code or city name
- `infantsLap` (integer): Number of lap infants
- `infantsSeat` (integer): Number of seat infants
- `renderMode` (string): Preferred render mode for tool output (ui or text).
- `return` (string): Return date in YYYY-MM-DD format (optional for one-way trips)

Output parameters:

- `pagination` (object): Result pagination information
- `results` (array)
- `searchUrl` (string): Complete search URL with all parameters

### `sk_flex_departure_calendar` (~255 tokens)

Skiplagged One-Way Fare Calendar

Generate 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. Intended for flexible-date price discovery, not exact itinerary selection.

Input parameters:

- `adults` (integer): Number of adult passengers (default: 1, max: 9)
- `children` (integer): Number of child passengers (default: 0, max: 8)
- `departureDate` (string, required): Preferred departure date (YYYY-MM-DD format)
- `destination` (string, required): Arrival city name or IATA code (will be resolved to IATA code automatically)
- `infantsLap` (integer): Number of lap infants (default: 0, max: 4)
- `infantsSeat` (integer): Number of seat infants (default: 0, max: 4)
- `origin` (string, required): Departure city name or IATA code (will be resolved to IATA code automatically)
- `renderMode` (string): Preferred render mode for tool output (ui or text).
- `returnDate`: Return date for matching trip length (optional, YYYY-MM-DD format)
- `sort` (string): Sort results chronologically or by lowest price first

Output parameters:

- `chart` (object)
- `destination` (string): Resolved destination airport code used for this search
- `mode` (string): Indicates whether these options vary departure dates or return dates
- `origin` (string): Resolved origin airport code used for this search
- `searchUrl` (string): Complete search URL with all parameters
- `sort` (string): Ordering applied to the options array

### `sk_flex_return_calendar` (~264 tokens)

Skiplagged Round-Trip Price Calendar

Generate a flexible round-trip price calendar for a fixed-length stay around a chosen travel window. Returns (depart date, return date, lowest total price) entries for nearby date pairs that preserve the original trip length; intended for price discovery, not exact itinerary selection.

Input parameters:

- `adults` (integer): Number of adult passengers (default: 1, max: 9)
- `children` (integer): Number of child passengers (default: 0, max: 8)
- `departureDate` (string, required): Preferred departure date (YYYY-MM-DD format)
- `destination` (string, required): Arrival city name or IATA code (will be resolved to IATA code automatically)
- `infantsLap` (integer): Number of lap infants (default: 0, max: 4)
- `infantsSeat` (integer): Number of seat infants (default: 0, max: 4)
- `origin` (string, required): Departure city name or IATA code (will be resolved to IATA code automatically)
- `renderMode` (string): Preferred render mode for tool output (ui or text).
- `returnDate` (string, required): Return date for the reference trip (YYYY-MM-DD format)
- `sort` (string): Sort results chronologically or by lowest price first

Output parameters:

- `chart` (object)
- `destination` (string): Resolved destination airport code used for this search
- `mode` (string): Indicates whether these options vary departure dates or return dates
- `origin` (string): Resolved origin airport code used for this search
- `searchUrl` (string): Complete search URL with all parameters
- `sort` (string): Ordering applied to the options array

### `sk_hotels_search` (~247 tokens)

Skiplagged Hotel Search

Search Skiplagged for hotels in a city with specific check-in and check-out dates, including ratings and pricing.

Input parameters:

- `checkin` (string, required): Check-in date (YYYY-MM-DD format)
- `checkout` (string, required): Check-out date (YYYY-MM-DD format)
- `city` (string, required): City name to search for hotels (will be matched against available cities)
- `limit` (integer): Maximum number of hotels to return (default: 12, max: 100)
- `numAdults` (integer): Number of adults (default: 2, max: 10)
- `numChildren` (integer): Number of children (default: 0, max: 10)
- `numRooms` (integer): Number of rooms (default: 1, max: 9)
- `offset` (integer): Number of hotels to skip for pagination (default: 0)
- `renderMode` (string): Preferred render mode for tool output (ui or text).
- `sort` (string): Sort hotels by price (cheapest first), ranking (highest rated first), value (best value rating), or discount (best deals first, default when deals available)

Output parameters:

- `pagination` (object): Result pagination information
- `results` (array)
- `searchUrl` (string): Complete search URL with all parameters

### `sk_cars_search` (~203 tokens)

Skiplagged Car Search

Search Skiplagged for rental cars between pickup and dropoff locations/dates, returning prices, companies, and car details.

Input parameters:

- `dropoffDate` (string, required): Dropoff date (YYYY-MM-DD)
- `dropoffLocation` (string): Dropoff location (defaults to pickup)
- `dropoffTime` (string): Dropoff time (HH:mm or HH:mm:ss, default 10:00)
- `limit` (integer): Maximum number of car offers to return
- `offset` (integer): Number of car offers to skip for pagination (default: 0)
- `pickupDate` (string, required): Pickup date (YYYY-MM-DD)
- `pickupLocation` (string, required): Pickup location: airport code (preferred) or "lat,lng"
- `pickupTime` (string): Pickup time (HH:mm or HH:mm:ss, default 10:00)
- `renderMode` (string): Preferred render mode for tool output (ui or text).

Output parameters:

- `pagination` (object): Result pagination information
- `results` (array): Available car rental offers
- `searchUrl` (string): Complete search URL with all parameters

### `sk_hotel_details` (~182 tokens)

Skiplagged Hotel Details

Fetch room-level availability, pricing, and amenities for a specific hotel and stay dates.

Input parameters:

- `checkin` (string, required): Check-in date (YYYY-MM-DD format)
- `checkout` (string, required): Check-out date (YYYY-MM-DD format)
- `hotelId` (integer, required): Hotel ID (from search results) to fetch detailed availability for
- `live` (boolean): Use live rates (includes booking links). Disable for faster, less accurate cached rates.
- `numAdults` (integer): Number of adults (default: 2, max: 10)
- `numChildren` (integer): Number of children (default: 0, max: 10)
- `numRooms` (integer): Number of rooms (default: 1, max: 5)
- `renderMode` (string): Preferred render mode for tool output (ui or text).

Output parameters:

- `address` (string): Hotel address
- `amenityNames` (array): List of hotel amenities
- `bookingLink` (string): Direct booking URL for this hotel
- `chainName` (string): Hotel chain name or 'Independent'
- `checkInTime` (string): Check-in time window
- `checkOutTime` (string): Check-out time window
- `checkinDate` (string): Check-in date for this detail search (YYYY-MM-DD)
- `checkoutDate` (string): Check-out date for this detail search (YYYY-MM-DD)
- `cityName` (string): City name
- `countryName` (string): Country name
- `description` (string): Hotel description
- `hotelId` (string): Unique hotel identifier
- `hotelName` (string): Hotel name
- `imageUrl` (string): Hotel image URL
- `location` (object): Geographic coordinates
- `pricePerNightInDollars` (number): Price per night in US dollars
- `reviewCount` (integer): Number of guest reviews
- `reviewRating` (number): Review rating (0-10)
- `rooms` (array): Room offers for this search
- `starRating` (integer): Hotel star rating (0-5)
- `stateName` (string): State name
- `totalPriceInDollars` (number): Total price for entire stay in US dollars

### `sk_faq_search` (~84 tokens)

Search Skiplagged FAQ

Search FAQ for relevant answers about Skiplagged - company, stuff, its products, and policies. Useful for customer support and general inquiries

Input parameters:

- `query` (string, required): The search query for FAQ retrieval
- `renderMode` (string): Preferred render mode for tool output (ui or text).
- `top_k` (integer): Number of top articles to return

### `sk_resolve_location` (~60 tokens)

Resolve location to airport code

Resolve latitude and longitude to the IATA code of nearest airport and city information

Input parameters:

- `lat` (number, required): latitude
- `lng` (number, required): longitude
- `renderMode` (string): Preferred render mode for tool output (ui or text).

### `sk_resolve_iata` (~56 tokens)

Resolve city name to airport code

Resolve a city name to a valid IATA code

Input parameters:

- `input` (string, required): City name code to resolve to IATA code
- `renderMode` (string): Preferred render mode for tool output (ui or text).

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-skiplagged-mcp/mcp#diagnostics

## Score history

- 2026-08-03: 62
- 2026-08-02: 62
- 2026-08-01: 61
- 2026-07-31: 61
- 2026-07-30: 60
- 2026-07-29: 59
- 2026-07-28: 59
- 2026-07-27: 58
- 2026-07-26: 57

## Links

- Remote endpoint: https://mcp.skiplagged.com/mcp
- Website: https://skiplagged.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-skiplagged-mcp/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-skiplagged-mcp/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-skiplagged-mcp/mcp
