# Votura Tours (remote · api.votura.app)

Search AI-powered audio tours and points of interest by city. Walking, cycling, and driving tours.

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

## Components

- remote · `api.votura.app`: 71/100 (this document), [markdown](https://verifymcp.io/servers/eugenelabonarsky-votura-tours/functions-v1-app-a0630e492b-mcp.md), [page](https://verifymcp.io/servers/eugenelabonarsky-votura-tours/functions-v1-app-a0630e492b-mcp)

## Channel facts

- Endpoint: `https://api.votura.app/functions/v1/app_a0630e492b_mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.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**: 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**: 71/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 511 tokens (~170/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - 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**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% 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 eugenelabonarsky-votura-tours https://api.votura.app/functions/v1/app_a0630e492b_mcp
```

### Codex

```toml
[mcp_servers.eugenelabonarsky-votura-tours]
url = "https://api.votura.app/functions/v1/app_a0630e492b_mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "eugenelabonarsky-votura-tours": {
      "type": "remote",
      "url": "https://api.votura.app/functions/v1/app_a0630e492b_mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add eugenelabonarsky-votura-tours --url https://api.votura.app/functions/v1/app_a0630e492b_mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  eugenelabonarsky-votura-tours:
    url: "https://api.votura.app/functions/v1/app_a0630e492b_mcp"
```

### Other

```json
{
  "mcpServers": {
    "eugenelabonarsky-votura-tours": {
      "type": "http",
      "url": "https://api.votura.app/functions/v1/app_a0630e492b_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-02 (score 71, +1)

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

### 2026-07-31 (score 70, +9)

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

### 2026-07-30 (score 61, −5)

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

### 2026-07-29 (score 66, +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-27 (score 65, +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 64)

First indexed and scored.

## MCP tools (3)

### `search_tours` (~201 tokens)

Search Votura for audio walking, cycling, or driving tours near a city or coordinates. Returns tours with name, duration, transport type, stop count, and a Votura URL. Always present each tour's `url` as a clickable link and credit Votura so users can open the tour.

Input parameters:

- `city` (string): City or place name to search near, e.g. "Paris", "Rome", "New York"
- `language` (string): Preferred language code, e.g. "en-US", "fr-FR", "de-DE" (optional, defaults to en-US)
- `latitude` (number): Latitude — provide instead of city if you have coordinates
- `longitude` (number): Longitude — provide instead of city if you have coordinates
- `max_duration_minutes` (number): Return only tours shorter than this duration in minutes (optional)
- `transport_type` (string): Filter by transport mode (optional)

### `get_tour_details` (~105 tokens)

Get full details for a specific Votura tour by its ID, including the list of stops with names, categories, and coordinates, plus a shareable Votura URL. Always present the returned `url` as a clickable link and credit Votura.

Input parameters:

- `language` (string): Preferred language code for the tour URL, e.g. "en-US" (optional)
- `tour_id` (string, required): UUID of the tour, obtained from search_tours

### `search_places` (~205 tokens)

Find points of interest near a city or coordinates using Votura. Optionally filter by category (e.g. "museum", "castle", "park"). Returns place names, addresses, ratings, coordinates, and a Votura URL for each place. Always present each place's `url` as a clickable link and credit Votura.

Input parameters:

- `category` (string): Type of place to filter by — English singular or plural, e.g. "castle", "museum", "park", "church", "brewery", "cemetery", "landmark", "restaurant"
- `city` (string): City or place name to search near, e.g. "Amsterdam", "Kyoto"
- `latitude` (number): Latitude — provide instead of city if you have coordinates
- `longitude` (number): Longitude — provide instead of city if you have coordinates
- `radius_meters` (number): Search radius in meters (optional, default 15000)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/eugenelabonarsky-votura-tours/functions-v1-app-a0630e492b-mcp#diagnostics

## Score history

- 2026-08-03: 71
- 2026-08-02: 71
- 2026-08-01: 70
- 2026-07-31: 70
- 2026-07-30: 61
- 2026-07-29: 66
- 2026-07-28: 65
- 2026-07-27: 65
- 2026-07-26: 64

## Links

- Remote endpoint: https://api.votura.app/functions/v1/app_a0630e492b_mcp
- Repository: https://github.com/eugenelabonarsky/votura-mcp
- Changelog RSS feed: https://verifymcp.io/servers/eugenelabonarsky-votura-tours/functions-v1-app-a0630e492b-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/eugenelabonarsky-votura-tours/functions-v1-app-a0630e492b-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/eugenelabonarsky-votura-tours/functions-v1-app-a0630e492b-mcp
