MCP Simple Timeserver
JSON →Provides current local time, UTC time, and timezone information.
Install
npx -y @smithery/cli Tools · 6
- get_local_time Returns the current local time, day of week, and timezone from the user's machine
- get_utc Returns accurate UTC time from an NTP time server
- get_current_time Returns current time with optional location, timezone, and calendar conversions
- calculate_time_distance Calculates duration between two dates/times (countdowns, elapsed time)
- get_holidays Returns public holidays (and optionally school holidays) for a country
- is_holiday Checks if a specific date is a holiday in a given country or city
Links
★ 31 GitHub stars