mcp-time
If you are the rightful owner of mcp-time 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.
The MCP Time Server is a Model Context Protocol server designed for time tracking and timezone conversion utilities, providing AI assistants with the ability to get current time in any timezone and convert times between different timezones.
The MCP Time Server is a robust solution for managing time-related functionalities, specifically tailored for AI assistants. It offers precise time tracking and seamless timezone conversion capabilities, ensuring accurate time data across various regions. The server is built using modern technologies such as Express.js for the HTTP server framework, and TypeScript for enhanced type safety and development experience. It supports all IANA timezone names, making it versatile for global applications. The server also includes comprehensive error handling to manage invalid timezone names, incorrect time formats, and network connectivity issues. With Docker support, it is ready for containerized deployment, allowing for easy scaling and integration into existing infrastructures. The server also provides a REST API with health checks, ensuring reliable performance and easy monitoring. Additionally, it supports daylight saving time adjustments automatically, ensuring time accuracy throughout the year.
Features
- Current Time: Get the current time in any IANA timezone.
- Time Conversion: Convert time from one timezone to another.
- Daylight Saving Time Support: Automatically detects and handles DST.
- Express HTTP Server: REST API with health checks.
- Docker Support: Ready for containerized deployment.
Tools
get_current_time
Get the current time in a specified timezone.
convert_time
Convert time from one timezone to another.