chronos-mcp-server
If you are the rightful owner of chronos-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Chronos MCP Server is a time-related server implementing the Model Context Protocol (MCP) to provide timezone-aware date and time information.
The Chronos MCP server is a lightweight, .NET Core-based server that utilizes the Model Context Protocol C# SDK to offer timezone-aware date and time information. It is designed for easy deployment and practical functionality, with robust error handling. The server can be deployed on a local machine or as a Docker container, making it versatile for various environments. It supports configuration through appsettings.json and environment variables, allowing for a default timezone setup. The server is ideal for applications requiring accurate time data across different timezones.
Features
- Get current date and time in any supported timezone
- Optional default timezone configuration through appsettings.json and environment variables
- Proper error handling for invalid timezone requests and missing default timezone
- Functional error handling using Result pattern
Tools
get_current_date_and_time
Gets the current date and time in the specified timezone or the default timezone if configured.
get_default_timezone_id
Gets the default timezone identifier configured for the server.