org.memoryapi/time
Official3 toolsTime & Astronomy
Current time by timezone, astronomy events, and moon phases
Provides current time by timezone, astronomy events, and moon phases.
Captured live from the server via tools/list.
get_current_time
Get the current time in any timezone. Returns local datetime, UTC datetime, unix epoch, UTC offset, DST status, day of week, day of year, and week number.
Parameters (2)
- timezonestring
IANA timezone name (e.g. America/New_York, Europe/London, Asia/Tokyo). Defaults to UTC.
- formatstring
Response format: iso (datetime only), unix (epoch only), both (default)
get_astronomy
Get sunrise, sunset, and twilight times for any location using US Naval Observatory data. Also returns moonrise and moonset.
Parameters (4)
- latnumber
Latitude (default: 40.7128 — New York City)
- lonnumber
Longitude (default: -74.0060 — New York City)
- datestring
Date in YYYY-MM-DD format (default: today)
- tznumber
UTC offset in hours (e.g. -5 for EST, 1 for CET). Default: 0 (UTC)
get_moon_phases
Get upcoming moon phases (New Moon, First Quarter, Full Moon, Last Quarter) and current moon illumination percentage from the US Naval Observatory.
Parameters (2)
- datestring
Start date in YYYY-MM-DD format (default: today)
- countnumber
Number of phases to return (default: 4, max: 99)
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"time": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://time.memoryapi.org/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.