Skip to content
Back to search
100
MCP live MCP 2025-06-18 http

TravelType

io.github.traveltype/travel-poi

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

Uptime
100.0%
1 direct probes · 30d
Response
192ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

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 n…

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.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "traveltype": {
      "url": "https://mcp.traveltype.app/mcp",
      "transport": "http"
    }
  }
}