Skip to main content
Glama
kujirahand

time-mcp

by kujirahand

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_local_timeA

Return the current local date and time of the machine running this server.

get_time_in_timezoneA

Return the current date and time in the given IANA timezone (e.g. Asia/Tokyo, America/New_York).

list_timezonesA

Search available IANA timezone names. query is a case-insensitive substring match.

get_time_from_ntpA

Get the current time from a public NTP server instead of the local clock.

server accepts a short name (apple, microsoft, windows, nict, google, cloudflare, pool) or a hostname. When omitted, time.apple.com is tried first and time.windows.com is used as a fallback. timezone is an IANA name for the returned time; the local timezone is used when omitted.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.3/5.0

Scored across 4 tools

Disambiguation4/5

Each tool has a distinct purpose: local clock time, timezone-specific time, timezone lookup, and NTP-sourced time. There is minor overlap between get_local_time and get_time_in_timezone when the timezone is omitted, but the descriptions make the intended differences clear.

Naming Consistency5/5

Tool names follow a consistent get_/list_ verb pattern and clearly indicate their function. The naming style is uniform and predictable across all four tools.

Tool Count5/5

Four tools is a well-scoped size for a time-focused MCP server. Each tool covers a distinct time-related need without unnecessary bloat.

Completeness5/5

The tool set covers the core time domain: local time, arbitrary timezone time, timezone discovery, and external NTP time. Timezone conversion and UTC access are achievable via get_time_in_timezone, so there are no obvious dead ends.

Maintenance

ActivityMaintained
ResponsivenessNo issues