Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Restplass travel search

REMOTE · WWW.RESTPLASS.NO · SCANNED SEP 24

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

Available components

0 this week 78 Trust /100
Trust breakdown (7 categories)

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. How we score → Why this is hard to score →

Endpoint Security74
Transport & Reachability100
Schema Quality & AI Usability45
  • AI-judged instruction clarity (good).Pass
  • 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. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 2 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 3 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the Restplass travel search MCP server?

Restplass travel search is a hosted endpoint at https://www.restplass.no/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · www.restplass.no

# add to Claude Code
claude mcp add --transport http no-restplass-travel-search 'https://www.restplass.no/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "no-restplass-travel-search": {
      "url": "https://www.restplass.no/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "no-restplass-travel-search": {
      "type": "http",
      "url": "https://www.restplass.no/mcp"
    }
  }
}
# ~/.codex/config.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
    }
  }
}
# add to OpenClaw
openclaw mcp add no-restplass-travel-search --url 'https://www.restplass.no/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  no-restplass-travel-search:
    url: "https://www.restplass.no/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "no-restplass-travel-search": {
      "Transport": "http",
      "Url": "https://www.restplass.no/mcp"
    }
  }
}
# add to Vellum
assistant mcp add no-restplass-travel-search -t streamable-http -u 'https://www.restplass.no/mcp'
// mcp.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 we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 29 Aug 26 +7
    • Authorization: unverified → partial ▲ security
  • 26 Aug 26 71
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 0
    • Stability: 0.97 → pass security
  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 0

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 24 Sept 2026 · Probed https://www.restplass.no/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=www.restplass.no CN=WR3,O=Google Trust Services,C=US 7 Sept 2026 6 Dec 2026 RSA 2048 SHA256-RSA 364ffaa108aef97d10c524caa776206f
SANs: www.restplass.no, restplass.no
CN=WR3,O=Google Trust Services,C=US (CA) CN=GTS Root R1,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 RSA 2048 SHA256-RSA 7ff005a91568d63abc22861684aa4b5a
CN=GTS Root R1,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 19 Jun 2020 28 Jan 2028 RSA 4096 SHA256-RSA 77bd0d6cdb36f91aea210fc4f058d30d

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of www.restplass.no. — Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
no. present 38032 13 Verified
restplass.no. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://www.restplass.no/mcp Verified 200
http (plaintext) http://www.restplass.no/mcp HTTPS enforced 301 https://www.restplass.no:443/mcp
MCP tools · 2 exposed · ~1,571 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
search_flights ~430

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.

NameTypeReqDescription
adtinteger–Antall voksne (NDC: PaxType=ADT), default 1
chdinteger–Antall barn (NDC: PaxType=CHD), default 0
dep_datestring–Eksakt utreisedato (YYYY-MM-DD)
dep_date_fromstring–Tidligste utreisedato (YYYY-MM-DD)
dep_date_tostring–Seneste utreisedato (YYYY-MM-DD)
deststring–IATA kode for destinasjonsflyplass, f.eks. AYT, AGP, TFS
directboolean–Kun direktefly (NDC: StopQuantity=0)
infinteger–Antall spedbarn (NDC: PaxType=INF), default 0
limitinteger–Antall tilbud som returneres (1-25), default 10
max_priceinteger–Maksimum totalpris (NDC: PriceRangeFilter.MaxAmount)
nights_maxinteger–Maksimum antall netter (vendor extension, ikke NDC)
nights_mininteger–Minimum antall netter (vendor extension, ikke NDC)
origstring–IATA kode for avreiseflyplass, f.eks. OSL, SVG, TRD
ret_datestring–Eksakt returdato (YYYY-MM-DD)
ret_date_fromstring–Tidligste returdato (YYYY-MM-DD)
ret_date_tostring–Seneste returdato (YYYY-MM-DD)
sortstring–Sorteringsrekkefølge, default price_asc

No output schema declared.

No examples provided.

search_holidays ~1,141

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.

NameTypeReqDescription
adultsinteger–Antall voksne 12-99 år, default 2
bboxstring–Geografisk søk avgrenset med et rektangel. Format: minLat,minLon,maxLat,maxLon.
board_typestring–Måltider inkludert på hotellet, f.eks frokost, halvpensjon, helpensjon, all inclusive
categorystring–Kategori for ferien SUNBATH=Syden,Sol&bad, CITY=storbyferie, SKI=skiferie, EXOTIC=fjerne strender
childreninteger–Antall barn 2-11 år, default 0
country_isostring–ISO kode for land, for eksempel ES, GR, PL, TR
days_maxinteger–Maksimum antall dager for ferien, for eksempel 3, 7, 14
days_mininteger–Minimum antall dager for ferien, for eksempel 3, 7, 14
depart_date_exactstring–Ferien skal starte denne dagen (ISO 8601 format YYYY-MM-DDTHH:MM:SSZ)
depart_date_maxstring–Seneste mulige start på ferien (ISO 8601 format YYYY-MM-DDTHH:MM:SSZ)
depart_date_minstring–Tidligste mulige start på ferien (ISO 8601 format YYYY-MM-DDTHH:MM:SSZ)
destination_airport_codestring–IATA kode for destinasjonsflyplass, for eksempel ALC, AGP, TFS
destination_namestring–Destinasjonsnavn, for eksempel Malta, Magaluf, Gran Canaria
direct_flightboolean–Sett til true for å finne hoteller med direktefly
distance_airportinteger–Maksimal avstand melom hotell og flyplass i km, for eksempel 20, 40, 80
distance_beachinteger–Maksimal avstand til stranden i meter, for eksempel 0, 100, 500
distance_centreinteger–Maksimal avstand til sentrum i meter, for eksempel 0, 100, 500
featuresarray–Fasiliteter på hotellet: ac=aircondition, adultsonly=Kun for voksne, apartment=leilighet, bar=bar, childspool=barnepool, gym=treningssenter, heatedpool=oppvarmet basseng, kidsclub=barnklubb, pool=bas…
fieldsarray–Felt som skal inkluderes i søkeresultatet
guest_ratingnumber–Minimum gjestevurdering, for eksempel 8.2, 9.0. Median: 8.4
hotel_namestring–Hotellnavn, for eksempel Riu Palace, Iberostar, Sol
infantsinteger–Antall spedbarn 0-1 år, default 0
latnumber–Breddegrad i desimalgrader, brukes med lon og radius
limitinteger–Antall tilbud som skal returneres, for eksempel 5, 10. Default 1
lonnumber–Lengdegrad i desimalgrader, brukes med lat og radius
max_priceinteger–Maksimum totalpris for hele reisen, for eksempel 5000, 10000, 15000
number_of_nightsinteger–Eksakt antall netter for ferien, for eksempel 3, 7, 14
origin_airport_codestring–IATA kode for avreiseflyplass, for eksempel OSL, SVG, TRD
radiusnumber–Radius i kilometer fra lat, lon
ratinginteger–Minimum antall stjerner, for eksempel 3, 4, 5
return_date_exactstring–Hjemreisen skal begynner denne dagen(ISO 8601 format YYYY-MM-DDTHH:MM:SSZ)
return_date_maxstring–Seneste mulige hjemreise (ISO 8601 format YYYY-MM-DDTHH:MM:SSZ)
return_date_minstring–Tidligste mulige hjemreise (ISO 8601 format YYYY-MM-DDTHH:MM:SSZ)
sortstring–Sorteringsrekkefølge for tilbudene. Default er price_asc
temp_air_day_maxinteger–Maksimum forventet dagtemperatur i Celsius, for eksempel 25, 30
temp_air_day_mininteger–Minimum forventet dagtemperatur i Celsius, for eksempel 20, 25
temp_waterinteger–Minimum forventet vanntemperatur i Celsius, for eksempel 20, 25

No output schema declared.

No examples provided.

Common questions

What is the Restplass travel search MCP server?

Restplass travel search is an MCP server listed in the public MCP registry as no.restplass/travel-search. Realtime package holiday and charter flight prices from Norway. Inventory not on Google Flights. This page covers its hosted endpoint (https://www.restplass.no/mcp).

Is the Restplass travel search MCP server safe to use?

Restplass travel search scores 78 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Restplass travel search MCP server expose?

Restplass travel search exposes 2 tools: search_holidays, search_flights. Their descriptions and schemas cost roughly 1,571 tokens of context every time the server is loaded.

Does the Restplass travel search MCP server require authentication?

No. We connected to Restplass travel search without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the Restplass travel search MCP server still maintained?

Restplass travel search is still listed as active in the MCP registry. We last reached this channel on 24 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.