Skip to main content
Glama

Time MCP Server

by ampcome-mcps
MIT License
434

convert_time

Transform time between timezones using IANA identifiers. Input source and target timezones with a 24-hour format to get accurate time conversions instantly.

Instructions

Convert time between timezones.

Input Schema

NameRequiredDescriptionDefault
sourceTimezoneYesThe source timezone. IANA timezone name, e.g. Asia/Shanghai
targetTimezoneYesThe target timezone. IANA timezone name, e.g. Europe/London
timeYesDate and time in 24-hour format. e.g. 2025-03-23 12:30:00

Input Schema (JSON Schema)

{ "properties": { "sourceTimezone": { "description": "The source timezone. IANA timezone name, e.g. Asia/Shanghai", "type": "string" }, "targetTimezone": { "description": "The target timezone. IANA timezone name, e.g. Europe/London", "type": "string" }, "time": { "description": "Date and time in 24-hour format. e.g. 2025-03-23 12:30:00", "type": "string" } }, "required": [ "sourceTimezone", "targetTimezone", "time" ], "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/ampcome-mcps/time-mcp'

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