# Sailtix (remote · sailtix.com)

Ferry and fast-boat schedules, seats and fares, boat and fishing charters across Indonesia.

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

## Components

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

## Channel facts

- Endpoint: `https://sailtix.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**: 77/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 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**: 60/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 620 tokens (~155/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**: 7/100
  - Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 90/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 67% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **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-sailtix-sailtix https://sailtix.com/mcp
```

### Codex

```toml
[mcp_servers.com-sailtix-sailtix]
url = "https://sailtix.com/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-sailtix-sailtix --url https://sailtix.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-sailtix-sailtix:
    url: "https://sailtix.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-sailtix-sailtix": {
      "type": "http",
      "url": "https://sailtix.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-03 (score 68, +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-08-02 (score 67, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-01 (score 67)

First indexed and scored.

## MCP tools (4)

### `locations_list` (~77 tokens)

List harbors and destination regions

Lists the harbors and destination regions Sailtix sells sea transport between, each with the identifier the search tools accept. Optional free-text filter narrows the list by name or slug.

Input parameters:

- `limit` (integer): Maximum entries to return. Defaults to 60.
- `query` (string): Optional free-text filter matched against name and slug.

Output parameters:

- `locations` (array)
- `returned` (integer)
- `total` (integer)

### `sailing_search` (~181 tokens)

Search scheduled sea transport

Searches scheduled ferry and fast-boat departures between two places on a given date, returning departure and arrival times, operator, vessel, journey duration, remaining seats and fares. Origin and destination accept a harbor name, a destination-region name, a slug, or an identifier from locations_list; at least one side must be given.

Input parameters:

- `adult` (integer)
- `child` (integer)
- `destination` (string): Arrival harbor or region — name, slug, or identifier.
- `infant` (integer)
- `limit` (integer)
- `nationality` (string): Fare band. Indonesian residents are priced separately.
- `origin` (string): Departure harbor or region — name, slug, or identifier.
- `return_date` (string): Optional return date, YYYY-MM-DD.
- `travel_date` (string): Departure date, YYYY-MM-DD.

Output parameters:

- `query` (object): Parameters the search actually ran with, after resolution.
- `results` (array)
- `returned` (integer)
- `total` (integer)

### `charter_search` (~147 tokens)

Search private boat charters

Searches private boat and yacht charter packages by departure area, date, guest count, vessel type and trip length, returning price, duration, capacity, inclusions and the operator.

Input parameters:

- `charter_style` (string): Trip style filter, e.g. reef or trolling.
- `date` (string): Requested charter date, YYYY-MM-DD.
- `duration_type` (string): Trip length, e.g. half_day, full_day, overnight.
- `guests` (integer)
- `limit` (integer)
- `location` (string): Departure area, e.g. a city or harbor name.
- `vessel_type` (string): Vessel category filter, e.g. speedboat or yacht.

Output parameters:

- `query` (object): Parameters the search actually ran with, after resolution.
- `results` (array)
- `returned` (integer)
- `total` (integer)

### `fishing_search` (~139 tokens)

Search fishing charters

Searches fishing charter trips by departure area, date, angler count and technique, returning price, duration, capacity, target species and the operator. Fishing trips are a category of the charter catalogue, so charter filters apply here too.

Input parameters:

- `anglers` (integer)
- `charter_style` (string): Fishing style filter, e.g. reef or trolling.
- `date` (string): Requested trip date, YYYY-MM-DD.
- `duration_type` (string): Trip length, e.g. half_day, full_day, overnight.
- `limit` (integer)
- `location` (string): Departure area, e.g. a city or harbor name.

Output parameters:

- `query` (object): Parameters the search actually ran with, after resolution.
- `results` (array)
- `returned` (integer)
- `total` (integer)

## Diagnostics

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

## Score history

- 2026-08-03: 68
- 2026-08-02: 67
- 2026-08-01: 67

## Links

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