mcpserver.lol
registry/travel-poi
Connection check verified live · 26h ago

travel-poi

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

Tools 7
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 26h ago

Tools & capabilities

7 tools

Read from the running server on 26h ago.

find_similar_pois read-only id*langlimit
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.
get_city read-only langslug*
Get one city by slug, including POI count, top distinctive tags, top categories, and a sample of its top POIs.
get_country read-only iso2*
Get one country by ISO 3166-1 alpha-2 code, including its active cities (top 100 by POI count).
get_poi_details read-only id*lang
Get one POI by UUID or slug, with full enrichment: coordinates, approved tags, categories, Wikidata/OSM/Google identifiers, and hero image.
list_cities read-only limitoffsetcountry
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.
list_countries read-only
List every country that has at least one active city, with city and POI counts.
search_pois read-only qcitylangtagslimit
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 tha…