# amitte/time-zone-tools

> Pure-function time-zone helper — convert_time across IANA zones, list_dst_transitions, find_overlap_window between participants. No auth needed.

## Identity

- **Type:** mcp-server
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** Apache-2.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/time-zone-tools

## Tags

- **Capabilities:** time-convert, dst-list, overlap-find
- **Domains:** time, utilities

## Evaluation

- **Adversarial score:** 97/100
- **Content score:** 82/100

## Endpoints

- **service-backed** `time-zone-tools` → https://mcp.amitte.com/v1/time-zone-tools/sse — Remote MCP server backed by the IANA tzdata bundle. Pure functions, no per-tenant config. Compatible with Claude Desktop, Cursor, VS Code.
  - tool: `convert_time` — Read-only. Convert a timestamp from one IANA zone to another.
  - tool: `list_dst_transitions` — Read-only. List DST transitions for a zone within a year window.
  - tool: `find_overlap_window` — Read-only. Find the overlap of working-hour ranges across N participants in different zones.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/time-zone-tools" } }`
- Install via CLI: `amitte install amitte/time-zone-tools`
- HTML page: https://amitte.com/s/amitte/time-zone-tools

Last updated: 2026-06-08T18:32:14.436Z