Cruncher MCP
JSON →The Scientific Calculator built as a Model Context Protocol (MCP) server
Install
npx @slbdn/cruncher-mcp Tools · 36
- add Add two numbers
- subtract Subtract two numbers
- multiply Multiply two numbers
- divide Divide two numbers
- modulo Calculate the remainder of division
- evaluate Evaluate a mathematical expression string
- power Raise a number to a power
- sqrt Calculate the square root of a number
- factorial Calculate the factorial of a number
- sin Calculate the sine of an angle
- cos Calculate the cosine of an angle
- tan Calculate the tangent of an angle
- asin Calculate the arcsine of a number
- acos Calculate the arccosine of a number
- atan Calculate the arctangent of a number
- log10 Calculate the base-10 logarithm of a number
- ln Calculate the natural logarithm of a number
- sum Calculate the sum of an array of numbers
- average Calculate the average of an array of numbers
- median Calculate the median of an array of numbers
- min Find the minimum value in an array of numbers
- max Find the maximum value in an array of numbers
- range Calculate the range of an array of numbers
- count Count the number of elements in an array
- variance Calculate the variance of an array of numbers
- stddev Calculate the standard deviation of an array of numbers
- percentage_of Calculate what percentage one number is of another
- percentage_change Calculate the percentage change between two numbers
- reverse_percentage Calculate the original value before a percentage increase or decrease
- convert Convert a value from one unit to another
- abs Calculate the absolute value of a number
- constant Get the value of a mathematical, physical, or chemical constant
- memory_add Add a value to the memory
- memory_subtract Subtract a value from the memory
- memory_recall Recall the value stored in memory
- memory_clear Clear the memory