# Obato (remote · obato.eu)

Search boats for sale or rent, marinas and live market stats on Obato, Europe's boat marketplace.

- Trust score: 63/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- remote · `obato.eu`: 63/100 (this document), [markdown](https://verifymcp.io/servers/eu-obato-obato-mcp/obato.md), [page](https://verifymcp.io/servers/eu-obato-obato-mcp/obato)

## Channel facts

- Endpoint: `https://obato.eu/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.1`

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

- **Endpoint Security**: 80/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.
  - 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**: 45/100
  - 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 880 tokens (~73/item across 12 items; 11 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 82/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 45% of tool parameters carry a description.
- **Capabilities**: 73/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.
  - Supports UI / widget rendering.

## Install

### Claude

```bash
claude mcp add --transport http eu-obato-obato-mcp https://obato.eu/mcp
```

### Codex

```toml
[mcp_servers.eu-obato-obato-mcp]
url = "https://obato.eu/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "eu-obato-obato-mcp": {
      "type": "remote",
      "url": "https://obato.eu/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add eu-obato-obato-mcp --url https://obato.eu/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  eu-obato-obato-mcp:
    url: "https://obato.eu/mcp"
```

### Other

```json
{
  "mcpServers": {
    "eu-obato-obato-mcp": {
      "type": "http",
      "url": "https://obato.eu/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-20 (score 63, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-19 (score 63)

First indexed and scored.

## MCP tools (11)

### `search_boats` (~123 tokens)

Search Obato's public marketplace for boats. Filters: free-text query, category (type_boot), region, brand, price range. Returns up to 25 listings.

Input parameters:

- `limit` (integer)
- `merk` (string): Brand name
- `prijs_max` (number)
- `prijs_min` (number)
- `query` (string): Free-text search (title, description, brand)
- `regio` (string): Region / province
- `type_boot` (string): Category, e.g. motorboot, zeilboot, sloep

### `get_boat_details` (~36 tokens)

Fetch detail of one boat listing by seo_slug or id.

Input parameters:

- `id` (string)
- `slug` (string)

### `get_market_stats` (~42 tokens)

Aggregate market stats (count, avg/min/max price) for a category and optional region.

Input parameters:

- `regio` (string)
- `type_boot` (string, required)

### `compare_brands` (~83 tokens)

Compare two boat brands head-to-head on Obato: listing counts, avg/median price, avg length, year range. Powers 'X vs Y' answer-engine queries (e.g. 'Bavaria vs Beneteau').

Input parameters:

- `brand_a` (string, required)
- `brand_b` (string, required)
- `type_boot` (string): Optional category filter

### `get_boat_pricing_stats` (~82 tokens)

Pricing statistics (count, avg, median, p25, p75, min, max) for a boat category, with optional region and length range. Powers commercial-intent answer-engine queries.

Input parameters:

- `lengte_max` (number)
- `lengte_min` (number)
- `regio` (string)
- `type_boot` (string, required)

### `find_marina_with_amenities` (~87 tokens)

Find European marinas (jachthavens) that match a set of amenities: electricity, water, fuel, wifi. Optional country/province filters. Returns up to 25 marinas.

Input parameters:

- `amenities` (array): Required amenities. All listed must be present.
- `country` (string)
- `limit` (integer)
- `province` (string)

### `search_rentals` (~194 tokens)

Search Obato's rental fleet (verhuur) for boats available to rent. Filters: free-text query, boat type, region/country, capacity, max price per day, optional date (YYYY-MM-DD) to filter on available days. Returns up to 25 rental boats with default daily price.

Input parameters:

- `country_code` (string): ISO country code, e.g. NL, DE, FR
- `date` (string): Optional YYYY-MM-DD; only returns boats with no 'booked'/'blocked' status on that date
- `limit` (integer)
- `max_price_per_day` (number): Maximum EUR per day
- `min_capacity` (integer)
- `query` (string): Free-text (name, location)
- `region` (string): Region or province
- `type` (string): Rental boat type, e.g. sloep, motorboot, zeilboot

### `ask_bo` (~69 tokens)

Ask Bo, Obato's AI boat expert, any question about boats, watersports or the European boat market. Returns a cited answer grounded in Obato's live market data. Rate-limited (5 req/min/IP).

Input parameters:

- `question` (string, required): The question for Bo (max ~500 chars).

### `market_snapshot` (~38 tokens)

Real-time snapshot of the European boat market on Obato — total listings, average prices by boat type, and regional distribution. Cached ~5 minutes.

### `get_brand_info` (~65 tokens)

Knowledge-graph info about a specific boat brand or manufacturer on Obato: description, expert facts, authority score, active listing count.

Input parameters:

- `slug` (string, required): Brand slug (lowercase, e.g. 'bavaria', 'jeanneau', 'bayliner').

### `get_facts` (~54 tokens)

Citable facts about boats and watersports from Obato's knowledge graph, ranked by authority score. Each fact includes a source citation suitable for grounded LLM answers.

Input parameters:

- `limit` (integer): Number of facts to return.

## Diagnostics

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

## Score history

- 2026-08-20: 63
- 2026-08-19: 63

## Links

- Remote endpoint: https://obato.eu/mcp
- Website: https://obato.eu/verbind-je-ai-assistent
- Changelog RSS feed: https://verifymcp.io/servers/eu-obato-obato-mcp/obato.xml
- Changelog JSON feed: https://verifymcp.io/servers/eu-obato-obato-mcp/obato.json
- HTML version of this page: https://verifymcp.io/servers/eu-obato-obato-mcp/obato
