← Registry

General Tools

worldclock.pro

Provides time, timezone, and daylight saving time information for locations worldwide.

1 endpoint5 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://worldclock.pro/mcp

No auth detected

MCP server metadata

Name
worldclockpro-time
Version
1.0.0
Capabilities
tools.listChanged

Known tools 5

get_current_time

Get the current local time (or the time at a given instant) in one or more locations.

Inferred read-only
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.

Inferred read-only
time_by_coordinates

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

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.worldclockpro-time]
url = "https://worldclock.pro/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "worldclockpro-time": {
      "type": "http",
      "url": "https://worldclock.pro/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: worldclockpro-time
Remote MCP URL: https://worldclock.pro/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "worldclockpro-time": {
      "url": "https://worldclock.pro/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "worldclockpro-time": {
      "type": "http",
      "url": "https://worldclock.pro/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "worldclockpro-time",
  "transport": "streamable-http",
  "url": "https://worldclock.pro/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.