TravelType
Search and explore a global travel points-of-interest catalog (cities, countries, POIs).
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Search and explore a global travel points-of-interest catalog (cities, countries, POIs).
Список инструментов сервера (7)
Технические названия из tools/list. Нужны только разработчикам.
| 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. |
| get_city | Get one city by slug, including POI count, top distinctive tags, top categories, and a sample of its top POIs. |
| list_countries | List every country that has at least one active city, with city and POI counts. |
| get_country | Get one country by ISO 3166-1 alpha-2 code, including its active cities (top 100 by POI count). |
| search_pois | 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. |
| get_poi_details | Get one POI by UUID or slug, with full enrichment: coordinates, approved tags, categories, Wikidata/OSM/Google identifiers, and hero image. |
| 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. |