Calculator icon

Calculator

Evaluates mathematical expressions securely through a Model Context Protocol (MCP) server.

Acerca de

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.

Características Principales

  • Secure evaluation: Limits access to only math functions/constants.
  • Compatible with the Model Context Protocol VSCode extension.
  • Exposes a `calculate` tool via the MCP protocol.
  • 0 GitHub stars
  • Evaluates math expressions using Python's `math` module.

Casos de Uso

  • Integrating a secure calculation service into other applications via the MCP protocol.
  • Testing mathematical expression evaluation using the provided Python client.
  • Evaluating mathematical expressions from within VSCode using the MCP extension.
Craft Better Prompts with AnyPrompt
Sponsored
Calculator: Secure Math Expression Evaluation Tool