wolfram_compute
Pack: wolfram-alpha · Endpoint: https://gateway.pipeworx.io/wolfram-alpha/mcp
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
| Name | Type | Required | Description |
|---|---|---|---|
code | string | yes | Wolfram Language code to evaluate, e.g. “Solve[x^2 + 3x - 4 == 0, x]” or “Eigenvalues[{{1,2},{3,4}}]“ |
time_constraint_seconds | number | no | Evaluation time limit in seconds, 1-60 (default 30) |
Example call
curl -X POST https://gateway.pipeworx.io/wolfram-alpha/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"wolfram_compute","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"wolfram-alpha": {
"url": "https://gateway.pipeworx.io/wolfram-alpha/mcp"
}
}
}
See Getting Started for client-specific install steps.