Skip to main content
Glama
apetta

Vibe Math MCP

by apetta

Related Servers

Alternatives to Vibe Math MCP

No user-submitted related servers found.

    Related Servers

    • A
      license
      B
      quality
      B
      maintenance
      Enables LLMs to run arbitrary-precision integer and bitwise operations, endianness swaps, IEEE 754 float decomposition, hashing/checksum/modular math, data codecs, statistics, and trigonometry through 29 specialized tools. Its chained batch execution engine lets multiple dependent steps run in one call, eliminating multi-turn round-trip overhead.
      29
      0
      12
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      Provides powerful symbolic mathematics and statistical analysis capabilities, enabling users to solve equations, compute derivatives and integrals, perform statistical tests, and analyze data through natural language requests.
      4
      MIT
    • A
      license
      B
      quality
      A
      maintenance
      Provides secure mathematical computation capabilities including expression evaluation, symbolic math (derivatives, simplification), matrix operations, statistics, and unit conversion, with multi-tier acceleration through WebAssembly and WebWorkers for high-performance calculations.
      7
      71 npm
      ISC
    • A
      license
      Not graded
      quality
      C
      maintenance
      A unified mathematical calculator that automatically detects expression types and performs basic arithmetic, statistical calculations, equation solving, and batch computations with 20+ built-in mathematical functions.
      MIT
    • A
      license
      A
      quality
      B
      maintenance
      Provides LLMs with deterministic math tools for sandboxed expression evaluation, descriptive statistics, primality testing, prime factorization, GCD/LCM, quadratic solving, and base conversion. Every operation runs real code rather than relying on the model's arithmetic, with expression parsing restricted to a whitelist of operators, constants, and functions.
      21
      MIT

    TDQS

    A3.9/5.0

    Scored across 21 tools

    Disambiguation4/5

    Most tools have distinct purposes, but some overlap exists between `statistics` and `array_statistics` as both compute descriptive statistics, though on different data structures (1D vs 2D). Also, `matrix_operations` and `matrix_decomposition` could be confused despite focusing on different operations. Overall, descriptions are clear enough to distinguish.

    Naming Consistency3/5

    Tool names mix single-word nouns (e.g., `calculate`, `derivative`) with compound underscores (e.g., `array_aggregate`, `solve_linear_system`). There is no consistent verb_noun pattern; names are descriptive but follow no single convention. Abbreviations like `calcs` appear, and some names are quite long.

    Tool Count5/5

    21 tools is well-scoped for a comprehensive math server covering basic arithmetic, finance, statistics, linear algebra, calculus, arrays, and data reshaping. Each tool serves a clear purpose, and the count is not excessive given the breadth of mathematics addressed.

    Completeness4/5

    The tool set covers most major mathematical domains (algebra, calculus, linear algebra, statistics, finance, arrays), but lacks symbolic equation solving and probability distributions. However, the `batch_execute` meta-tool enables chaining, mitigating some gaps. Overall, it is quite complete for common math needs.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues