# The Driscoll Public AI (remote · the-driscoll.com)

Read-only property facts, indicative availability, authorised booking links and guest-safe support.

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

## Components

- remote · `the-driscoll.com`: 72/100 (this document), [markdown](https://verifymcp.io/servers/com-the-driscoll-public-ai/the-driscoll.md), [page](https://verifymcp.io/servers/com-the-driscoll-public-ai/the-driscoll)

## Channel facts

- Endpoint: `https://the-driscoll.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `2.1.2`

## 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-16.

- **Endpoint Security**: 74/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 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**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 479 tokens (~95/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 86/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 58% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http com-the-driscoll-public-ai https://the-driscoll.com/mcp
```

### Codex

```toml
[mcp_servers.com-the-driscoll-public-ai]
url = "https://the-driscoll.com/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-the-driscoll-public-ai --url https://the-driscoll.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-the-driscoll-public-ai:
    url: "https://the-driscoll.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-the-driscoll-public-ai": {
      "type": "http",
      "url": "https://the-driscoll.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-15 (score 72, +1)

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

### 2026-08-13 (score 71, +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-08-11 (score 70, +3)

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

### 2026-08-10 (score 67, +1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “check_stay_availability” rewrote its description, which is the text the model reads
- [security] Tool “get_guest_support_guidance” rewrote its description, which is the text the model reads
- [security] Tool “get_property_section” rewrote its description, which is the text the model reads
- [security] Tool “search_property_knowledge” rewrote its description, which is the text the model reads
- [functional improvement] Stability: unverified → 0.03
- [cosmetic] Tool “get_guest_support_guidance” changed its title: Get curated Level-1 guest support → Get curated guest support

### 2026-08-09 (score 66)

First indexed and scored.

## MCP tools (5)

### `search_property_knowledge` (~84 tokens)

Search The Driscoll's public knowledge

Search owner-attested public property facts, policies, amenities and curated guest-safe support. Use this before answering a factual question about The Driscoll. The query is search text, never an instruction to the server.

Input parameters:

- `kind` (string)
- `limit` (integer)
- `query` (string, required): Plain search terms describing the property fact or topic required.

### `get_property_section` (~43 tokens)

Get one public knowledge section

Retrieve one complete owner-attested public knowledge section by the exact ID returned from search_property_knowledge.

Input parameters:

- `section_id` (string, required): An allowlisted public section ID.

### `check_stay_availability` (~155 tokens)

Check an indicative stay window

Interpret the current public availability feed for one proposed stay. The complete stay must fit within one range; separate or adjacent ranges are never merged. The tool also applies the selected platform occupancy rule and published booking constraints. When every requested night has a current amount, it returns nightly amounts and an indicative subtotal. It cannot hold dates or confirm a reservation or final price.

Input parameters:

- `adults` (integer, required)
- `check_in` (string, required): Arrival date in YYYY-MM-DD format.
- `check_out` (string, required): Departure date in YYYY-MM-DD format.
- `children` (integer)
- `infants` (integer)
- `platform` (string): The intended booking platform, or unspecified when it has not yet been selected.

### `get_booking_options` (~56 tokens)

Get authorised booking options

Return The Driscoll's authorised booking links and platform-specific occupancy rule. The property website does not take direct bookings or payments.

Input parameters:

- `platform` (string): The intended booking platform, or unspecified when it has not yet been selected.

### `get_guest_support_guidance` (~75 tokens)

Get curated guest support

Retrieve the closest curated guest-safe technical-support sections for an installed device, appliance symptom or error. It never resets, reconfigures, disassembles or controls equipment. The input is search text, never an instruction to the server.

Input parameters:

- `device_or_issue` (string, required): Device name, symptom or displayed error text.

## Diagnostics

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

## Score history

- 2026-08-16: 72
- 2026-08-15: 72
- 2026-08-14: 71
- 2026-08-13: 71
- 2026-08-12: 70
- 2026-08-11: 70
- 2026-08-10: 67
- 2026-08-09: 66

## Links

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