MCP server exposing 9 tools for timeapi-io.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/timeapi-io/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
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.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/timeapi-io/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io