simple-timeserver-mcp-server
Verified Safeby rncz
Overview
Allows a Large Language Model (LLM) to fetch accurate current time, offset, delay, and stratum from NTP servers for various timezones.
Installation
uvx simple-timeserver-mcpEnvironment 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
Polymcp
A comprehensive TypeScript framework for building and orchestrating Model Context Protocol (MCP) servers and AI agents, enabling LLMs to intelligently discover, select, and execute external tools.
datetime-mcp-server
Provides current date and time information to an MCP-compatible AI model, preventing stale context.
date-and-time-mcp-server
Provides a Model Context Protocol (MCP) API for AI agents to retrieve precise, locale-aware date and time data across timezones.
ChronoSphere-AI-Date-Time-MCP-Service
Provides an AI-enabled Model Context Protocol (MCP) API for delivering precise, locale-aware date and time data across timezones to AI agents.