MCP Hub
Back to servers

sunrisesunset

Sunrise-Sunset MCP — wraps the sunrisesunset.io API (free, no auth)

Registry
Updated
Apr 2, 2026

mcp-sunrisesunset

MCP server for sunrise and sunset times via sunrisesunset.io. Free, no auth required.

Tools

ToolDescription
get_timesGet today's sunrise, sunset, dawn, dusk, solar noon, and golden hour
get_times_dateGet sun times for a specific date at a location

Quickstart (Pipeworx Gateway)

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "sunrisesunset_get_times",
      "arguments": { "lat": 40.7128, "lng": -74.006 }
    },
    "id": 1
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review