get_times
ActiveTool of sunrisesunset
declared in 0.1.0
Get today's sunrise, sunset, dawn, dusk, solar noon, golden hour, and day length for a given latitude and longitude. Returns all times in the location's local timezone.
Parameters schema
{
"type": "object",
"examples": [
{
"lat": 40.7128,
"lng": -74.006
},
{
"lat": 51.5074,
"lng": -0.1278
}
],
"required": [
"lat",
"lng"
],
"properties": {
"lat": {
"type": "number",
"description": "Latitude of the location (e.g., 40.7128)"
},
"lng": {
"type": "number",
"description": "Longitude of the location (e.g., -74.0060)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
sunrisesunset
https://github.com/pipeworx-io/mcp-sunrisesunset
1/7 registries