Skip to content
Cursor

Regex/Email/URL Validator for Cursor

com.apished/regex-email-url-validator

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

client:Cursor transport:streamable-http tools:4

Install Regex/Email/URL Validator in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "regex-email-url-validator": {
      "url": "https://apished.com/mcp/v1/validate"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

What Cursor can do once it is connected

Regex/Email/URL Validator in other clients