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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
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