Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

pro.worldclock/time

pro.worldclock/time

A real clock for AI agents: current time, timezone conversion, and DST facts from the IANA tzdb.

Uptime
100.0%
1 direct probes · 30d
Response
883ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

get_current_time

Get the current local time (or the time at a given instant) in one or more locations. Each location is a city name, an IANA timezone / abbreviation, or coordinates. Up to 50 locations. Results include…

convert_time

Given a UTC instant (or a wall time in a source location), return the corresponding local time in each of up to 50 target locations. Results include a source_url linking the matching worldclock.pro pa…

time_by_coordinates

Resolve the timezone for a latitude/longitude coordinate (via geo-tz) and return the local time there.

get_dst_transitions

Report whether a location observes daylight saving time, the next clock change, and every summer/winter-time transition (date, local time, and before/after offset) within a year. The result includes a…

search_cities

Find cities by name (multilingual, diacritic-insensitive) — useful to resolve a place to a canonical slug, IANA timezone, and coordinates before calling the time tools. Each result includes a source_u…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "pro.worldclock/time": {
      "url": "https://worldclock.pro/mcp",
      "transport": "streamable-http"
    }
  }
}