# com.chalet-montagne/rentals (remote · mcp.chalet-montagne.com)

Search French mountain holiday rentals and contact owners directly — commission-free.

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

## Components

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

## Channel facts

- Endpoint: `https://mcp.chalet-montagne.com/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**: 60/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 3 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 is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1312 tokens (~218/item across 6 items; 4 tools + 2 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**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-chalet-montagne-rentals https://mcp.chalet-montagne.com/mcp
```

### Codex

```toml
[mcp_servers.com-chalet-montagne-rentals]
url = "https://mcp.chalet-montagne.com/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-chalet-montagne-rentals --url https://mcp.chalet-montagne.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-chalet-montagne-rentals:
    url: "https://mcp.chalet-montagne.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-chalet-montagne-rentals": {
      "type": "http",
      "url": "https://mcp.chalet-montagne.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 68, +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 67, 0)

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

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

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

### 2026-07-28 (score 66, +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 65, +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 64)

First indexed and scored.

## MCP tools (4)

### `check_availability_and_price` (~172 tokens)

Vérifier la disponibilité et le prix d'un séjour

Vérifie en une seule fois la disponibilité ET le prix d'un séjour daté
pour une location (id renvoyé par search_rentals). Répond : disponible /
occupé / partiellement disponible, le prix total du séjour (toujours
indicatif, à confirmer par le propriétaire), un indicateur de fraîcheur
du planning, et si le séjour est indisponible, jusqu'à 3 périodes libres
proches de même durée.

Input parameters:

- `date_end` (string, required): Date de départ (YYYY-MM-DD).
- `date_start` (string, required): Date d'arrivée (YYYY-MM-DD).
- `guests` (integer): Nombre de voyageurs (information indicative).
- `rental_id` (integer, required): Identifiant de la location (champ « id » des résultats de search_rentals).

### `send_rental_inquiry` (~382 tokens)

Envoyer une demande de location au propriétaire

Transmet une demande de contact au propriétaire d'une location (id renvoyé
par search_rentals). IMPORTANT : avant d'appeler cet outil, obtenir la
confirmation explicite de l'utilisateur pour (1) l'envoi de la demande et
(2) la transmission de ses coordonnées (nom, email, téléphone éventuel) au
propriétaire, puis passer user_confirmed=true. Le propriétaire répond
ensuite directement à l'utilisateur par email — mise en relation sans
commission, AUCUNE réservation ferme ni paiement via cet outil. Le message
personnel (min. 30 caractères) doit être rédigé avec l'utilisateur.

Input parameters:

- `adults` (integer, required): Nombre d'adultes.
- `babies` (integer): Nombre de bébés.
- `children` (integer): Nombre d'enfants.
- `date_end` (string, required): Date de départ (YYYY-MM-DD).
- `date_start` (string, required): Date d'arrivée (YYYY-MM-DD).
- `email` (string, required): Email de l'utilisateur — le propriétaire y répondra directement.
- `first_name` (string, required): Prénom de l'utilisateur.
- `last_name` (string, required): Nom de famille de l'utilisateur.
- `locale` (string): Langue de la fiche consultée.
- `message` (string, required): Message personnel au propriétaire, rédigé avec l'utilisateur (min. 30 caractères).
- `pets` (integer): Nombre d'animaux.
- `phone` (string): Téléphone de l'utilisateur (optionnel — minimisation des données).
- `rental_id` (integer, required): Identifiant de la location (champ « id » des résultats de search_rentals).
- `user_confirmed` (boolean, required): DOIT être true : l'utilisateur a explicitement confirmé l'envoi ET le partage de ses coordonnées avec le propriétaire.

### `get_rental_details` (~140 tokens)

Consulter la fiche détaillée d'une location

Fiche détaillée d'une location identifiée par l'id renvoyé par
search_rentals : description, capacité et chambres, équipements,
conditions de location (arrivée/départ, caution, acompte, annulation,
animaux), avis voyageurs et lien vers la page du site. Les coordonnées
du propriétaire ne sont jamais fournies : la mise en relation passe par
le formulaire de contact du site (lien inclus).

Input parameters:

- `locale` (string): Langue de la description et du lien.
- `rental_id` (integer, required): Identifiant de la location (champ « id » des résultats de search_rentals).

### `search_rentals` (~424 tokens)

Rechercher une location de vacances à la montagne

Recherche des locations de vacances à la montagne en France parmi des
milliers d'annonces (chalets, appartements, studios) louées en direct par leurs
propriétaires — sans commission de réservation. Sans dates, les prix
renvoyés sont des tarifs à la semaine ; avec des dates, le prix est le
total du séjour demandé. Les prix sont indicatifs, à confirmer par le
propriétaire. Chaque résultat contient un « id » à réutiliser avec
get_rental_details et check_availability_and_price, et un lien vers la
page du site à proposer à l'utilisateur.

Input parameters:

- `amenities` (array): Équipements exigés (tous devront être présents).
- `bedrooms_min` (integer): Nombre minimum de chambres.
- `budget_max` (integer): Budget maximum en euros pour le séjour (ou pour la semaine si pas de dates).
- `date_end` (string): Date de départ (YYYY-MM-DD). Requise si date_start est fournie.
- `date_start` (string): Date d'arrivée (YYYY-MM-DD). Recommandé : les prix deviennent exacts et la disponibilité est prise en compte.
- `destination` (string): Station, massif, département ou domaine skiable français, en texte libre. Ex : "Les Gets", "Haute-Savoie", "Portes du Soleil". En cas d'ambiguïté le serveur propose des choix. Omettre pour chercher d…
- `flexible_days` (integer): Tolérance en jours autour des dates (0 = dates strictes).
- `guests` (integer): Nombre de voyageurs (capacité de couchage minimale).
- `locale` (string): Langue des libellés et des liens renvoyés.
- `page` (integer): Page de résultats (10 par page).
- `pets_allowed` (boolean): true = uniquement les locations acceptant les animaux.
- `property_types` (array): Types d'hébergement souhaités.
- `sort` (string): Tri des résultats. Défaut : pertinence.

## Diagnostics

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

## Score history

- 2026-08-03: 68
- 2026-08-02: 68
- 2026-08-01: 67
- 2026-07-31: 67
- 2026-07-30: 67
- 2026-07-29: 66
- 2026-07-28: 66
- 2026-07-27: 65
- 2026-07-26: 64

## Links

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