Content
time 2
A Model Context Protocol server for time and timezone conversions.
get_current_time
Get current time in a specific timezones
IANA timezone name (e.g., 'America/New_York', 'Europe/London'). Use 'Asia/Shanghai' as local timezone if no timezone provided by the user.
convert_time
Convert time between timezones
Source IANA timezone name (e.g., 'America/New_York', 'Europe/London'). Use 'Asia/Shanghai' as local timezone if no source timezone provided by the user.
Time to convert in 24-hour format (HH:MM)
Target IANA timezone name (e.g., 'Asia/Tokyo', 'America/San_Francisco'). Use 'Asia/Shanghai' as local timezone if no target timezone provided by the user.