evaluate
ActiveTool of mathjs
declared in 0.1.0
Evaluate mathematical expressions: arithmetic, algebra, trigonometry, statistics. Returns computed result. E.g., "2+2", "sin(pi/2)", "sqrt(16)", "mean([1,2,3])". Use when you need to calculate or simplify math.
Parameters schema
{
"type": "object",
"examples": [
{
"expression": "2 + 3 * 4"
},
{
"expression": "sin(pi/2)"
}
],
"required": [
"expression"
],
"properties": {
"expression": {
"type": "string",
"description": "Mathematical expression to evaluate (e.g., \"2 + 3 * 4\", \"sqrt(16)\", \"sin(pi/2)\", \"det([1,2;3,4])\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mathjs
https://github.com/pipeworx-io/mcp-mathjs
1/7 registries