# TravelType (remote · mcp.traveltype.app)

Search and explore a global travel points-of-interest catalog (cities, countries, POIs).

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

## Components

- remote · `mcp.traveltype.app`: 66/100 (this document), [markdown](https://verifymcp.io/servers/traveltype-travel-poi/mcp.md), [page](https://verifymcp.io/servers/traveltype-travel-poi/mcp)

## Channel facts

- Endpoint: `https://mcp.traveltype.app`
- 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**: 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**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 83/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 714 tokens (~102/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**: 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.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http traveltype-travel-poi https://mcp.traveltype.app/
```

### Codex

```toml
[mcp_servers.traveltype-travel-poi]
url = "https://mcp.traveltype.app/"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "traveltype-travel-poi": {
      "type": "remote",
      "url": "https://mcp.traveltype.app/",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add traveltype-travel-poi --url https://mcp.traveltype.app/ --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  traveltype-travel-poi:
    url: "https://mcp.traveltype.app/"
```

### Other

```json
{
  "mcpServers": {
    "traveltype-travel-poi": {
      "type": "http",
      "url": "https://mcp.traveltype.app/"
    }
  }
}
```

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 66, +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 65, −1)

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

### 2026-07-30 (score 66, −1)

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

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

First indexed and scored.

## MCP tools (7)

### `list_cities` (~104 tokens)

List cities

List active cities ordered by POI count, with coordinates and Wikidata QID. Paginate with limit/offset; filter by ISO 3166-1 alpha-2 country code.

Input parameters:

- `country` (string): ISO 3166-1 alpha-2 country code filter, e.g. 'DE'.
- `limit` (integer): Maximum number of cities to return (1-100).
- `offset` (integer): Number of cities to skip, for pagination.

Output parameters:

- `cities` (array)
- `limit` (integer)
- `offset` (integer)
- `total` (integer)

### `get_city` (~70 tokens)

Get city details

Get one city by slug, including POI count, top distinctive tags, top categories, and a sample of its top POIs.

Input parameters:

- `lang` (string): Language for human-readable name/description fields. EN is canonical.
- `slug` (string, required): City slug, e.g. 'berlin'.

Output parameters:

- `country_iso2` (string)
- `lat` (number)
- `lng` (number)
- `name` (string)
- `name_en` (string|null)
- `poi_count` (integer)
- `sample_pois` (array)
- `slug` (string)
- `top_categories` (array)
- `top_tags` (array)
- `wikidata_qid` (string|null)

### `list_countries` (~27 tokens)

List countries

List every country that has at least one active city, with city and POI counts.

Output parameters:

- `countries` (array)

### `get_country` (~60 tokens)

Get country details

Get one country by ISO 3166-1 alpha-2 code, including its active cities (top 100 by POI count).

Input parameters:

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

Output parameters:

- `cities` (array)
- `city_count` (integer)
- `iso2` (string)
- `name_de` (string)
- `name_en` (string)
- `name_local` (string|null)
- `poi_count` (integer)
- `wikidata_qid` (string|null)

### `search_pois` (~173 tokens)

Search points of interest

Free-text POI search with prefix/tag/fuzzy ranking plus popularity and geo boosts. Provide `q` (free text, min 2 chars) and/or `city` (slug); with both, the search is scoped to that city. Optionally narrow with `tags` (a POI must carry all of them). At least one of `q` or `city` is required.

Input parameters:

- `city` (string): Restrict to a city slug.
- `lang` (string): Language for human-readable name/description fields. EN is canonical.
- `limit` (integer): Maximum number of POIs to return (1-50).
- `q` (string): Free-text query (min 2 chars).
- `tags` (array): Tag slugs; a POI must carry all of them.

Output parameters:

- `count` (integer)
- `pois` (array)

### `get_poi_details` (~74 tokens)

Get POI details

Get one POI by UUID or slug, with full enrichment: coordinates, approved tags, categories, Wikidata/OSM/Google identifiers, and hero image.

Input parameters:

- `id` (string, required): POI UUID or slug.
- `lang` (string): Language for human-readable name/description fields. EN is canonical.

Output parameters:

- `categories` (array)
- `city_slug` (string|null)
- `country_iso2` (string|null)
- `description` (string|null)
- `google_place_id` (string|null)
- `id` (string)
- `image_source` (string|null)
- `image_url` (string|null)
- `lat` (number)
- `lng` (number)
- `name` (string)
- `osm_id` (string|null)
- `slug` (string)
- `tags` (array)
- `url` (string)
- `wikidata_qid` (string|null)

### `find_similar_pois` (~97 tokens)

Find similar POIs

Find the nearest POIs to the given one by tag-cosine similarity (shared distinctive tags) — 'more like this'. Empty when the POI has only generic tags.

Input parameters:

- `id` (string, required): POI UUID or slug.
- `lang` (string): Language for human-readable name/description fields. EN is canonical.
- `limit` (integer): Maximum number of similar POIs to return (1-30).

Output parameters:

- `count` (integer)
- `pois` (array)

## Diagnostics

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

## Score history

- 2026-08-03: 66
- 2026-08-02: 66
- 2026-08-01: 65
- 2026-07-31: 65
- 2026-07-30: 66
- 2026-07-29: 67
- 2026-07-28: 66
- 2026-07-27: 66
- 2026-07-26: 65

## Links

- Remote endpoint: https://mcp.traveltype.app/
- Changelog RSS feed: https://verifymcp.io/servers/traveltype-travel-poi/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/traveltype-travel-poi/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/traveltype-travel-poi/mcp
