Skip to main content
Glama
drdudda-org

My Little MCP Server

by drdudda-org

Related Servers

Alternatives to My Little MCP Server

No user-submitted related servers found.

    Related Servers

    • F
      license
      A
      quality
      D
      maintenance
      A simple MCP server that returns the current date and time with timezone information in ISO 8601, Unix timestamp, and human-readable formats.
      1
      -
    • F
      license
      Not graded
      quality
      D
      maintenance
      A minimal MCP server that provides current time information with configurable timezone support set on the client side.
      -
    • A
      license
      A
      quality
      C
      maintenance
      An MCP server that allows checking local time on the client machine or current UTC time from an NTP server
      2
      16 PyPI
      34
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      A lightweight MCP server providing tools for adding integers, getting current time, and fetching weather forecasts via wttr.in.
      -
    • A
      license
      Not graded
      quality
      C
      maintenance
      A minimal MCP server providing tools for time, calculations, sandboxed file operations, and safe URL fetching over stateless HTTP.
      12 npm
      ISC

    TDQS

    A3.5/5.0

    Scored across 2 tools

    Disambiguation5/5

    The two tools have completely distinct purposes: one returns the current time in KST, and the other generates a random number between 1 and 50. There is no overlap in functionality, making it impossible to confuse them.

    Naming Consistency5/5

    Both tools follow a consistent verb_noun naming pattern (get_current_time and get_random_number), using snake_case and starting with 'get_' to indicate retrieval actions. This uniformity makes the set predictable and easy to understand.

    Tool Count2/5

    With only two tools, the server feels thin and under-scoped for any meaningful domain, such as time or random number utilities. It lacks depth, offering basic functions without supporting operations like time conversion or number range adjustments.

    Completeness2/5

    Inferred as a utility server, the toolset is severely incomplete. For time-related functions, there are no tools for timezone conversion or formatting, and for random numbers, no tools to set custom ranges or generate sequences. This leaves obvious gaps in coverage.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues