time

modelcontextprotocol
75668
A time and timezone management service for fetching current local or global times and performing precise conversions between IANA timezones, essential for scheduling and cross-regional coordination.

Content

time 2

A Model Context Protocol server for time and timezone conversions.

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.