# SuperTours.ru Tour Search (remote · mcp.supertours.ru)

Search tours and excursions on supertours.ru by destination, price, duration, and rating.

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

## Components

- remote · `mcp.supertours.ru`: 57/100 (this document), [markdown](https://verifymcp.io/servers/ru-supertours-tours/mcp.md), [page](https://verifymcp.io/servers/ru-supertours-tours/mcp)

## Channel facts

- Endpoint: `https://mcp.supertours.ru/sse`
- Transports: `sse`
- 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**: 57/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 7 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 check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 40/100
  - Verified sse transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 75/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 785 tokens (~112/item across 7 items; 7 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**: 97/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 92% of tool parameters carry a description.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http ru-supertours-tours https://mcp.supertours.ru/sse
```

### Codex

```toml
[mcp_servers.ru-supertours-tours]
url = "https://mcp.supertours.ru/sse"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ru-supertours-tours": {
      "type": "remote",
      "url": "https://mcp.supertours.ru/sse",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ru-supertours-tours --url https://mcp.supertours.ru/sse --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ru-supertours-tours:
    url: "https://mcp.supertours.ru/sse"
```

### Other

```json
{
  "mcpServers": {
    "ru-supertours-tours": {
      "type": "http",
      "url": "https://mcp.supertours.ru/sse"
    }
  }
}
```

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 57, +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 56, +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 55, 0)

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

### 2026-07-30 (score 55, −2)

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

### 2026-07-29 (score 57, +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 56, +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 55, +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 54)

First indexed and scored.

## MCP tools (7)

### `search_tours` (~137 tokens)

Search tours and excursions on supertours.ru by destination, category,
price range (currency-aware), duration (in HOURS), start time of day,
activity level, kids-allowed flag. Returns a paginated list with name,
slug, base price, duration, settlement, country, rating and reviews
count. Use list_tour_categories / list_regions / list_settlements to
resolve names to IDs before calling this tool with filter IDs.
(RU: Поиск туров и экскурсий с фильтрами по городу, категории, цене,
длительности, времени и активности.)

Input parameters:

- `input` (object, required)

### `get_tour` (~83 tokens)

Get full tour details by slug or UUID. Returns description, schedule,
duration, base price, settlement and category. Use this after
search_tours to fetch the full description for a selected tour.
(RU: Полные детали тура по slug или UUID.)

Input parameters:

- `identifier` (string, required): Tour slug (preferred) or UUID. (RU: slug или UUID тура)

### `list_regions` (~118 tokens)

List Russian regions (subjects of the Russian Federation) with
optional name prefix filter. Returns region ID, name and timezone.
Currently region IDs are only attached to Russian settlements;
for foreign destinations use list_settlements instead.
(RU: Список регионов России для уточнения географии.)

Input parameters:

- `page` (integer): Page number, 0-based. Default 0.
- `size` (integer): Page size (default 10, max 20).
- `textQuery` (string): Optional name prefix filter (≥ 1 char).

### `list_settlements` (~155 tokens)

Autocomplete settlements (cities, towns, villages) by name prefix.
Returns settlement ID, localized + international name, type,
region, country and coordinates. Use to resolve a user phrase
like "Sochi" into a settlementId filter for search_tours.
(RU: Автодополнение населённых пунктов.)

Input parameters:

- `internationalName` (string): International (Latin) name match. Useful for foreign destinations.
- `page` (integer): Page number, 0-based. Default 0.
- `size` (integer): Page size (default 10, max 20).
- `textQuery` (string): Name prefix (≥ 2 chars recommended). Either textQuery or internationalName should be set.

### `list_tour_categories` (~54 tokens)

List all tour categories with ID and localized name. Use this to
translate user phrases like "wine tasting" into tourCategoryIds
filter for search_tours.
(RU: Справочник категорий туров.)

### `get_trending_tours` (~76 tokens)

Get the most viewed tours (by view count, then recency). Use to give
an agent quick recommendations when the user is undecided.
(RU: Самые популярные туры — для общих рекомендаций.)

Input parameters:

- `size` (integer): Number of tours to return (default 10, max 20).

### `get_tour_reviews` (~115 tokens)

List user reviews for a tour by slug or UUID. Returns rating,
author name, text and trip date for each review, plus average
rating for the page. Use after get_tour to substantiate
recommendations with real-customer feedback.
(RU: Отзывы пользователей на тур.)

Input parameters:

- `page` (integer): Page number, 0-based. Default 0.
- `size` (integer): Page size (default 10, max 20).
- `tourIdentifier` (string, required): Tour slug or UUID.

## Diagnostics

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

## Score history

- 2026-08-03: 57
- 2026-08-02: 56
- 2026-08-01: 56
- 2026-07-31: 55
- 2026-07-30: 55
- 2026-07-29: 57
- 2026-07-28: 56
- 2026-07-27: 55
- 2026-07-26: 54

## Links

- Remote endpoint: https://mcp.supertours.ru/sse
- Repository: https://github.com/supertours/mcp-server-public
- Changelog RSS feed: https://verifymcp.io/servers/ru-supertours-tours/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ru-supertours-tours/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ru-supertours-tours/mcp
