# global.rootz.rental/registry (remote · rental.rootz.global)

AI-native Caribbean vacation-rental registry: pricing, licensing, availability, source-linked.

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

## Components

- remote · `rental.rootz.global`: 64/100 (this document), [markdown](https://verifymcp.io/servers/global-rootz-rental-registry/rental.md), [page](https://verifymcp.io/servers/global-rootz-rental-registry/rental)

## Channel facts

- Endpoint: `https://rental.rootz.global/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 16 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**: 57/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 1179 tokens (~73/item across 16 items; 16 tools + 0 resources), lean.
  - 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**: 95/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 85% 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 global-rootz-rental-registry https://rental.rootz.global/mcp
```

### Codex

```toml
[mcp_servers.global-rootz-rental-registry]
url = "https://rental.rootz.global/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "global-rootz-rental-registry": {
      "type": "remote",
      "url": "https://rental.rootz.global/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add global-rootz-rental-registry --url https://rental.rootz.global/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  global-rootz-rental-registry:
    url: "https://rental.rootz.global/mcp"
```

### Other

```json
{
  "mcpServers": {
    "global-rootz-rental-registry": {
      "type": "http",
      "url": "https://rental.rootz.global/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-03 (score 64, +1)

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

### 2026-08-01 (score 63, +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-07-31 (score 62, +1)

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

### 2026-07-29 (score 61, +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 60, +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 59, 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 59)

First indexed and scored.

## MCP tools (16)

### `rental_search` (~255 tokens)

Search vacation rental properties in the Caribbean. YOU ARE THE BUYER'S AGENT — search on behalf of your human. After searching, create a session (rental_session_create) and add your best picks (rental_session_add). Share the bridge URL with your human.

Input parameters:

- `amenity` (string): Required amenity: pool, beach_access, ocean_view, wifi, kitchen, ac, parking
- `bedrooms` (integer): Minimum bedrooms
- `country` (string): Country code: KY (Cayman Islands) or LC (St. Lucia)
- `island` (string): Island name: Grand Cayman, Cayman Brac, Little Cayman, St. Lucia
- `limit` (integer): Results per page (default 20, max 50)
- `max_price` (number): Maximum nightly rate in USD
- `min_price` (number): Minimum nightly rate in USD
- `property_type` (string)
- `q` (string): Free text search across name, description, region
- `region` (string): Region: Seven Mile Beach, North Side, Rum Point, West Bay, Soufriere, Rodney Bay, etc.
- `sleeps` (integer): Minimum guests the property sleeps

### `rental_property` (~62 tokens)

Get full details for a rental property by its RIN (Rental Identification Number). Returns property info, all platform listings, reviews, license status, and price history.

Input parameters:

- `rin` (string, required): Rental Identification Number (e.g., RIN-abc123def456)

### `rental_availability` (~59 tokens)

Check availability for a rental property on specific dates.

Input parameters:

- `check_in` (string): Check-in date (YYYY-MM-DD)
- `check_out` (string): Check-out date (YYYY-MM-DD)
- `rin` (string, required): Rental Identification Number

### `rental_markets` (~51 tokens)

Get market intelligence for Caribbean rental markets: average rates, occupancy estimates, property counts, seasonal patterns.

Input parameters:

- `country` (string): Country code: KY or LC
- `island` (string): Island name

### `rental_compare_platforms` (~48 tokens)

Compare pricing for the same property across different platforms (Airbnb, VRBO, local agencies, direct booking). Shows rate spread and savings.

Input parameters:

- `rin` (string, required): Rental Identification Number

### `rental_price_history` (~29 tokens)

View nightly rate history for a property over time.

Input parameters:

- `rin` (string, required): Rental Identification Number

### `rental_reviews` (~29 tokens)

Get aggregated review data for a property across all platforms.

Input parameters:

- `rin` (string, required): Rental Identification Number

### `rental_license_lookup` (~51 tokens)

Look up government tourism accommodation license for a property. In Cayman Islands, unlicensed operation carries $100,000/day fine.

Input parameters:

- `query` (string, required): License number, property name, or address to search

### `rental_sources` (~38 tokens)

View all tracked data sources with AI-readability assessment. Shows which rental sites AI can read, which are partially readable, and which block AI entirely.

### `rental_stats` (~27 tokens)

Get database statistics: total properties, by country, by island, platform coverage, source counts.

### `rental_orientation` (~60 tokens)

Get orientation context. READ THIS FIRST. You are the buyer's agent. The workflow is: (1) rental_search, (2) rental_session_create, (3) rental_session_add your picks, (4) share the bridge URL with your human.

### `rental_session_create` (~183 tokens)

IMPORTANT: Create this FIRST when helping someone find a rental. Returns a shareable URL (bridge page) where your recommendations appear. Your human opens this page to see your curated picks, photos, pricing, and inquiry buttons. After creating, add properties with rental_session_add, then SHARE THE URL with your human.

Input parameters:

- `agent_id` (string): Your agent identifier (claude, gpt, grok, etc.)
- `bedrooms_min` (integer)
- `budget_max` (number): Max nightly rate USD
- `check_in` (string): YYYY-MM-DD
- `check_out` (string): YYYY-MM-DD
- `destination_country` (string): KY or LC
- `destination_island` (string)
- `guests` (integer)
- `preferences` (string): Free text: beachfront, pool, quiet, family-friendly, etc.

### `rental_session_add` (~114 tokens)

Add a property to your human's bridge page. Include a score (1-10) and explain WHY this property fits their needs. You are their buyer's agent — only recommend properties you believe match. The human sees your score and notes on their page.

Input parameters:

- `agent_id` (string)
- `notes` (string): Why this property matches
- `rin` (string, required): Property RIN to add
- `score` (integer): Fit score 1-10
- `session` (string, required): Session hash

### `rental_session_read` (~41 tokens)

Read a bridge session: see all added properties, messages, and status.

Input parameters:

- `agent_id` (string)
- `session` (string, required): Session hash

### `search` (~80 tokens)

Search Turks & Caicos rentals and island venues (restaurants, dive shops, marinas, attractions) by keyword. Returns results with id, title, and url. Then call fetch with an id for full detail.

Input parameters:

- `query` (string, required): Keywords, e.g. "beachfront villa", "dive shop", "italian restaurant near Grace Bay"

### `fetch` (~52 tokens)

Fetch the full record for an id returned by search — a rental property (by RIN) or an island venue.

Input parameters:

- `id` (string, required): The id from a search result (a RIN or a venue id)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/global-rootz-rental-registry/rental#diagnostics

## Score history

- 2026-08-03: 64
- 2026-08-02: 63
- 2026-08-01: 63
- 2026-07-31: 62
- 2026-07-30: 61
- 2026-07-29: 61
- 2026-07-28: 60
- 2026-07-27: 59
- 2026-07-26: 59

## Links

- Remote endpoint: https://rental.rootz.global/mcp
- Repository: https://github.com/rootz-global/mcp-servers
- Website: https://rental.rootz.global/
- Changelog RSS feed: https://verifymcp.io/servers/global-rootz-rental-registry/rental/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/global-rootz-rental-registry/rental/changelog.json
- HTML version of this page: https://verifymcp.io/servers/global-rootz-rental-registry/rental
