# Regex Tester — Match, Capture Groups & Explain

Regex testing API for AI agents. Test regex patterns against strings: get all matches, capture groups with positions, and plain-English pattern explanations. Debug complex patterns instantly.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/regex-generator

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/regex-generator

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/regex-generator text_test_regex

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/regex-generator text_test_regex '{}'
```

## Direct MCP Connection

Endpoint: `https://regex-generator--axel-belfort.run.tools`

## 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, p…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/regex-generator <tool-name>
```
