get_nearby
ActiveTool of Geonames
declared in 0.1.0
Find places near a given latitude/longitude. Returns nearby cities, landmarks, and features sorted by distance. Example: get_nearby(48.8566, 2.3522) for places near Paris.
Parameters schema
{
"type": "object",
"examples": [
{
"lat": 48.8566,
"lng": 2.3522,
"_apiKey": "your-geonames-api-key"
},
{
"lat": 40.7128,
"lng": -74.006,
"radius": 50,
"_apiKey": "your-geonames-api-key"
}
],
"required": [
"_apiKey",
"lat",
"lng"
],
"properties": {
"lat": {
"type": "number",
"description": "Latitude (e.g., 48.8566)"
},
"lng": {
"type": "number",
"description": "Longitude (e.g., 2.3522)"
},
"radius": {
"type": "number",
"description": "Search radius in km (default: 10, max: 300)"
},
"_apiKey": {
"type": "string",
"description": "GeoNames username"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Geonames
https://github.com/pipeworx-io/mcp-geonames
1/7 registries