get_times_date
ActiveTool of sunrisesunset
declared in 0.1.0
Get sunrise, sunset, dawn, dusk, solar noon, and golden hour times for a specific date at a location.
Parameters schema
{
"type": "object",
"examples": [
{
"lat": 40.7128,
"lng": -74.006,
"date": "2024-06-21"
},
{
"lat": 35.6762,
"lng": 139.6503,
"date": "2024-12-21"
}
],
"required": [
"lat",
"lng",
"date"
],
"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)"
},
"date": {
"type": "string",
"description": "Date in YYYY-MM-DD format (e.g., \"2024-06-21\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
sunrisesunset
https://github.com/pipeworx-io/mcp-sunrisesunset
1/7 registries