wolfram_compute
ActiveTool of Wolfram Alpha
Evaluate Wolfram Language code in a real Wolfram kernel — symbolic math (Integrate, Solve, DSolve, Simplify, Series, Limit), exact arithmetic, matrix algebra, number theory, unit conversion, and any Wolfram Language expression. Answers "integrate x^2 sin x", "solve this equation symbolically", "eigenvalues of this matrix". Give actual Wolfram Language code. Example: wolfram_compute({ code: "Integrate[x^2 Sin[x], x]" })
Parameters schema
{
"type": "object",
"required": [
"code"
],
"properties": {
"code": {
"type": "string",
"description": "Wolfram Language code to evaluate, e.g. \"Solve[x^2 + 3x - 4 == 0, x]\" or \"Eigenvalues[{{1,2},{3,4}}]\""
},
"time_constraint_seconds": {
"type": "number",
"description": "Evaluation time limit in seconds, 1-60 (default 30)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Wolfram Alpha
https://github.com/pipeworx-io/mcp-wolfram-alpha
1/7 registries