cal-tool
Verified Safeby Ericwyn
Overview
A command-line utility for evaluating mathematical expressions, supporting direct calculations and integration as an MCP server.
Installation
cal -mcpSecurity Notes
The core functionality relies on `github.com/dengsgo/math-engine` to parse and execute expressions. While it doesn't use a general-purpose 'eval', the security of the application is dependent on the robustness of the math-engine against potential expression injection or unexpected side effects. No other obvious network risks, hardcoded secrets, or malicious patterns were identified in the provided source.
Similar Servers
mcp-use-cli
An interactive command-line interface (CLI) tool for connecting to and interacting with Model Context Protocol (MCP) servers using natural language, acting as an AI client that orchestrates LLM responses with external tools.
chuk-mcp-math-server
Provides a highly configurable, high-performance server for a wide range of mathematical computations via the Mathematical Computation Protocol (MCP).
mcp-server-n8n
Provides a Model Context Protocol (MCP) server for n8n to expose custom tools, starting with a mathematical expression evaluator.
mcp-exercise
Provides basic arithmetic operations as a Model Context Protocol (MCP) API server over HTTP.