A simple Model Context Protocol calculator server
A simple Model Context Protocol (MCP) server that provides basic calculator functionality through MCP tools. This MCP server provides the following calculator tools: add: Add two numbers together subtract: Subtract second number from first number multiply: Multiply two numbers together divide: Divide first number by second number (with zero-division protection) power: Raise first number to the…
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (stdio). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Forge hat zu diesem Eintrag keinen Scan verzeichnet und hat daher keine Beobachtung seiner Tool-Oberfläche. Das ist das Fehlen eines Belegs, nicht der Beleg, dass er keine Tools offenlegt.
A simple Model Context Protocol (MCP) server that provides basic calculator functionality through MCP tools. This MCP server provides the following calculator tools: add: Add two numbers together subtract: Subtract second number from first number multiply: Multiply two numbers together divide: Divide first number by second number (with zero-division protection) power: Raise first number to the power of second number sqrt: Calculate square root of a number (with negative number protection) 1.…