Skip to main content
Glama
hc0061365

hc0061365-mcp-hello-world

by hc0061365

Related Servers

Alternatives to hc0061365-mcp-hello-world

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      B
      maintenance
      A simple MCP server that exposes a 'greet' tool which returns a friendly greeting for a given name.
      3 npm
      ISC
    • A
      license
      C
      quality
      D
      maintenance
      A simple MCP server that provides a basic greeting tool for saying hello with customizable names. Serves as a boilerplate template for developers to quickly create and deploy new MCP servers.
      1
      4 npm
      MIT
    • F
      license
      Not graded
      quality
      C
      maintenance
      MCP server providing greeting and echo tools for testing and demonstration.
      -
    • F
      license
      A
      quality
      D
      maintenance
      A simple local MCP server that provides greeting and integer addition tools.
      2
      -

    TDQS

    B3.1/5.0

    Scored across 2 tools

    Disambiguation4/5

    hello targets a single recipient while greet_multiple targets multiple recipients, so the cardinality difference provides some distinction. However, greet_multiple is essentially a batch version of hello, creating overlap if an agent could simply call hello repeatedly.

    Naming Consistency3/5

    hello is a bare greeting word while greet_multiple follows a verb+quantifier pattern; both are lowercase snake_case but do not follow a consistent verb_noun convention. The mixed structure is readable but not predictable.

    Tool Count3/5

    Only two tools exist, which feels thin even for a hello-world server. The second tool is a minor variant rather than a distinct capability, so the set is borderline under-scoped.

    Completeness4/5

    The greeting domain is covered for single and multiple recipients, but there is no customization (e.g., formal/informal tone) or additional greeting lifecycle operations. These are minor gaps that an agent can work around.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues