This MCP server provides time and timezone conversion capabilities, enabling LLMs to access current time information and perform timezone conversions using IANA timezone names. It features automatic system timezone detection and offers tools for getting current time in specific timezones and converting times between different timezones. The server is designed for integration with AI assistants and applications requiring accurate and localized time-based functionalities.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Get current time in a specific timezone or system timezone. Required arguments: timezone (string): IANA timezone name (e.g., 'America/New_York', 'Europe/London')
Convert time between timezones. Required arguments: source_timezone (string): Source IANA timezone name, time (string): Time in 24-hour format (HH:MM), target_timezone (string): Target IANA timezone name