You're viewing a demo portfolio

Join the waitlist
PRSM

wolfram_compute

Active

Tool of Wolfram Alpha

declared in 0.1.0

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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Wolfram Alpha

https://github.com/pipeworx-io/mcp-wolfram-alpha

1/7 registries
View full server →
wolfram_compute — Wolfram Alpha — PRSM MCP