# Restplass travel search (remote · www.restplass.no)

Realtime package holiday and charter flight prices from Norway. Inventory not on Google Flights.

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

## Components

- remote · `www.restplass.no`: 58/100 (this document), [markdown](https://verifymcp.io/servers/no-restplass-travel-search/www.md), [page](https://verifymcp.io/servers/no-restplass-travel-search/www)

## Channel facts

- Endpoint: `https://www.restplass.no/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## 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**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 2 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - 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**: 42/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 1664 tokens (~832/item across 2 items; 2 tools + 0 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**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http no-restplass-travel-search https://www.restplass.no/mcp
```

### Codex

```toml
[mcp_servers.no-restplass-travel-search]
url = "https://www.restplass.no/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "no-restplass-travel-search": {
      "type": "remote",
      "url": "https://www.restplass.no/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add no-restplass-travel-search --url https://www.restplass.no/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  no-restplass-travel-search:
    url: "https://www.restplass.no/mcp"
```

### Other

```json
{
  "mcpServers": {
    "no-restplass-travel-search": {
      "type": "http",
      "url": "https://www.restplass.no/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 58, +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 57, +2)

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

### 2026-07-30 (score 55, −2)

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

### 2026-07-29 (score 57, +1)

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

### 2026-07-28 (score 56, +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 55, 0)

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

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

First indexed and scored.

## MCP tools (2)

### `search_holidays` (~1141 tokens)

Søk etter restplasser og pakkereisetilbud fra Norge

API for å søke i den største og mest komplette databasen i Norge etter pakkereisetilbud. API-et brukes til å umiddelbart gi de beste tilbudene for pakkereiser tilbudt av Ving, TUI, Apollo, Nazar, Ticket, Solfaktor og mange andre. Finn de beste tilgjengelige pakkereisetilbudene fra Norge basert på søkekriterier.

Input parameters:

- `adults` (integer): Antall voksne 12-99 år, default 2
- `bbox` (string): Geografisk søk avgrenset med et rektangel. Format: minLat,minLon,maxLat,maxLon.
- `board_type` (string): Måltider inkludert på hotellet, f.eks frokost, halvpensjon, helpensjon, all inclusive
- `category` (string): Kategori for ferien SUNBATH=Syden,Sol&bad, CITY=storbyferie, SKI=skiferie, EXOTIC=fjerne strender
- `children` (integer): Antall barn 2-11 år, default 0
- `country_iso` (string): ISO kode for land, for eksempel ES, GR, PL, TR
- `days_max` (integer): Maksimum antall dager for ferien, for eksempel 3, 7, 14
- `days_min` (integer): Minimum antall dager for ferien, for eksempel 3, 7, 14
- `depart_date_exact` (string): Ferien skal starte denne dagen (ISO 8601 format YYYY-MM-DDTHH:MM:SSZ)
- `depart_date_max` (string): Seneste mulige start på ferien (ISO 8601 format YYYY-MM-DDTHH:MM:SSZ)
- `depart_date_min` (string): Tidligste mulige start på ferien (ISO 8601 format YYYY-MM-DDTHH:MM:SSZ)
- `destination_airport_code` (string): IATA kode for destinasjonsflyplass, for eksempel ALC, AGP, TFS
- `destination_name` (string): Destinasjonsnavn, for eksempel Malta, Magaluf, Gran Canaria
- `direct_flight` (boolean): Sett til true for å finne hoteller med direktefly
- `distance_airport` (integer): Maksimal avstand melom hotell og flyplass i km, for eksempel 20, 40, 80
- `distance_beach` (integer): Maksimal avstand til stranden i meter, for eksempel 0, 100, 500
- `distance_centre` (integer): Maksimal avstand til sentrum i meter, for eksempel 0, 100, 500
- `features` (array): Fasiliteter på hotellet: ac=aircondition, adultsonly=Kun for voksne, apartment=leilighet, bar=bar, childspool=barnepool, gym=treningssenter, heatedpool=oppvarmet basseng, kidsclub=barnklubb, pool=bas…
- `fields` (array): Felt som skal inkluderes i søkeresultatet
- `guest_rating` (number): Minimum gjestevurdering, for eksempel 8.2, 9.0. Median: 8.4
- `hotel_name` (string): Hotellnavn, for eksempel Riu Palace, Iberostar, Sol
- `infants` (integer): Antall spedbarn 0-1 år, default 0
- `lat` (number): Breddegrad i desimalgrader, brukes med lon og radius
- `limit` (integer): Antall tilbud som skal returneres, for eksempel 5, 10. Default 1
- `lon` (number): Lengdegrad i desimalgrader, brukes med lat og radius
- `max_price` (integer): Maksimum totalpris for hele reisen, for eksempel 5000, 10000, 15000
- `number_of_nights` (integer): Eksakt antall netter for ferien, for eksempel 3, 7, 14
- `origin_airport_code` (string): IATA kode for avreiseflyplass, for eksempel OSL, SVG, TRD
- `radius` (number): Radius i kilometer fra lat, lon
- `rating` (integer): Minimum antall stjerner, for eksempel 3, 4, 5
- `return_date_exact` (string): Hjemreisen skal begynner denne dagen(ISO 8601 format YYYY-MM-DDTHH:MM:SSZ)
- `return_date_max` (string): Seneste mulige hjemreise (ISO 8601 format YYYY-MM-DDTHH:MM:SSZ)
- `return_date_min` (string): Tidligste mulige hjemreise (ISO 8601 format YYYY-MM-DDTHH:MM:SSZ)
- `sort` (string): Sorteringsrekkefølge for tilbudene. Default er price_asc
- `temp_air_day_max` (integer): Maksimum forventet dagtemperatur i Celsius, for eksempel 25, 30
- `temp_air_day_min` (integer): Minimum forventet dagtemperatur i Celsius, for eksempel 20, 25
- `temp_water` (integer): Minimum forventet vanntemperatur i Celsius, for eksempel 20, 25

### `search_flights` (~430 tokens)

Søk etter flytilbud fra Norge

NDC-justert API for å søke etter flyreiser (kun fly) tilgjengelig fra Norge. Databasen inneholder seter på charterfly som vanligvis ikke finnes hos Google Flights, Skyscanner eller Kayak. Finn de beste tilgjengelige flytilbudene basert på søkekriterier.

Input parameters:

- `adt` (integer): Antall voksne (NDC: PaxType=ADT), default 1
- `chd` (integer): Antall barn (NDC: PaxType=CHD), default 0
- `dep_date` (string): Eksakt utreisedato (YYYY-MM-DD)
- `dep_date_from` (string): Tidligste utreisedato (YYYY-MM-DD)
- `dep_date_to` (string): Seneste utreisedato (YYYY-MM-DD)
- `dest` (string): IATA kode for destinasjonsflyplass, f.eks. AYT, AGP, TFS
- `direct` (boolean): Kun direktefly (NDC: StopQuantity=0)
- `inf` (integer): Antall spedbarn (NDC: PaxType=INF), default 0
- `limit` (integer): Antall tilbud som returneres (1-25), default 10
- `max_price` (integer): Maksimum totalpris (NDC: PriceRangeFilter.MaxAmount)
- `nights_max` (integer): Maksimum antall netter (vendor extension, ikke NDC)
- `nights_min` (integer): Minimum antall netter (vendor extension, ikke NDC)
- `orig` (string): IATA kode for avreiseflyplass, f.eks. OSL, SVG, TRD
- `ret_date` (string): Eksakt returdato (YYYY-MM-DD)
- `ret_date_from` (string): Tidligste returdato (YYYY-MM-DD)
- `ret_date_to` (string): Seneste returdato (YYYY-MM-DD)
- `sort` (string): Sorteringsrekkefølge, default price_asc

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/no-restplass-travel-search/www#diagnostics

## Score history

- 2026-08-03: 58
- 2026-08-02: 58
- 2026-08-01: 57
- 2026-07-31: 57
- 2026-07-30: 55
- 2026-07-29: 57
- 2026-07-28: 56
- 2026-07-27: 55
- 2026-07-26: 55

## Links

- Remote endpoint: https://www.restplass.no/mcp
- Website: https://www.restplass.no/api
- Changelog RSS feed: https://verifymcp.io/servers/no-restplass-travel-search/www/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/no-restplass-travel-search/www/changelog.json
- HTML version of this page: https://verifymcp.io/servers/no-restplass-travel-search/www
