Skip to main content
Glama

Related Servers

Alternatives to rpn-mcp

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      D
      maintenance
      A simple MCP server that provides a calculator tool for basic arithmetic operations.
      5 npm
      -
    • A
      license
      Not graded
      quality
      D
      maintenance
      A simple MCP server that provides calculator tools for basic arithmetic operations with zero-division protection.
      27 npm
      ISC
    • F
      license
      A
      quality
      C
      maintenance
      A simple MCP server that provides basic arithmetic operations like addition, subtraction, multiplication, division, power, and square root.
      6
      -
    • F
      license
      Not graded
      quality
      D
      maintenance
      A simple MCP server that provides basic calculator functionality for performing mathematical operations. Built with FastMCP and demonstrates fundamental MCP server implementation patterns.
      -
    • F
      license
      Not graded
      quality
      C
      maintenance
      This MCP server provides calculator tools, resources, and prompts for arithmetic operations, and serves as a minimal template for learning NitroStack fundamentals.
      -

    TDQS

    A3.9/5.0

    Scored across 2 tools

    Disambiguation4/5

    The evaluate and clear tools have clearly distinct primary purposes: evaluate processes RPN expressions, while clear resets the stack. However, evaluate also supports a 'clear' command, creating a minor overlap where users might use a command inside an expression instead of the dedicated tool, but descriptions make the distinction clear enough.

    Naming Consistency5/5

    Both tool names are simple, lowercase, single-word verbs (evaluate and clear), following a consistent pattern. There is no mixing of conventions, and each name accurately reflects its action.

    Tool Count3/5

    With only 2 tools, the server feels slightly thin, though the scope is a narrow RPN calculator. The clear tool is somewhat redundant because the evaluate tool already supports a 'clear' command, making the count less justified than if it were a single evaluate tool.

    Completeness4/5

    The evaluate tool covers core arithmetic operators and stack manipulation commands (dup, swap), providing a functional surface for an RPN calculator. A minor gap is the lack of a dedicated stack inspection command or tool, but the primary lifecycle of evaluation and clearing is covered.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues