Skip to main content
Glama
theoddden

io.github.theoddden/stamp

Related Servers

Alternatives to io.github.theoddden/stamp

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      C
      maintenance
      Provides high-accuracy time information by querying multiple NTP servers for consensus time, and comprehensive timezone support using IANA tzdata for conversions, DST handling, and clock drift detection independent of system time.
      7
      3
      Apache 2.0
    • A
      license
      A
      quality
      B
      maintenance
      Provides current local time and time in any IANA timezone, along with timezone listing and NTP-based time retrieval with clock offset information.
      4
      27 PyPI
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables retrieval of accurate current time from NTP servers with timezone conversion and structured output, falling back to local time if NTP is unavailable.
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Provides accurate time information from Network Time Protocol (NTP) servers with timezone support and security filtering. Features whitelist-based server approval, blocks unauthorized sources, and delivers structured time output with fallback mechanisms.
      MIT
    • F
      license
      Not graded
      quality
      C
      maintenance
      Provides real-time time awareness to Hermes Agent by exposing date, time, and timezone tools through MCP, enabling on-demand temporal queries.
      1
      -
    • A
      license
      A
      quality
      D
      maintenance
      Provides accurate UTC time by aggregating and verifying data from multiple reliable sources like WorldClockAPI, Google, and GitHub. It enables users to retrieve time in various formats including ISO, Unix timestamps, and human-readable strings with automatic source fallback for reliability.
      1
      1
      MIT

    TDQS

    A4.2/5.0

    Scored across 2 tools

    Disambiguation5/5

    get_time is responsible for sampling a new NTP timestamp and appending it to the drift log, while get_drift is responsible for analyzing the accumulated log. Although both mention offset, their roles are clearly separated: one collects data, the other interprets it.

    Naming Consistency5/5

    Both tools follow a consistent get_<noun> naming pattern, making the tool surface predictable and easy to understand. There is no mixing of styles or vague verbs.

    Tool Count3/5

    With only two tools, the server is on the thin side, but the two tools cover the core sampling and analysis workflow of a narrow domain. The count is understandable but still feels minimal.

    Completeness4/5

    The server covers the essential workflow: sample time and analyze drift. Minor gaps exist, such as no way to inspect raw log entries or clear/reset the drift log, but these are not fatal for the stated purpose.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues