Time MCP Server

get_current_time

Get current time in a specific timezones

Input Schema

NameRequiredDescriptionDefault
timezoneYesIANA timezone name (e.g., 'America/New_York', 'Europe/London'). Use 'Etc/UTC' as local timezone if no timezone provided by the user.

Input Schema (JSON Schema)

{ "properties": { "timezone": { "description": "IANA timezone name (e.g., 'America/New_York', 'Europe/London'). Use 'Etc/UTC' as local timezone if no timezone provided by the user.", "type": "string" } }, "required": [ "timezone" ], "type": "object" }

You must be authenticated.

Other Tools