TravelType
io.github.traveltype/travel-poiSearch and explore a global travel points-of-interest catalog (cities, countries, POIs).
Tools · 7
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 one city by slug, including POI count, top distinctive tags, top categories, and a sample of its top POIs.
List every country that has at least one active city, with city and POI counts.
Get one country by ISO 3166-1 alpha-2 code, including its active cities (top 100 by POI count).
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 n…
Get one POI by UUID or slug, with full enrichment: coordinates, approved tags, categories, Wikidata/OSM/Google identifiers, and hero image.
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.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"traveltype": {
"url": "https://mcp.traveltype.app/mcp",
"transport": "http"
}
}
}