# io.github.Kopaev/openvan-travel (remote · mcp.openvan.camp)

Vanlife & RV travel data. Fuel, weather, currency, events, news. https://openvan.camp/en/developers

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

## Components

- remote · `mcp.openvan.camp`: 73/100 (this document), [markdown](https://verifymcp.io/servers/kopaev-openvan-travel/mcp.md), [page](https://verifymcp.io/servers/kopaev-openvan-travel/mcp)

## Channel facts

- Endpoint: `https://mcp.openvan.camp/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.2.3`

## 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**: 74/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 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**: 75/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 779 tokens (~70/item across 11 items; 11 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 kopaev-openvan-travel https://mcp.openvan.camp/mcp
```

### Codex

```toml
[mcp_servers.kopaev-openvan-travel]
url = "https://mcp.openvan.camp/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "kopaev-openvan-travel": {
      "type": "remote",
      "url": "https://mcp.openvan.camp/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add kopaev-openvan-travel --url https://mcp.openvan.camp/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  kopaev-openvan-travel:
    url: "https://mcp.openvan.camp/mcp"
```

### Other

```json
{
  "mcpServers": {
    "kopaev-openvan-travel": {
      "type": "http",
      "url": "https://mcp.openvan.camp/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 73, +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 72, +3)

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

### 2026-07-29 (score 69, +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 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-07-27 (score 67, 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 67)

First indexed and scored.

## MCP tools (11)

### `get_fuel_prices` (~79 tokens)

Get Fuel Prices

Current retail fuel prices (gasoline, diesel, LPG, CNG) for 125+ countries. Pass country_code to get one country in detail; omit it for a summary list.

Input parameters:

- `country_code` (string): ISO 3166-1 alpha-2 country code, e.g. DE. If omitted, returns all countries.

### `compare_fuel_prices` (~69 tokens)

Compare Fuel Prices

Compare current prices for one fuel type across 2-10 countries. Returns sorted table cheapest-first.

Input parameters:

- `country_codes` (array, required): Array of 2-10 ISO 3166-1 alpha-2 country codes to compare.
- `fuel_type` (string): Fuel type to compare.

### `find_cheapest_fuel` (~72 tokens)

Find Cheapest Fuel

Find the cheapest countries for a given fuel type in a region (or worldwide). Useful for route planning.

Input parameters:

- `fuel_type` (string): Fuel type.
- `limit` (integer): How many cheapest countries to return.
- `region` (string): Region to search. Default: world (all countries).

### `get_vansky_weather` (~76 tokens)

Get VanSky Weather Score

Get VanSky vanlife weather suitability score (0-100) for a country: van_score, sleep_score, solar yield, driving conditions, awning safety, condensation risk, 7-day forecast.

Input parameters:

- `country_code` (string, required): ISO 3166-1 alpha-2 country code, e.g. DE.

### `list_vansky_top` (~43 tokens)

List Top VanSky Countries

List the top N countries with the highest VanSky van-travel suitability score today.

Input parameters:

- `limit` (integer): How many top-scoring countries to return.

### `list_events` (~111 tokens)

List Vanlife Events

List vanlife events: expos (Caravan Salon), festivals, meetups, forums, road trips. Filter by status, type, country, or free-text search.

Input parameters:

- `country` (string): ISO 3166-1 alpha-2 country code.
- `limit` (integer)
- `locale` (string): Language for localized fields.
- `search` (string): Free-text search in event name.
- `status` (string): Event time status.
- `type` (string): Event type filter.

### `get_event` (~50 tokens)

Get Event Details

Get full details for a single vanlife event by its slug.

Input parameters:

- `locale` (string)
- `slug` (string, required): Event slug, e.g. caravan-salon-duesseldorf-2026.

### `search_stories` (~102 tokens)

Search Vanlife News

Search aggregated vanlife news stories (7 languages, 400+ sources). Filter by search query, category, country, locale.

Input parameters:

- `category` (string): Category slug, e.g. camping, travel, gear, festival, industry.
- `country` (string): ISO 3166-1 alpha-2 country code.
- `limit` (integer)
- `locale` (string)
- `search` (string): Full-text search in story title.

### `compare_vanbasket` (~59 tokens)

Compare Food Prices

Compare food price index between two countries (world average = 100). Higher number = more expensive food.

Input parameters:

- `from` (string, required): Home country ISO alpha-2 code.
- `to` (string, required): Destination country ISO alpha-2 code.

### `get_vanbasket` (~40 tokens)

Get Food Price Index

Get VanBasket food price index details for one country.

Input parameters:

- `country_code` (string, required): ISO 3166-1 alpha-2 country code.

### `get_currency_rate` (~78 tokens)

Convert Currency

Convert an amount between two currencies using live rates (150+ currencies, daily updates).

Input parameters:

- `amount` (number): Amount to convert. Default 1.
- `from` (string, required): Source currency ISO 4217 code, e.g. EUR.
- `to` (string, required): Target currency ISO 4217 code, e.g. USD.

## Diagnostics

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

## Score history

- 2026-08-03: 73
- 2026-08-02: 73
- 2026-08-01: 72
- 2026-07-31: 72
- 2026-07-30: 69
- 2026-07-29: 69
- 2026-07-28: 68
- 2026-07-27: 67
- 2026-07-26: 67

## Links

- Remote endpoint: https://mcp.openvan.camp/mcp
- Repository: https://github.com/Kopaev/openvan-camp-public-api
- Changelog RSS feed: https://verifymcp.io/servers/kopaev-openvan-travel/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/kopaev-openvan-travel/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/kopaev-openvan-travel/mcp
