Math-MCP
Enable your LLMs to perform accurate numerical calculations with a simple API. Leverage basic arithmetic and statistical functions to enhance your applications. Simplify complex mathematical tasks effortlessly and improve your model's capabilities.
How to connect
https://math-mcp--ethanhenrickson.run.tools
tools/list returns the expected tools before relying on them in production.Tools
(22)-
addAdds two numbers together
-
subtractSubtracts the second number from the first number
-
multiplyMultiplies two numbers together
-
divisionDivides the first number by the second number
-
sumAdds any number of numbers together
-
moduloDivides two numbers and returns the remainder
-
meanCalculates the arithmetic mean of a list of numbers
-
medianCalculates the median of a list of numbers
-
modeFinds the most common number in a list of numbers
-
minFinds the minimum value from a list of numbers
-
maxFinds the maximum value from a list of numbers
-
floorRounds a number down to the nearest integer
-
ceilingRounds a number up to the nearest integer
-
roundRounds a number to the nearest integer
-
sinCalculates the sine of a number in radians
-
arcsinCalculates the arcsine of a number in radians
-
cosCalculates the cosine of a number in radians
-
arccosCalculates the arccosine of a number in radians
-
tanCalculates the tangent of a number in radians
-
arctanCalculates the arctangent of a number in radians
-
radiansToDegreesConverts a radian value to its equivalent in degrees
-
degreesToRadiansConverts a degree value to its equivalent in radians