Equation Steps MCP server
Step-by-step solver for linear/quadratic equations in one variable, signs and ± always right.
Little public usage data yet
Reviews
Write oneNobody has reviewed Equation Steps yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Equation Steps tools (1, 1 write)
write = sends, deletes, buys or postsrunwrite actionFreeSolves a linear or quadratic equation in one variable (x) and returns every step: expanding parentheses, combining like terms, moving terms across the equals sign, and (for quadratics) applying the quadratic formula. Use this whenever you need to solve "ax + b = cx + d" or "ax^2 + bx + c = 0" style equations, or check a step-by-step algebra solution someone else produced. Do not solve this kind of equation by reasoning through it token by token: the two places language models most often go quietly wrong are (1) the sign when distributing a negative across parentheses, e.g. "5 - (x - 3)" losing the minus on the 3, and (2) dropping one of the two ± roots of a quadratic, or rounding a complex root into a false "no solution". This tool always gets both right because it does exact fraction arithmetic, not floating-point guessing, and reports every root it finds — including complex ones, explicitly labeled as complex. Input: a single string containing exactly one "=", using x (or X) as the only variable, e.g. "3(x-2) = 5x + 4" or "(x+1)(x-3) = 2x^2 - 5". Numbers may be integers or decimals. Implicit multiplication is fine ("3x", "2(x+1)"). Exponents may only be "^2" on the bare variable — "(x+1)^2" is not supported; write "(x+1)(x+1)" instead. Refuses rather than guesses on: no "=" or more than one, a second variable or a function name (sin, sqrt, log), a "/" anywhere (rewrite as a decimal), an unsupported exponent, an equation that expands past degree 2, unbalanced parentheses, or an inequality (<, >). Every refusal includes a fixHint saying exactly what to change. Returns the equation type (linear, quadratic, identity, or contradiction), the standard form, the full list of steps, the solution(s) as exact fractions (with a decimal alongside when not a whole number), and a disclaimer that this covers only one-variable linear and quadratic equations.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 1461ms20/20
- Tool poisoning1 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 1 write-action tools with no auth3/15
- Maintenancerepository not readable: repo not found3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (1)
- highWrite-action tools reachable without authentication
auth.open-write
Install directly
claude mcp add --transport http equation-steps https://equation-steps.gumballtools.com/api/mcp
Equation Steps: common questions
- Is Equation Steps MCP server safe?
- With care: it is graded C, so read the findings first (60/100). Read the Equation Steps safety report
- How do I install Equation Steps?
- It runs remotely at equation-steps.gumballtools.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Equation Steps need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Equation Steps maintained?
- The latest release is v0.1.0.
- Is Equation Steps up?
- 100% of our last 6 checks got an answer. We check remote servers about four times a day.
- What can I use instead of Equation Steps?
- Servers from other publishers that do the same job: Hotin MCP server, Superpowers.social MCP server and Tiniest Cloud MCP server. Compare all Equation Steps alternatives.
Alternatives to Equation Steps
Same job from other publishers: the closest match first, then the best rated.
- HotinWhat's hot in AI right now, ranked with receipts from GitHub, HN, npm and Hugging Face.not reviewedGrowingB
- Superpowers.socialLive X/Twitter and Reddit research. 10 read-only MCP tools, Google/GitHub sign-in. Free tier.not reviewedGrowingA
- Tiniest CloudDeploy web apps with sign-in, per-user storage, realtime and AI built in.not reviewedGrowingA