# TravelType MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-traveltype-travel-poi

## Install
- Endpoint: https://mcp.traveltype.app
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.traveltype.app

## Tools
- list_cities (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. Endpoint: https://mcp.traveltype.app
- get_city (Get city details) - Get one city by slug, including POI count, top distinctive tags, top categories, and a sample of its top POIs. Endpoint: https://mcp.traveltype.app
- list_countries (List countries) - List every country that has at least one active city, with city and POI counts. Endpoint: https://mcp.traveltype.app
- get_country (Get country details) - Get one country by ISO 3166-1 alpha-2 code, including its active cities (top 100 by POI count). Endpoint: https://mcp.traveltype.app
- search_pois (Search points of interest) - 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. Endpoint: https://mcp.traveltype.app
- get_poi_details (Get POI details) - Get one POI by UUID or slug, with full enrichment: coordinates, approved tags, categories, Wikidata/OSM/Google identifiers, and hero image. Endpoint: https://mcp.traveltype.app
- find_similar_pois (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. Endpoint: https://mcp.traveltype.app

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.TravelType
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 4, 2026
- Source: https://registry.modelcontextprotocol.io
