Skip to content
Back to search
90
MCP live v1.1.0 sse

Timezone Converter API

io.github.Br0ski777/timezone-converter

Convert datetime between timezones. List all IANA zones. x402 micropayment.

Uptime
50.0%
4 probes
Response
33ms
last probe
Tools
1
callable

Tools · 1

utility_convert_timezone

Use this when you need to convert a date/time from one timezone to another. Returns the converted datetime with offset data in JSON. Returns: 1. convertedDatetime (ISO 8601) 2. fromTimezone and toTim…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "timezone_converter_api": {
      "url": "https://timezone-converter.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}