pro.worldclock/time
pro.worldclock/timeA real clock for AI agents: current time, timezone conversion, and DST facts from the IANA tzdb.
Tools · 5
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…
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…
Resolve the timezone for a latitude/longitude coordinate (via geo-tz) and return the local time there.
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…
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…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"pro.worldclock/time": {
"url": "https://worldclock.pro/mcp",
"transport": "streamable-http"
}
}
}