You're viewing a demo portfolio

Join the waitlist
PRSM

get_sunrise_sunset

Active

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

geo

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

1/7 registries
View full server →
get_sunrise_sunset — geo — PRSM MCP