mcpbeat Sign in

Regex Explainer MCP Server

not responding

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

Explain a regex in plain English and detect catastrophic backtracking risk.

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

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

Regex Explainer does not always answer

Over the last week it answered 69.3% 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 regex-explainer --transport http https://regex-explainer.gumballtools.com/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "regex-explainer": {
      "url": "https://regex-explainer.gumballtools.com/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.regex-explainer]
url = "https://regex-explainer.gumballtools.com/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "regex-explainer": {
      "url": "https://regex-explainer.gumballtools.com/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "regex-explainer": {
      "url": "https://regex-explainer.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.

explain
explain_regex
Explain a regular expression in plain English and detect the failure modes that make patterns dangerous rather than merely wrong. Use this whenever a regex needs to be read, reviewed, or verified — and ALWAYS before putting a pattern somewhere it will run against untrusted input. The critical check is catastrophic backtracking: a pattern like (a+)+$ is three characters longer than a safe equivalent, looks harmless, and takes minutes of CPU on a 30-character input that almost matches. That makes it a denial-of-service vector. Whether a pattern is vulnerable depends on whether nested quantifiers can match the same characters in more than one way, which is a structural property that is unreliable to judge by reading. It also flags: missing anchors (an unanchored validator accepts any string that merely CONTAINS a valid value), unescaped dots, character ranges like [A-z] that span punctuation, alternation precedence mistakes where an anchor applies to only one branch, and constructs JavaScript does not support. Input: `pattern` accepts either a bare pattern or a full /pattern/flags literal. JavaScript syntax; PCRE-only constructs are reported as unsupported rather than guessed at. Returns: `summary` (one sentence), `steps` (an ordered walkthrough), `warnings` (each with a code, severity, detail, and fix), `flagNotes`, capture group counts and names, and `hasBlockingIssue` — check that flag first. If the pattern cannot be parsed it returns an error naming the position, rather than a plausible-looking explanation of something else.

Endpoints

URLTransportStateLatencyChecked
https://regex-explainer.gumballtools.com/api/mcp streamable-http answering 158 ms 3 min ago

Alternatives to Regex Explainer

same job, measured the same way
Regex Safety Audit
by tylerscomic-lab

Detects catastrophic-backtracking (ReDoS) regex risk via AST parsing, with JS-safe rewrites.

answering
Infra Lens MCP
by oaslananka

SSH Linux metrics, baselines, anomaly detection, and plain-English infrastructure explanations.

53 installs/wk local only
MCP Infra Lens
by oaslananka

SSH Linux metrics, baselines, anomaly detection, and plain-English infrastructure explanations.

local only
Base Transaction Explainer
by 0200project

Plain-English decode of any Base mainnet transaction: strict JSON, risk flags, no LLM.

2 tools answering
Rba MCP
by ausdata

Query the RBA in plain English — cash rate, FX, lending and deposit rates.

744 installs/wk local only
3DPACK.ING — 3D Bin Packing
by 3dpack

3D bin packing for freight: cartons and pallets in plain English, the fit and a 3D load plan.

1 tools answering
declaude
by tenkenco

Rewrites Claude-English into plain English, preserving meaning, code and structure.

answering
Quantifyme
by quantifyme

Describe a trading strategy in plain English and deploy a live signal model in one call. No signup.

13 tools answering

Regex Explainer — questions

Answers built from our own checks of this server.

What can Regex Explainer do?
It exposes 1 tools, read directly from the server on our last check. Among them: explain_regex. 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 Regex Explainer working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 5 of 93 checks got a reply (5.4%), average response time 1005 ms. The bar chart above shows every period we have measured.
Is Regex Explainer 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 Regex Explainer 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 Regex Explainer?
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 Regex Explainer need an API key?
No. Regex Explainer 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 Regex Explainer?
It answers our handshake in 1005 ms on average, which is faster than 9% 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.