Calculator Server
UnclaimedA comprehensive Go-based MCP server for mathematical computations with 13+ tools
Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (24)
cashFlows
(array of numbers): Cash flows (negative for outflows, positive for inflows)
category
(string): Unit category (length, weight, temperature, volume, area)
data
(array of numbers): Dataset to analyze
discountRate
(number): Discount rate as percentage
exponent
(number, optional): Exponent for pow function (required for pow)
expression
(string): Mathematical expression to evaluate
fromUnit
(string): Source unit
function
(string): Function name (sin, cos, tan, asin, acos, atan, log, log10, ln, sqrt, abs, factorial, pow, exp)
futureValue
(number, optional): Future value for some calculations
loans
(array of objects): Loan scenarios with principal, rate, and time
operands
(array of numbers): Numbers to operate on (minimum 2)
operation
(string): "add", "subtract", "multiply", "divide"
percentile
(number): Percentile to calculate (0-100)
periods
(integer, optional): Compounding periods per year
precision
(integer, optional): Decimal places (0-15, default: 2)
principal
(number): Principal amount
rate
(number): Interest rate (percentage)
scenarios
(array of objects): Investment scenarios with principal, rate, and time
time
(number): Time period in years
toUnit
(string): Target unit
unit
(string, optional): "radians" or "degrees" for trig functions
value
(number): Input value (base for pow function)
values
(array of numbers): Values to convert
variables
(object, optional): Variable name-value pairs