time-mcp
If you are the rightful owner of time-mcp 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.
A Model Context Protocol (MCP) server implementation that allows LLMs to have time awareness capabilities.
The Time MCP Server is designed to enhance the capabilities of Language Model Models (LLMs) by providing them with time awareness. This server implementation allows LLMs to access and manipulate time-related data, such as current time, relative time, timestamps, and time zone conversions. By integrating these functionalities, LLMs can perform tasks that require time-based calculations or information, making them more versatile and applicable in real-world scenarios. The server is easy to install and can be integrated with various platforms, providing a seamless experience for developers looking to enhance their LLMs with time-related capabilities.
Features
- Provides current time in both UTC and local time.
- Calculates relative time for various applications.
- Generates timestamps for specific times.
- Determines the number of days in a given month.
- Converts time between different time zones.
Tools
current_time
Get the current time (UTC and local time)
relative_time
Get relative time
get_timestamp
Get the time stamp
days_in_month
Get the number of days in the month
convert_time
Convert time between different time zones
get_week_year
Get the number of weeks and ISO weeks for the year