Skip to main content
Glama

Time MCP Server

by ssinha3

get_current_time

Retrieve the current time in a specified timezone using IANA timezone names, such as 'America/New_York' or 'Europe/London'. Defaults to UTC if no timezone is provided.

Instructions

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" }
Install Server

Other Tools from Time MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/ssinha3/mcp-time-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server