Back to Home
rncz icon

simple-timeserver-mcp-server

Verified Safe

by rncz

Overview

Allows a Large Language Model (LLM) to fetch accurate current time, offset, delay, and stratum from NTP servers for various timezones.

Installation

Run Command
uvx simple-timeserver-mcp

Environment Variables

  • MCP_DEFAULT_TIMEZONE

Security Notes

The server connects to public NTP servers (pool.ntp.org) which is a standard and generally safe operation for time synchronization. No 'eval', 'exec', or other dynamic code execution methods are used. No hardcoded sensitive credentials were found. Input validation for 'server_index' ensures it stays within bounds of the predefined NTP server list. Timezone input is handled by 'pytz.timezone' with error trapping for invalid inputs. Overall, the code appears robust and secure for its intended purpose.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2025-12-13

Tags

NTPTimeLLMToolingPython