Qurak

A computational and mathematical engine, on the web, over an API, and to your AI assistant.

Qurak evaluates mathematical and symbolic expressions: calculus and differential equations, linear algebra, statistics, optimization, transforms, number theory, and plots. Type an expression and it answers.

5 anonymous evaluations an hour, a 1-second budget, the mathematics only. An account lifts all three.

Free forever: 20 evaluations a minute, a 3-second budget, the MCP server and the HTTP API included. No card.

Start free   See pricing   Why computed beats plausible

It computes from your model, not from your files: Qurak solves what you write down, and does not read spreadsheets or datasets.

Three things it does

Every example here was run by the engine that will run yours.

You writeIt answers
Integrate[Sin[x]^2, x]x/2 - Sin[2*x]/4
Eigenvalues[{{2, 1}, {1, 2}}]{3, 1}
DSolve[y'[x] == 2 y[x], y[x], x]{{y[x] -> E^(2*x)*C[1]}}

Browse every function, and whether it is available

What it looks like

The workbench: an expression, a run button, a result Qurak Run History Account Expression Integrate[Sin[x]^2, x] Run 3 s budget · 20 a minute Result x/2 - Sin[2 x]/4
An illustration of the workbench, not a screenshot: the real one is a sign-in away.
A damped oscillation, plotted by the engine 0246810-1-0.50.51
Plot[Exp[-x/5] Sin[2 x], {x, 0, 10}] · Plots render as SVG, in the workbench and over the API.
A surface, Sin[x] Cos[y], as a wireframe
Plot3D[Sin[x] Cos[y], {x, -3, 3}, {y, -3, 3}] · Surfaces, too - the same call, one more variable.

Built for the work

Your assistant can call it directly

Qurak is an MCP server, so Claude, Cursor, VS Code and any other MCP client can hand it a calculation and get a real answer back instead of a plausible one. There is an HTTP API for everything else. Both are open on the free plan.

Connect an MCP client · Use the HTTP API