get_timezone
ActiveTool of Geonames
declared in 0.1.0
Get timezone information for a latitude/longitude location. Returns timezone ID, GMT offset, DST offset, current local time, sunrise, and sunset. Example: get_timezone(40.7128, -74.0060) for New York.
Parameters schema
{
"type": "object",
"examples": [
{
"lat": 40.7128,
"lng": -74.006,
"_apiKey": "your-geonames-api-key"
}
],
"required": [
"_apiKey",
"lat",
"lng"
],
"properties": {
"lat": {
"type": "number",
"description": "Latitude (e.g., 40.7128)"
},
"lng": {
"type": "number",
"description": "Longitude (e.g., -74.0060)"
},
"_apiKey": {
"type": "string",
"description": "GeoNames username"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Geonames
https://github.com/pipeworx-io/mcp-geonames
1/7 registries