A
licenseNot graded
qualityC
maintenanceEnables basic calculator operations such as add, subtract, multiply, and divide through an MCP interface.
2 npm
ISC
No user-submitted related servers found.
Scored across 4 tools
Each tool performs a unique arithmetic operation with no overlap. Clear parameter conventions (a, b) further eliminate ambiguity.
All tool names are single verbs matching their operations exactly: add, subtract, multiply, divide. Perfectly consistent pattern.
Four tools cover the four basic arithmetic operations without redundancy. The scope is narrow and well-suited to the server's purpose.
The core arithmetic operations are fully covered. Minor additions like modulo or exponentiation could be useful, but the current set is coherent and complete for basic arithmetic.