cal-mcp

cal-mcp

3.4

If you are the rightful owner of cal-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Cal Server is a simple mathematical expression calculation service built on the FastMCP framework, using the Bun runtime environment.

Cal Server is designed to provide a lightweight and efficient calculation tool that supports basic mathematical operations and built-in constants. It leverages the expr-eval library to parse and compute user-input mathematical expressions and interacts with the external environment through standard input and output (stdio). The project aims to offer a straightforward solution for mathematical computations, making it ideal for users who need quick and reliable calculations.

Features

  • Expression Calculation: Supports user input of mathematical expressions and returns the computed result.
  • Built-in Constants: Includes constants such as E (Math.E), PI (Math.PI), true, and false.
  • Tool Name: The tool is named 'cal'.
  • Parameter: Accepts a string type mathematical expression ('exp').