You're viewing a demo portfolio

Join the waitlist
PRSM

validate_email

Active

Tool of EmailMCP

declared in 1.0.0

Validate email addresses and check deliverability

Parameters schema

{
  "type": "object",
  "required": [
    "emails"
  ],
  "properties": {
    "emails": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Array of email addresses to validate"
    },
    "check_mx": {
      "type": "boolean",
      "default": true,
      "description": "Check MX records for domain"
    },
    "check_smtp": {
      "type": "boolean",
      "default": false,
      "description": "Perform SMTP validation"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

EmailMCP

https://github.com/nfodor/emailmcp

1/7 registries
View full server →