World Clock Pro MCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@World Clock Pro MCPWhat time is it in Tokyo, Paris, and UTC?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
World Clock Pro MCP server
Give your AI agent a real clock. Public, read-only, no API key:
https://worldclock.pro/mcpModels cannot reliably compute local times, DST transitions, or timezone math on their own. This server gives any MCP-capable assistant live answers from the IANA timezone database and a 224,000+ city registry, with the answer's source page cited in every response.
Live endpoint:
https://worldclock.pro/mcp(Streamable HTTP, stateless, JSON-RPC 2.0)How-to page: worldclock.pro/mcp
Server card:
/.well-known/mcp/server-card.jsonRegistry name:
pro.worldclock/time(domain-verified)
Quick connect
Claude Code
claude mcp add --transport http worldclockpro-time https://worldclock.pro/mcpClaude Desktop — Settings → Connectors → Add custom connector → paste the URL.
Cursor — paste into ~/.cursor/mcp.json (or use the button on worldclock.pro/mcp):
{ "mcpServers": { "worldclockpro-time": { "url": "https://worldclock.pro/mcp" } } }VS Code
code --add-mcp '{"name":"worldclockpro-time","type":"http","url":"https://worldclock.pro/mcp"}'ChatGPT — Settings → Apps & Connectors → Advanced settings → enable Developer mode → create a connector with the URL and No authentication. The server is read-only, so it works on plans where custom connectors are limited to read-only tools.
OpenClaw — add to openclaw.json:
{ "mcp": { "servers": { "worldclockpro-time": { "url": "https://worldclock.pro/mcp", "transport": "streamable-http" } } } }MCP Inspector
npx @modelcontextprotocol/inspector
# Transport: "Streamable HTTP" → URL: https://worldclock.pro/mcpRelated MCP server: date
Tools
Tool | What it does | Try asking |
| Current time in one or many places (up to 50 at once). | "What time is it in Tokyo, Paris, and UTC?" |
| Move one moment across time zones, DST-safe. | "If it's 9 AM Monday in New York, what time is it in Sydney?" |
| Time at any point on Earth, by latitude/longitude. | "What's the local time at 48.85, 2.35?" |
| DST observance and exact clock-change dates for any year. | "When do the clocks change in London this year?" |
| Multilingual city lookup → canonical slug, IANA zone, coordinates. | "Find cities called 'San Jose'." |
Every result includes a source_url linking the matching worldclock.pro page,
so answers can cite a live source.
Ways to describe a place
City name or alias —
"Tokyo","new-york","nyc","Москва","São Paulo"Timezone — IANA id (
"America/New_York") or abbreviation ("PST","ET","UTC")Coordinates — latitude + longitude; the answer names the nearest city
Use as a Claude Code plugin
This repo is itself a plugin marketplace:
/plugin marketplace add worldclockpro/worldclock-mcp
/plugin install world-clock@worldclockproThe plugin wires up the remote MCP server and installs the world-clock skill,
which teaches the assistant when to use which tool and the classic timezone traps
(EST vs ET, half-hour offsets, date-line weekday changes).
Use as an OpenClaw skill
The same skill follows the Agent Skills format:
npx clawhub@latest install world-clock # once published on ClawHub
# or copy skills/world-clock/ into your skills directoryWhy trust it
Read-only by design. Every tool declares
readOnlyHint: true. There are no write operations, no accounts, and nothing to sign in for.No tracking. Queries are computed in memory and not stored. See the privacy policy.
Live IANA data. DST rules come from the IANA timezone database, updated with the weekly data refresh, never hard-coded.
Run by an established team. The people behind the World Clock Master (Apple Editor's Choice) and World Clock Pro apps.
Domain-verified. The registry listing
pro.worldclock/timeis published with cryptographic proof of control of worldclock.pro.
Limits and errors
Up to 50 locations per call (
search_citiesreturns up to 25 matches).Per-IP rate limit: 60 calls per 10 seconds (HTTP 429 with
Retry-Afterbeyond that).Invalid input returns structured errors (
LOCATION_NOT_FOUND,INVALID_TIMEZONE,AMBIGUOUS_INSTANT, ...) an agent can read and recover from.
Links
Website: worldclock.pro
Agent guide: worldclock.pro/llms.txt
Support: support@worldclock.pro
MIT licensed. See SECURITY.md for the security posture.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceA MCP server that provides timezone-aware date and time operations. This server addresses the common issue where AI assistants provide incorrect date information due to timezone confusion.Last updated44MIT
- AlicenseAqualityDmaintenanceAn MCP server that provides real-time date, time and time zone information for AI assistants.Last updated42Apache 2.0
- Alicense-qualityDmaintenanceA Cloudflare Workers-based MCP server that provides current date and time information for any IANA timezone. It enables AI agents to retrieve precise, ISO 8601-formatted timestamps through a globally distributed edge network.Last updatedMIT
- AlicenseDqualityCmaintenanceA lightweight MCP server that provides date and time tools, including the ability to retrieve current timestamps and parse date strings with IANA timezone support. It enables AI models to interact with the host OS clock and perform temporal calculations via stdio transport.Last updated387MIT
Related MCP Connectors
Timezone MCP — wraps WorldTimeAPI (free, no auth)
A time server that keeps your AI honest about time. Real clock + drift guard, zero dependencies.
Time MCP server via HTTP
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/worldclockpro/worldclock-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server