Regex/Email/URL Validator

Regex matching, email/URL format validation, and JSON Schema validation.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

    What data it sees

    Do you need an account

    No: the server works without sign-in

    Regex matching, email/URL format validation, and JSON Schema validation.

    Server tool list (4)

    Raw names from tools/list. Only developers need these.

    email_validateChecks value is a single, bare RFC 5322 email address — syntax only, not a deliverability check. user@localhost is valid (no TLD required). "Name <email>" display syntax is rejected.
    jsonschema_validateValidates document against schema (JSON Schema draft-07 or 2020-12). Reports one specific violation per call, not an aggregated list.
    regex_matchTests input against pattern (Go's regexp package: RE2 syntax, not PCRE — no backreferences or lookaround; use inline flags like (?i) for case-insensitive matching). Returns the full match and captured groups.
    url_validateChecks value is a well-formed absolute URL (has both a scheme and a host) — syntax only, not a reachability check.
    Regex/Email/URL Validator: connect to Claude, ChatGPT, Cursor · Connectors.fun