A
licenseNot graded
qualityD
maintenanceA simple tutorial MCP server that provides a basic addition tool for adding two numbers together, demonstrating fundamental MCP server implementation.
5 npm
ISC
No user-submitted related servers found.
Scored across 2 tools
The two tools are clearly distinct - one adds and one multiplies. There is no ambiguity between them.
Both tools follow a consistent verb-only naming convention (add, multiply), which is simple and predictable.
Two tools feels very thin, even for a simple calculator server. A set like this could reasonably include subtract, divide, or other basic operations, but for its very narrow apparent scope it's borderline.
The tool surface is extremely limited, covering only two basic arithmetic operations. There's no indication of a broader domain purpose that would justify additional tools, but for a calculator-style server this is somewhat acceptable yet still quite thin.