← worldclock.pro

INDIVIDUAL MCP TOOL

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.

worldclock.pronone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

worldclock.pro

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.

Related tools

  • get_current_time — Get the current local time (or the time at a given instant) in one or more locations.
  • 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.
  • time_by_coordinates — Resolve the timezone for a latitude/longitude coordinate (via geo-tz) and return the local time there.
  • 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.