You're viewing a demo portfolio

Join the waitlist
PRSM

validate_email

Active

Tool of disify

declared in 0.1.0

Verify an email address is properly formatted, has valid DNS records, and isn't disposable or an alias. Returns validation status and risk flags.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "email": "user@example.com"
    },
    {
      "email": "john.doe@company.org"
    }
  ],
  "required": [
    "email"
  ],
  "properties": {
    "email": {
      "type": "string",
      "description": "The email address to validate."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

disify

https://github.com/pipeworx-io/mcp-disify

1/7 registries
View full server →
validate_email — disify — PRSM MCP