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@mcpreview.com.
Time-MCP is an MCP server designed for agents to retrieve the current time and date.
Time-MCP is a Model Context Protocol (MCP) server that provides agents with the ability to access the current time and date. This server is particularly useful for applications where time-dependent tasks are crucial, such as scheduling, reminders, or time-based queries. By integrating Time-MCP, agents can efficiently handle requests like determining the current time in a specific timezone or calculating future events based on the current time. The server supports STDIO-based communication, making it versatile for integration with various clients and platforms. Time-MCP enhances the functionality of agents by providing them with accurate and timely information, thereby improving their ability to perform tasks that rely on temporal data.
Features
- Provides current time and date information
- Supports timezone-specific datetime retrieval
- Returns current UNIX timestamp
- STDIO-based communication for easy integration
- Enhances agent capabilities for time-dependent tasks
Tools
get_datetime
Returns a formatted datetime in the specified timezone (UTC if none specified).
get_current_unix_timestamp
Returns the current UNIX timestamp.