
Timezone Converter API
Hook your coding agent into IANA timezone conversion so schedules, cron docs, and cross-region launch times stay accurate without manual offset tables.
Overview
Timezone Converter is a Build-phase MCP server that converts datetimes across IANA timezones and lists zones for coding agents via a remote SSE endpoint.
What is this MCP server?
- Convert datetime values between arbitrary IANA timezones
- List the full IANA timezone catalog for discovery and validation
- Hosted SSE remote MCP at timezone-converter.api.klymax402.com
- x402 micropayment model on API calls (v1.1.0 server manifest)
- Server manifest version 1.1.0
- Remote transport type SSE at timezone-converter.api.klymax402.com/mcp
- x402 micropayment noted in catalog description
What problem does it solve?
Agents and builders guess UTC offsets and miss DST rules when coordinating releases, support hours, or user-facing copy across regions.
Who is it for?
Indie builders wiring agents into scheduling, logging, or international UX who want one hosted timezone API instead of bundling zone data locally.
Skip if: Teams that need offline-only conversion, sub-millisecond latency without network calls, or enterprise calendar OAuth integrations.
What do I get? / Deliverables
Your agent returns normalized local times and authoritative zone names you can paste into code, docs, and customer comms without a separate timezone library in the repo.
- Normalized datetimes between source and target IANA zones
- Queryable IANA timezone directory for prompts and validation
- Agent-ready structured results for docs and code comments
Recommended MCP Servers
Journey fit
Remote MCP utilities land in Build when they extend what agents can call while you ship product and ops glue. Timezone conversion is a cross-app integration concern—agents use it alongside calendars, logs, and deployment windows.
How it compares
Hosted MCP integration with x402 billing, not a local Claude skill or full calendar product.
Common Questions / FAQ
Who is timezone-converter for?
Solo and small-team builders using MCP agents who need correct IANA timezone conversion and zone lists during build and operate workflows.
When should I use timezone-converter?
Use it when an agent must translate meeting times, cron explanations, or user deadlines between regions or validate a timezone string against the IANA set.
How do I add timezone-converter to my agent?
Add the remote MCP server URL https://timezone-converter.api.klymax402.com/mcp (SSE) in your client’s MCP config and complete x402 micropayment setup if your environment requires it.