# Timezone Converter API MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-timezone-converter
- Repository: https://github.com/Br0ski777/timezone-converter-x402
- Website: https://github.com/Br0ski777/timezone-converter-x402

## Install
- Endpoint: https://timezone-converter.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://timezone-converter.api.klymax402.com/mcp

## Tools
- 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 toTimezone 3. utcOffset (e.g. "+01:00") 4. abbreviation (e.g. "CET", "EST") 5. isDST (boolean) 6. originalDatetime.

Example output: {"originalDatetime":"2026-04-13T14:30:00","fromTimezone":"America/New_York","toTimezone":"Europe/Paris","convertedDatetime":"2026-04-13T20:30:00","utcOffset":"+02:00","abbreviation":"CEST","isDST":true}

Use this FOR scheduling meetings across timezones, converting log timestamps, coordinating international events, and displaying local times.

Do NOT use for currency conversion -- use finance_convert_currency instead. Do NOT use for unit conversion -- use utility_convert_units instead. Do NOT use for weather data -- use data_get_weather instead. Endpoint: https://timezone-converter.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
