get_sunrise_sunset
ActiveTool of geo
declared in 0.1.0
Fetch sunrise, sunset, solar noon, civil twilight begin/end, and day length (seconds) for a given latitude/longitude on an optional YYYY-MM-DD date (defaults to today) via the Sunrise-Sunset API.
Parameters schema
{
"type": "object",
"examples": [
{
"latitude": 40.7128,
"longitude": -74.006
},
{
"date": "2024-06-21",
"latitude": 35.6762,
"longitude": 139.6503
}
],
"required": [
"latitude",
"longitude"
],
"properties": {
"date": {
"type": "string",
"description": "Date in YYYY-MM-DD format (default: today)"
},
"latitude": {
"type": "number",
"description": "Latitude"
},
"longitude": {
"type": "number",
"description": "Longitude"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
geo
https://github.com/pipeworx-io/mcp-geo
1/7 registries