Provides an MCP server to retrieve the current date and time in various configurable formats.
The Datetime server is a Model Context Protocol (MCP) server designed to offer versatile tools for obtaining the current date and time. Implemented in TypeScript, it serves as a practical demonstration of building MCP servers using the TypeScript SDK. It supports multiple output formats, including ISO, Unix timestamp, and human-readable, with extensive configuration options for timezone and custom formatting via environment variables or tool parameters.