General Tools
worldclock.pro
Provides time, timezone, and daylight saving time information for locations worldwide.
ENDPOINT 1
https://worldclock.pro/mcp
MCP server metadata
- Name
- worldclockpro-time
- Version
- 1.0.0
Known tools 5
get_current_timeGet the current local time (or the time at a given instant) in one or more locations.
Inferred read-onlyconvert_timeGiven 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-onlytime_by_coordinatesResolve the timezone for a latitude/longitude coordinate (via geo-tz) and return the local time there.
Inferred read-onlyget_dst_transitionsReport 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-onlysearch_citiesFind 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.