date-and-time-mcp-server
Verified Safeby chirag127
Overview
Provides a Model Context Protocol (MCP) API for AI agents to retrieve precise, locale-aware date and time data across timezones.
Installation
npm startSecurity Notes
The server uses `zod` for input validation for tool parameters and includes explicit timezone validation. There are no obvious `eval` statements, direct shell command executions from unvalidated user input, or hardcoded sensitive credentials within the provided source code. Communication over standard I/O (stdio) as an MCP service limits direct network attack surfaces, relying on the security of the encompassing MCP runtime.
Similar Servers
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.
datetime-mcp-server
Provides current date and time information to an MCP-compatible AI model, preventing stale context.
chronos-mcp-server
A time-related server providing timezone-aware date and time information via the Model Context Protocol (MCP).
datetime-mcp
Provides date and time utilities, such as getting current time, day of the week, and calculating date differences, for Model Context Protocol (MCP) agents.