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…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
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.…