About
Time provides an MCP server that allows agents to become time and date aware. It offers tools to retrieve the current datetime in a specified timezone and the current UNIX timestamp, enabling agents to fulfill time-dependent tasks effectively.
Key Features
- 0 GitHub stars
- Provides a `get_datetime` tool for retrieving formatted datetime.
- Supports specifying timezones (defaults to UTC).
- Provides a `get_current_unix_timestamp` tool for retrieving the current UNIX timestamp.
- STDIO-based MCP server implementation.
Use Cases
- An agent can forecast weather for a future time.
- An agent can determine the current time in a specific timezone.
- An agent can schedule tasks based on the current time.