mcp-server-http-time
If you are the rightful owner of mcp-server-http-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.
This is a demo and testing MCP Time Server implemented as a Cloudflare Worker, providing time-related tools for LLMs.
The MCP Time Server is a demonstration server designed to showcase the functionality of the Model Context Protocol (MCP) with Streamable HTTP. It is implemented as a Cloudflare Worker and provides various time-related tools that can be accessed by Language Learning Models (LLMs). This server is not intended for production use as it lacks authentication and security measures. The server allows users to perform operations such as retrieving the current time in different formats and timezones, calculating relative time, determining the number of days in a month, converting time between timezones, and obtaining week numbers for specific dates. The server is compatible with major providers like Anthropic, OpenAI, and Microsoft, which have adopted the MCP and support Streamable HTTP servers directly. This makes it easy to integrate the server with various AI platforms and test its capabilities using tools like the MCP Inspector.
Features
- Provides current date and time in specified formats and timezones.
- Generates human-readable relative time strings.
- Calculates the number of days in a specific month.
- Converts time between different IANA timezones.
- Retrieves week numbers and ISO week numbers for given dates.
Tools
current_time
Get the current date and time in specified formats and timezones.
relative_time
Get a human-readable relative time string.
days_in_month
Get the number of days in a specific month.
get_timestamp
Get the Unix timestamp for a given time.
convert_time
Convert a time between different IANA timezones.
get_week_year
Get the week number and ISO week number for a given date.