Skip to main content
Glama
BACH-AI-Tools

Geodb Cities MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoHost configuration (not applicable for stdio transport but listed in documentation).
PORTNoPort configuration (not applicable for stdio transport but listed in documentation).
API_KEYYesYour API key for the Geodb Cities API.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    },
    "prompts": {
      "get": {}
    },
    "resources": {
      "read": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
place_distanceC

Gets this place's distance to the given place.

place_timeB

Get this place's current time in ISO-8601 format: HHmmss.SSSZ

place_date_timeB

Get this place's current date-time in ISO-6801 format: yyyyMMdd'T'HHmmssZ

place_located_inA

Get the details for the containing populated place (e.g., its county or other administrative division), including location coordinates, population, and elevation above sea-level (if available). Currently, this data is highly dependent on whether the Wikidata locatedIn relation is properly defined. If you see an issue, please propose a change to the corresponding Wikidata entry.

place_detailsB

Get the details for a specific place, including location coordinates, population, and elevation above sea-level (if available).

city_located_inB

Get the details for the containing populated place (e.g., its county or other administrative division), including location coordinates, population, and elevation above sea-level (if available). Currently, this data is highly dependent on whether the Wikidata locatedIn relation is properly defined. If you see an issue, please propose a change to the corresponding Wikidata entry.

places_near_locationC

Get places near the given location, filtering by optional criteria.

places_near_placeC

Get places near the given place, filtering by optional criteria.

country_placesB

Get the places in the given country.

country_region_divisionsC

Get the administrative divisions in the given region.

admin_division_detailsB

Get the details for a specific administrative division, including location coordinates, population, and elevation above sea-level (if available).

cities_near_divisionC

Get cities near the given administrative division, filtering by optional criteria.

admin_divisionsB

Find administrative divisions, filtering by optional criteria. If no criteria are set, you will get back all known divisions with a population of at least 1000

country_region_placesC

Get the places in the given region.

placesC

Find places, filtering by optional criteria. If no criteria are set, you will get back all known places.

time_zoneC

Get the time-zone current time in ISO-6801 format: HHmmss.SSSZ

admin_divisions_near_locationC

Get administrative divisions near the given location, filtering by optional criteria.

admin_divisions_near_divisionC

Get divisions near the given administrative division, filtering by optional criteria.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BACH-AI-Tools/bachai-geodb-cities'

If you have feedback or need assistance with the MCP directory API, please join our Discord server