Geodb Cities MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host configuration (not applicable for stdio transport but listed in documentation). | |
| PORT | No | Port configuration (not applicable for stdio transport but listed in documentation). | |
| API_KEY | Yes | Your API key for the Geodb Cities API. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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