Skip to main content
Glama

Server Details

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

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.3/5 across 7 of 7 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: find similar POIs, get city/country/POI details, list cities/countries, and search POIs. No overlap.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with underscore_case (e.g., find_similar_pois, get_city, list_cities).

Tool Count5/5

Seven tools is well-scoped for a travel POI server, covering essential operations without being excessive or insufficient.

Completeness4/5

Core CRUD-like operations are covered (list, get, search, find similar). Minor gaps like listing all POIs for a city without free text are mitigated by search_pois with city parameter.

Available Tools

7 tools
find_similar_poisFind similar POIs
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesPOI UUID or slug.
langNoLanguage for human-readable name/description fields. EN is canonical.en
limitNoMaximum number of similar POIs to return (1-30).

Output Schema

ParametersJSON Schema
NameRequiredDescription
poisYes
countYes
get_cityGet city details
Read-only
Inspect

Get one city by slug, including POI count, top distinctive tags, top categories, and a sample of its top POIs.

ParametersJSON Schema
NameRequiredDescriptionDefault
langNoLanguage for human-readable name/description fields. EN is canonical.en
slugYesCity slug, e.g. 'berlin'.

Output Schema

ParametersJSON Schema
NameRequiredDescription
latYes
lngYes
nameYes
slugYes
name_enNo
top_tagsNo
poi_countYes
sample_poisNo
country_iso2Yes
wikidata_qidNo
top_categoriesNo
get_countryGet country details
Read-only
Inspect

Get one country by ISO 3166-1 alpha-2 code, including its active cities (top 100 by POI count).

ParametersJSON Schema
NameRequiredDescriptionDefault
iso2YesISO 3166-1 alpha-2 code, e.g. 'DE'.

Output Schema

ParametersJSON Schema
NameRequiredDescription
iso2Yes
citiesNo
name_deYes
name_enYes
poi_countYes
city_countYes
name_localNo
wikidata_qidNo
get_poi_detailsGet POI details
Read-only
Inspect

Get one POI by UUID or slug, with full enrichment: coordinates, approved tags, categories, Wikidata/OSM/Google identifiers, and hero image.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesPOI UUID or slug.
langNoLanguage for human-readable name/description fields. EN is canonical.en

Output Schema

ParametersJSON Schema
NameRequiredDescription
idYes
latYes
lngYes
urlYes
nameYes
slugYes
tagsYes
osm_idNo
city_slugNo
image_urlNo
categoriesNo
descriptionNo
country_iso2No
image_sourceNo
wikidata_qidNo
google_place_idNo
list_citiesList cities
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of cities to return (1-100).
offsetNoNumber of cities to skip, for pagination.
countryNoISO 3166-1 alpha-2 country code filter, e.g. 'DE'.

Output Schema

ParametersJSON Schema
NameRequiredDescription
limitYes
totalYes
citiesYes
offsetYes
list_countriesList countries
Read-only
Inspect

List every country that has at least one active city, with city and POI counts.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
countriesYes
search_poisSearch points of interest
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
qNoFree-text query (min 2 chars).
cityNoRestrict to a city slug.
langNoLanguage for human-readable name/description fields. EN is canonical.en
tagsNoTag slugs; a POI must carry all of them.
limitNoMaximum number of POIs to return (1-50).

Output Schema

ParametersJSON Schema
NameRequiredDescription
poisYes
countYes

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources