mcpbeat Sign in

Equation Steps MCP Server

not responding

Equation Steps is listed as active in the registry but did not answer our last check. It exposes 1 tools.

Step-by-step solver for linear/quadratic equations in one variable, signs and ± always right.

The linked repository no longer exists on GitHub — it was deleted or made private.

Uptime history 4 days of history · worst day 3%
4 days agonow
4.3%
Uptime 24h
4 of 93 checks
1
Tools
read from the server
1119 ms
Response time
average over 24h
open, no key
Access
streamable-http

Equation Steps does not always answer

Over the last week it answered 64.2% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 3 min ago.

run in your terminal
claude mcp add equation-steps --transport http https://equation-steps.gumballtools.com/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "equation-steps": {
      "url": "https://equation-steps.gumballtools.com/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.equation-steps]
url = "https://equation-steps.gumballtools.com/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "equation-steps": {
      "url": "https://equation-steps.gumballtools.com/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "equation-steps": {
      "url": "https://equation-steps.gumballtools.com/api/mcp"
    }
  }
}

Available tools 1

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

run
run
Solves 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.

Endpoints

URLTransportStateLatencyChecked
https://equation-steps.gumballtools.com/api/mcp streamable-http answering 171 ms 3 min ago

Alternatives to Equation Steps

same job, measured the same way
Gradient
by ryudi84

MCP server for CSS gradient generation — linear, radial, conic

local only
Aman Amith Shastry Scientific Computation MCP
by smithery

This MCP server enables users to perform scientific computations regarding linear algebra and vect…

answering
I
InnoDay
by havilandsoftware

Unified ticketing MCP server for Jira, Linear, Trello, Notion, and GitHub Issues.

7 518 installs/wk local only
SmartCut
by smartcut

Cutlist optimization for sheet, linear and roll stock, with grain, kerf, nesting and saw exports.

answering
FronyBoard
by cafelatte1

Project tracker for AI agents: roadmap, periods, tasks and a validation gate, in one SQLite file

local only
Linear
by linear

MCP server for Linear project management and issue tracking

answering
Jira Alerts (JSM Operations)
by rrvrs

MCP server for Jira Service Management Operations — alerts, on-call schedules and responders

232 installs/wk local only
MCP Server Trello
by delorenj

MCP server for Trello boards with rate limiting, type safety, and comprehensive API integration.

2 688 installs/wk local only

Equation Steps — questions

Answers built from our own checks of this server.

What can Equation Steps do?
It exposes 1 tools, read directly from the server on our last check. Among them: run. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Equation Steps working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 4 of 93 checks got a reply (4.3%), average response time 1119 ms. The bar chart above shows every period we have measured.
Is Equation Steps still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
The registry lists Equation Steps as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Equation Steps?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Equation Steps need an API key?
No. Equation Steps completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 1 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Equation Steps?
It answers our handshake in 1119 ms on average, which is faster than 6% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.