Skip to main content
Glama
DouglasGBailey

Calculator MCP Server

Related Servers

Alternatives to Calculator MCP Server

No user-submitted related servers found.

    Related Servers

    • F
      license
      D
      quality
      D
      maintenance
      Provides basic mathematical operations (addition, subtraction, multiplication, division) through a calculate tool. Supports both stdio and HTTP/SSE transport modes.
      1
      9
      -
    • A
      license
      Not graded
      quality
      C
      maintenance
      Exposes add, subtract, multiply, and divide tools for performing arithmetic operations over stdio via the Model Context Protocol.
      6
      MIT
    • F
      license
      A
      quality
      C
      maintenance
      A learning-oriented MCP server that exposes basic tools (echo, add, reverse) over stdio transport to validate MCP handshake and tool calls.
      3
      -
    • F
      license
      Not graded
      quality
      C
      maintenance
      Provides basic calculator operations (add, subtract, multiply, divide) as MCP tools for use with Claude Desktop and other MCP clients.
      -
    • A
      license
      Not graded
      quality
      D
      maintenance
      A minimal MCP server with four tools (add, greet, text_stats, divide) demonstrating typed parameters, structured outputs, and error handling over stdio transport.
      MIT

    TDQS

    A3.7/5.0

    Scored across 5 tools

    Disambiguation4/5

    The four arithmetic tools (add, subtract, multiply, divide) have clearly distinct, unambiguous purposes. The only oddity is reverse_string, which is unrelated to arithmetic and slightly muddies the server's scope, though it does not overlap with any other tool.

    Naming Consistency5/5

    All tools use lowercase snake_case with a consistent verb-based pattern (add, subtract, multiply, divide, reverse_string). No mixing of conventions or casing styles.

    Tool Count5/5

    Five tools is well-scoped for a simple calculator. Each operation earns its place and there is no redundancy or bloat.

    Completeness4/5

    Core arithmetic is fully covered (add, subtract, multiply, divide), but common calculator operations like modulo, exponent, or square root are missing. reverse_string also feels out of place and suggests an incomplete or inconsistent domain focus.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues