ChronoSphere-AI-Date-Time-MCP-Service
Verified Safeby chirag127
Overview
Provides an AI-enabled Model Context Protocol (MCP) API for delivering precise, locale-aware date and time data across timezones to AI agents.
Installation
npm startSecurity Notes
The server implements robust input validation using Zod and Luxon for date/time operations. It utilizes a StdioServerTransport for communication, which processes inputs via standard I/O streams, inherently reducing direct network attack surface from this specific service. No instances of `eval`, code obfuscation, or hardcoded secrets were identified in the provided source code.
Similar Servers
boilerplate-mcp-server
Provides a production-ready foundation for developing custom Model Context Protocol (MCP) servers in TypeScript to connect AI assistants with external APIs and data sources, exemplified by an IP geolocation tool.
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.
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).