You're viewing a demo portfolio

Join the waitlist
PRSM

get_times

Active

Tool 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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

sunrisesunset

https://github.com/pipeworx-io/mcp-sunrisesunset

1/7 registries
View full server →