mcp-math-tools
Related Servers
Alternatives to mcp-math-tools
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceProvides a comprehensive set of mathematical functions as MCP tools, enabling language models to perform calculations including arithmetic, trigonometry, logarithms, and more.7 npm1MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to perform arithmetic operations such as addition, subtraction, multiplication, and division through standardized MCP tools.1-
- AlicenseAqualityBmaintenanceProvides a safe scientific runtime for agents with typed math operations including calculus, algebra, statistics, unit conversion, and more via MCP tools.4Apache 2.0
- AlicenseNot gradedqualityDmaintenanceProvides comprehensive mathematical capabilities including basic arithmetic, advanced functions, statistical tools, and access to mathematical constants. It allows users to perform computations and generate math-related prompts through a standardized MCP interface.MIT
- FlicenseAqualityCmaintenanceEnables LLM clients to perform arithmetic and advanced calculations through MCP tools, access math constants and session calculation history, and receive step-by-step guidance for solving equations.7-
- 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.88 npm1MIT
TDQS
Scored across 5 tools
Each tool has a clearly defined primary purpose: expression evaluation, unit conversion, statistical analysis, number formatting, and percentage calculations. There is minor overlap where calculate can handle some percentage and min/max operations, but the descriptions make the intended use cases distinguishable.
Tool names are all lowercase and snake_case, which is readable, but they mix verb-led names like convert_units and format_number with noun-led names like statistics and percentage_calc. The use of both 'calculate' and 'calc' for the same concept also breaks consistency.
Five tools is well-scoped for a math-focused server. Each tool addresses a distinct common math need without unnecessary redundancy or excessive surface area.
The server covers core math operations, unit conversions, statistics, number formatting, and percent calculations, which are the most common use cases. It could be expanded with features like random number generation or matrix operations, but these are not obvious gaps for the stated purpose.