TravelType
https://mcp.traveltype.appskills: {'id': 'list_cities', 'name': 'list_cities', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_city', 'name': 'get_city', 'description': 'Get one city by slug, including POI count, top distinctive tags, top categories, and a sample of its top POIs.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_countries', 'name': 'list_countries', 'description': 'List every country that has at least one active city, with city and POI counts.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_country', 'name': 'get_country', 'description': 'Get one country by ISO 3166-1 alpha-2 code, including its active cities (top 100 by POI count).', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'search_pois', 'name': 'search_pois', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_poi_details', 'name': 'get_poi_details', 'description': 'Get one POI by UUID or slug, with full enrichment: coordinates, approved tags, categories, Wikidata/OSM/Google identifiers, and hero image.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'find_similar_pois', 'name': 'find_similar_pois', 'description': "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.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 413.6ms; conformance: pass
How to connect
https://mcp.traveltype.app
curl -X POST https://mcp.traveltype.app \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'