Skip to main content
Glama
mzoffoli85

MPC-PoC-1-EchoServerToolsbasicas

by mzoffoli85

Related Servers

Alternatives to MPC-PoC-1-EchoServerToolsbasicas

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      C
      maintenance
      A model-agnostic MCP server exposing example tools (add1, multiply2, greet) for learning purposes, working with any LLM through stdio transport.
      -
    • F
      license
      Not graded
      quality
      D
      maintenance
      A minimal MCP server that exposes tools for addition, echoing text, time lookup, and URL fetching, with support for HTTP and stdio transports.
      -
    • A
      license
      A
      quality
      C
      maintenance
      Enables running a minimal MCP server over stdio that manually implements JSON-RPC, exposing an add tool so users can observe the handshake, tool listing, and tool call cycle without the official SDK.
      1
      MIT
    • F
      license
      Not graded
      quality
      C
      maintenance
      A zero-dependency MCP server that demonstrates the raw MCP protocol over stdio and Streamable HTTP transports, with simple tools like time, echo, and add.
      -

    TDQS

    A3.7/5.0

    Scored across 3 tools

    Disambiguation5/5

    Each tool performs a completely distinct operation: echo returns input unchanged, add performs numeric addition, reverse flips a string's character order. There is no overlap or ambiguity between them.

    Naming Consistency5/5

    All three tool names are single lowercase verbs in a consistent imperative style: echo, add, reverse. The pattern is uniform and predictable.

    Tool Count4/5

    Three tools is a reasonable size for a basic PoC utility server. While slightly minimal, it stays within a well-scoped range and avoids being either overly thin or bloated.

    Completeness4/5

    For a simple echo server with basic utilities, the set covers its apparent purpose without glaring gaps. The operations are self-contained, though there is no clear domain model requiring CRUD coverage.

    Maintenance

    ActivityStale
    ResponsivenessNo issues