Skip to main content
Glama

time

Server Details

A real clock for AI agents: current time, timezone conversion, and DST facts from the IANA tzdb.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
worldclockpro/worldclock-mcp
GitHub Stars
0

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.

Tool Definition Quality

Score is being calculated. Check back soon.

Available Tools

5 tools
convert_timeConvert a time across locations
Read-onlyIdempotent
Inspect

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 page when available.

ParametersJSON Schema
NameRequiredDescriptionDefault
utcNoThe instant to convert, as an ISO 8601 string. Read as UTC if it has no zone designator.
fromNoAlternative to `utc`: a wall time in a specific source location.
targetsYes
get_current_timeGet current time
Read-onlyIdempotent
Inspect

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 a source_url linking the matching worldclock.pro page when available.

ParametersJSON Schema
NameRequiredDescriptionDefault
atNoOptional ISO 8601 instant to evaluate instead of now (read as UTC if it has no zone).
locationsYes
get_dst_transitionsGet DST transitions
Read-onlyIdempotent
Inspect

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 source_url linking the matching worldclock.pro page when available.

ParametersJSON Schema
NameRequiredDescriptionDefault
yearNoCalendar year to list transitions for (default: the current year).
locationYesA location identified by exactly ONE of: query, timezone, or latitude+longitude together.
search_citiesSearch cities
Read-onlyIdempotent
Inspect

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_url linking the city's worldclock.pro page.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 10).
queryYesCity name or partial name (≥ 2 characters).
countryNoOptional ISO 3166-1 alpha-2 country filter, e.g. "JP".
time_by_coordinatesGet time by coordinates
Read-onlyIdempotent
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
atNoOptional ISO 8601 instant to evaluate instead of now (read as UTC if it has no zone).
latitudeYesLatitude in degrees [-90, 90].
longitudeYesLongitude in degrees [-180, 180].

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.