# TrustedVillas Villa Rentals (remote · mcp.trustedvillas.co.uk)

Search and book luxury villa rentals across Europe with real-time availability and pricing.

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

## Components

- remote · `mcp.trustedvillas.co.uk`: 68/100 (this document), [markdown](https://verifymcp.io/servers/chris-paton-trustedvillas-mcp/mcp.md), [page](https://verifymcp.io/servers/chris-paton-trustedvillas-mcp/mcp)

## Channel facts

- Endpoint: `https://mcp.trustedvillas.co.uk/mcp`
- Transports: `streamable-http`
- Auth: `required`
- 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**: 63/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 4 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.
  - The HSTS (Strict-Transport-Security) header is present.
  - 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**: 71/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 633 tokens (~158/item across 4 items; 4 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**: 99/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 96% 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 chris-paton-trustedvillas-mcp https://mcp.trustedvillas.co.uk/mcp
```

### Codex

```toml
[mcp_servers.chris-paton-trustedvillas-mcp]
url = "https://mcp.trustedvillas.co.uk/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "chris-paton-trustedvillas-mcp": {
      "type": "remote",
      "url": "https://mcp.trustedvillas.co.uk/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add chris-paton-trustedvillas-mcp --url https://mcp.trustedvillas.co.uk/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  chris-paton-trustedvillas-mcp:
    url: "https://mcp.trustedvillas.co.uk/mcp"
```

### Other

```json
{
  "mcpServers": {
    "chris-paton-trustedvillas-mcp": {
      "type": "http",
      "url": "https://mcp.trustedvillas.co.uk/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, +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 66, +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 65, +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 64, +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 63)

First indexed and scored.

## MCP tools (4)

### `search_villas` (~348 tokens)

Search self-catering villa rentals with real-time availability. Filter by destination, check-in/check-out dates, guests, bedrooms, and amenities (pool, pet-friendly, sea view, wifi, parking, air conditioning). Returns matching villas with nightly price and a link to book. Always pass checkIn, checkOut, and guests when the user has specified dates and party size.

Input parameters:

- `airCon` (boolean): Air conditioning required.
- `area` (string): Region or area, e.g. "Costa del Sol", "Tuscany", "Algarve".
- `bedrooms` (integer): Minimum number of bedrooms required.
- `checkIn` (string): Check-in date (YYYY-MM-DD). Required for availability filtering.
- `checkOut` (string): Check-out date (YYYY-MM-DD). Required with checkIn.
- `country` (string): Country name in English, e.g. "Spain", "France", "Italy".
- `cursor` (string): Pagination cursor from a previous response.
- `guests` (integer): Total number of guests including children.
- `location` (string): Town or resort name, e.g. "Marbella", "Positano", "Lagos".
- `maxPrice` (integer): Maximum nightly price in GBP.
- `minPrice` (integer): Minimum nightly price in GBP.
- `pageSize` (integer)
- `parking` (boolean): On-site parking required.
- `petFriendly` (boolean): Pets accepted.
- `pool` (boolean): Private swimming pool required.
- `seaView` (boolean): Sea or ocean view required.
- `sort` (string): Result ordering.
- `wifi` (boolean): WiFi required.

### `get_villa_details` (~76 tokens)

Get full details for a specific villa including description, all photos, amenities, house rules, and check-in/check-out times. Call this when the user wants more information about a property found via search_villas.

Input parameters:

- `code` (string, required): Interhome accommodation code from a search result, e.g. "IH-123456".

### `check_availability` (~99 tokens)

Check real-time availability and nightly pricing for a specific villa over a date range. Returns whether the property is available and the average nightly rate. For a binding total price including all fees and taxes, use get_quote.

Input parameters:

- `checkIn` (string, required): Check-in date (YYYY-MM-DD).
- `checkOut` (string, required): Check-out date (YYYY-MM-DD). Must be after checkIn.
- `code` (string, required): Interhome accommodation code.

### `get_quote` (~110 tokens)

Get a binding price quote for a villa stay including full breakdown of accommodation cost, cleaning fee, tourist tax, and security deposit. Always use this for final price — never estimate or calculate prices manually. Provides a direct booking link with dates pre-filled.

Input parameters:

- `checkIn` (string, required): Check-in date (YYYY-MM-DD).
- `checkOut` (string, required): Check-out date (YYYY-MM-DD).
- `code` (string, required): Interhome accommodation code.
- `guests` (integer, required): Total number of guests.

## Diagnostics

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

## Score history

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

## Links

- Remote endpoint: https://mcp.trustedvillas.co.uk/mcp
- Authorisation metadata: https://mcp.trustedvillas.co.uk/.well-known/oauth-protected-resource/mcp
- Repository: https://github.com/chris-paton/trustedvillas-mcp
- Website: https://mcp.trustedvillas.co.uk/
- Changelog RSS feed: https://verifymcp.io/servers/chris-paton-trustedvillas-mcp/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/chris-paton-trustedvillas-mcp/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/chris-paton-trustedvillas-mcp/mcp
