A clean stdio wrapper around the production findtime.io Time API that keeps time zone logic, DST transitions, and meeting scheduling aligned with the live service instead of reimplementing it locally. Exposes ten tools including answer_time_question for messy natural language prompts like "3pm PST to London" or "working hours overlap for SF, Berlin, Tokyo", plus deterministic operations for current time, DST schedules, conversions, overlap calculations, and meeting searches across cities. Requires a findtime.io developer API key and Node 20+. Built for multi-user environments with optional per-call end user attribution via an _endUserId argument that gets forwarded upstream without logging PII. Useful when you need reliable time operations that stay in sync with a maintained service rather than chasing edge cases in local implementations.
claude mcp add --transport stdio hkchao-findtime-mcp-server uvx findtime-mcp-server