RV
Regex/Email/URL Validator
4 endpointsliveRegex matching, email/URL format validation, and JSON Schema validation. (MCP server com.apished/regex-email-url-validator, aggregated from the official registry)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for Regex/Email/URL Validator.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| email validate /email_validate verified | Checks value is a single, bare RFC 5322 email address — syntax only, not a deliverability check. user@localhost is valid (no TLD required). "Name <email>" displ | $0.0020 per call | unknown |
| jsonschema validate /jsonschema_validate verified | Validates document against schema (JSON Schema draft-07 or 2020-12). Reports one specific violation per call, not an aggregated list. | $0.0020 per call | unknown |
| regex match /regex_match verified | Tests input against pattern (Go's regexp package: RE2 syntax, not PCRE — no backreferences or lookaround; use inline flags like (?i) for case-insensitive matchi | $0.0020 per call | unknown |
| url validate /url_validate verified | Checks value is a well-formed absolute URL (has both a scheme and a host) — syntax only, not a reachability check. | $0.0020 per call | unknown |