MCP server for the Geomelon geographic API — stdio and remote HTTP transports
| Tool name | Description | Destructive? |
|---|---|---|
| search_cities | ✓ no | |
| get_city | ✓ no | |
| get_city_translations | ✓ no | |
| get_city_settlement_types | ✓ no | |
| cities_by_coordinates_closest | ✓ no |
| cities_by_coordinates_largest | ✓ no | |
| cities_distance | ✓ no | |
| list_countries | ✓ no | |
| get_country | ✓ no | |
| get_country_translations | ✓ no | |
| get_country_regions | ✓ no | |
| list_regions | ✓ no | |
| get_region | ✓ no | |
| get_region_translations | ✓ no | |
| find_cities_near_city | ✓ no | |
| city_context | ✓ no | |
| country_overview | ✓ no | |
| compare_cities | ✓ no | |
| search_cities_in_country | ✓ no | |
| list_languages | ✓ no | |
| get_language | ✓ no |
{
"mcpServers": {
"geomelon": {
"command": "npx",
"args": [
"-y",
"geomelon-mcp"
]
}
}
}