scicalc-mcp
Related Servers
Alternatives to scicalc-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceA Model Context Protocol server that provides basic mathematical and statistical functions to LLMs, enabling them to perform accurate numerical calculations through a simple API.1318 npm180MIT
- AlicenseAqualityCmaintenanceA Model Context Protocol server that exposes 8 mathematical tools (arithmetic, algebra, calculus, matrix operations, statistics, probability, unit conversions) to any MCP-compatible AI agent, enabling mathematical computations without code.89 npm1MIT
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server that provides mathematical calculations and operations using NumPy, enabling users to perform numerical computations like matrix operations, statistical analysis, and polynomial fitting directly through Claude.3-
- AlicenseNot gradedqualityDmaintenanceProvides a suite of deterministic math tools powered by SymPy to handle algebra, calculus, linear algebra, and statistics via the Model Context Protocol. It enables smaller language models to delegate complex computations to a verified symbolic backend for accurate and reliable results.Apache 2.0
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server providing 150+ mathematical functions across arithmetic, trigonometry, statistics, unit conversions, and more, consolidated into 15 powerful tools for seamless integration with VS Code Copilot and other MCP-compatible clients.MIT
- AlicenseBqualityCmaintenanceA Model Context Protocol (MCP) server that provides basic mathematical, statistical and trigonometric functions to Large Language Models (LLMs).5918 npm1MIT
TDQS
Scored across 19 tools
Each tool targets a distinct operation in its domain (e.g., determinant vs. matrix multiply, t_test vs. linear_regression, integrate_function vs. find_root). Even similar-sounding tools like describe and dataframe_describe have clearly different inputs and purposes.
All tool names follow a consistent snake_case pattern (e.g., matrix_multiply, solve_linear_system, dataframe_groupby_aggregate). The naming is descriptive and predictable, with no mixing of conventions.
With 19 tools, the server covers linear algebra, statistics, calculus, data frame operations, and plotting—an appropriate breadth for a scientific calculator. The count is well-scoped without being overwhelming.
The tool set covers core linear algebra, basic statistics, calculus, data frame summarization, and plotting. However, it lacks matrix operations like transpose or decomposition, and statistical tests like ANOVA, leaving minor gaps.