F
licenseNot graded
qualityD
maintenanceA simple MCP server that provides a calculator tool for basic arithmetic operations.
5 npm
-
No user-submitted related servers found.
Scored across 4 tools
Each tool performs a distinct arithmetic operation with no overlap. An agent can easily select the correct tool for the intended calculation.
All tool names are single lowercase verbs representing the operation: add, subtract, multiply, divide. The naming pattern is perfectly uniform and intuitive.
Four tools is exactly right for a basic calculator, covering the essential operations without any redundancy or unnecessary extras.
The four basic arithmetic operations provide complete coverage for the stated purpose of a basic calculator. There are no obvious gaps in functionality.