Skip to main content
Glama
wrtnlabs

Calculator MCP

by wrtnlabs

Related Servers

Alternatives to Calculator MCP

No user-submitted related servers found.

    Related Servers

    • -
      license
      Not graded
      quality
      Not graded
      maintenance
      A calculator server that exposes mathematical functions as tools (add, subtract, multiply, divide, square, power, square root), enabling language models to perform calculations through Model Context Protocol (MCP).
      -
    • A
      license
      A
      quality
      C
      maintenance
      A Model Context Protocol server that provides basic mathematical and statistical functions to LLMs, enabling them to perform accurate numerical calculations through a simple API.
      13
      18 npm
      183
      MIT
    • A
      license
      B
      quality
      C
      maintenance
      A Model Context Protocol (MCP) server that provides basic mathematical, statistical and trigonometric functions to Large Language Models (LLMs).
      59
      18 npm
      1
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      A Python-based MCP server that provides a suite of basic arithmetic tools, including addition, square roots, and percentage calculations, for AI assistants. It enables models to perform precise mathematical operations through the Model Context Protocol.
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      Provides basic mathematical operations (addition, subtraction, multiplication, division) through a Model Context Protocol server. Enables MCP-compatible clients like chatbots to perform calculations by sending structured math requests.
      -

    TDQS

    B3.3/5.0

    Scored across 6 tools

    Disambiguation5/5

    Each tool performs a distinct mathematical operation with no overlap. An agent can easily choose the correct tool based on the operation name.

    Naming Consistency5/5

    All tool names follow a consistent lowercase, single-word operator pattern (add, sub, mul, div, mod, sqrt). The naming is uniform and predictable.

    Tool Count5/5

    Six tools cover the essential arithmetic operations for a calculator server without unnecessary bulk. The scope is tight and well-matched to the domain.

    Completeness4/5

    Core arithmetic operations are fully covered, including square root and modulo. A power/exponent operation could be a minor addition, but the current set handles typical calculator workflows without dead ends.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues