@pipeworx/timeapi-io
Connect: https://gateway.pipeworx.io/timeapi-io/mcp · Install: one-click buttons
Tools: 9
TimeAPI.io MCP — keyless current time, zone conversion, DST queries.
Tools
current_time(timeZone)— current time in a zonecurrent_time_coordinate(latitude, longitude)— current time at lat/loncurrent_time_ip(ipAddress)— current time at an IPcurrent_iso_zoned_date_time(timeZone)— ISO zoned datetimecurrent_zone_info(timeZone)— zone info (DST flag, UTC offset)convert_time_zone(fromTimeZone, dateTime, toTimeZone, dstAmbiguity?)— convert between zonesday_of_the_week(date)— day of week for a datelist_zones()— supported zonestranslate_to_iso(date, format)— parse a custom-format date to ISO
Data source
https://timeapi.io/api
Tools
- current_time — Return the current date and time for a given IANA timezone (e.g. America/New_York): year, month, day, hour, minute, second, millisecond, dayOfWeek, dstActive.
- current_time_coordinate — Current time at lat/lon.
- current_time_ip — Current time at IP.
- current_iso_zoned_date_time — Return the current date/time for a given IANA timezone as a full ISO 8601 zoned datetime string (e.g. 2026-06-24T10:30:00+02:00).
- current_zone_info — Return timezone metadata for an IANA zone name: UTC offset, DST offset, current offset, DST start/end, and whether DST is currently active.
- convert_time_zone — Convert datetime between zones.
- day_of_the_week — Day of week for a date.
- list_zones — Return all IANA timezone names supported by TimeAPI.io. Use as a directory to find valid timeZone strings for other calls.
- translate_to_iso — Parse custom-format date to ISO.
Tools
-
convert_time_zone— Convert datetime between zones. -
current_iso_zoned_date_time— Return the current date/time for a given IANA timezone as a full ISO 8601 zoned datetime string (e.g. 2026-06-24T10:30:00+02:00). -
current_time— Return the current date and time for a given IANA timezone (e.g. America/New_York): year, month, day, hour, minute, second, millisecond, dayOfWeek, dstActive. -
current_time_coordinate— Current time at lat/lon. -
current_time_ip— Current time at IP. -
current_zone_info— Return timezone metadata for an IANA zone name: UTC offset, DST offset, current offset, DST start/end, and whether DST is currently active. -
day_of_the_week— Day of week for a date. -
list_zones— Return all IANA timezone names supported by TimeAPI.io. Use as a directory to find valid timeZone strings for other calls. -
translate_to_iso— Parse custom-format date to ISO.