Time

modelcontextprotocol
74038
Model Context Protocol Servers

Content

Time 2

Model Context Protocol Servers

get_current_time

Get current time in a specific timezones

Parameters (1)
timezone string Required

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

Parameters (3)
source_timezone string Required

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 string Required

Time to convert in 24-hour format (HH:MM)

target_timezone string Required

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.