Evaluates mathematical expressions securely through a Model Context Protocol (MCP) server.
Calculator provides a simple Model Context Protocol (MCP) server designed to evaluate mathematical expressions received from MCP clients, securing execution by limiting access to Python's math functions and constants. Compatible with the official MCP Python client and the Model Context Protocol VSCode extension, Calculator exposes a 'calculate' tool via the MCP protocol, enabling seamless integration and usage within various development environments.