Loading...

Provides accurate time, date calculations, and holiday information via NTP servers and external APIs, enhancing AI models with temporal awareness.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
Provides accurate time, date calculations, and holiday information via NTP servers and external APIs, enhancing AI models with temporal awareness.
The server is generally safe for use, especially when used in its default configuration. The web server variant introduces network exposure and should be deployed with standard security practices. The risk of information disclosure via location data is minimal but should be considered.
Performance is generally good, as the server relies on established NTP servers and efficient APIs. Network latency may affect response times, especially when using the web server variant.
The server itself is free to use. However, reliance on external APIs (Nager.Date, OpenHolidaysAPI) may incur costs depending on usage and API provider pricing.
npx -y @smithery/cli install mcp-simple-timeserver --client claudeget_local_timeReturns the current local time, day of week, and timezone from the user's machine.
Read-only access to local time information.
get_utcReturns accurate UTC time from an NTP time server.
Read-only access to NTP time server.
get_current_timeReturns current time with optional location, timezone, and calendar conversions.
Read-only access to time and calendar information, location data is optional.
calculate_time_distanceCalculates duration between two dates/times (countdowns, elapsed time).
Performs calculations based on provided dates, no external access.
get_holidaysReturns public holidays (and optionally school holidays) for a country.
Read-only access to holiday information from external APIs.
is_holidayChecks if a specific date is a holiday in a given country or city.
Read-only access to holiday information from external APIs.
None
cloud
The server is generally safe for use, especially when used in its default configuration. The web server variant introduces network exposure and should be deployed with standard security practices. The risk of information disclosure via location data is minimal but should be considered.
All tools are read-only, so autonomy is safe. Location data should be handled with care.
Production Tip
Monitor the server's ability to connect to NTP servers to ensure accurate timekeeping.
The server uses NTP servers for accurate time synchronization. If NTP is unavailable, it falls back to local server time.
Yes, the `get_current_time` tool supports various calendar formats, including ISO, Hijri, Japanese, Hebrew, and Persian.
Yes, the `is_holiday` tool supports city-specific holiday information, especially for regional school holidays.
Yes, the server itself is free to use. However, reliance on external APIs may incur costs depending on usage.
You can install it via Smithery or manually using pip. Refer to the installation instructions in the README.
No, the server does not require any API keys for its core functionality.
The server gracefully falls back to local server time with a notice.