Skip to content
Back to search
90
MCP v1.1.0 sse

Regex Tester API

io.github.Br0ski777/regex-generator

Test, validate and explain regular expressions with match highlighting. x402 micropayment.

Uptime
0.0%
1 direct probes · 30d
Response
179ms
last probe
Tools
1
callable
Resources
0
readable
Prompts
0
available

Tools · 1

text_test_regex

Use this when you need to test a regular expression against one or more strings. Returns all matches, capture groups, positions, and a human-readable explanation of the pattern. 1. pattern -- the reg…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "regex_tester_api": {
      "url": "https://regex-generator.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}