You're viewing a demo portfolio

Join the waitlist
PRSM

emailable_verify

Active

Tool of Emailable

declared in 0.1.0

Verify whether an email address is deliverable (`jane@stripe.com`) — deliverability state, quality score, disposable/role/free flags, and typo suggestions. Uses Emailable's SMTP-level check (state is one of deliverable/undeliverable/risky/unknown; score is 0-100). A slow SMTP check can take up to 10s — that is expected. Example: emailable_verify({ email: "jane@stripe.com", _apiKey: "live_..." })

Parameters schema

{
  "type": "object",
  "required": [
    "email",
    "_apiKey"
  ],
  "properties": {
    "smtp": {
      "type": "boolean",
      "description": "Whether to run the live SMTP deliverability check (default true). Disable to return faster, lower-confidence results."
    },
    "email": {
      "type": "string",
      "description": "Email address to verify, e.g. \"jane@stripe.com\""
    },
    "_apiKey": {
      "type": "string",
      "description": "Your Emailable LIVE API key (format \"live_...\"). Get one at emailable.com. Use a `live_` key — `test_` keys return fake data."
    },
    "timeout": {
      "type": "integer",
      "maximum": 10,
      "minimum": 2,
      "description": "SMTP timeout in seconds, 2-10 (default chosen by Emailable). A slow SMTP check can take up to 10s."
    },
    "accept_all": {
      "type": "boolean",
      "description": "Whether to run the accept-all (catch-all) detection check."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Emailable

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

1/7 registries
View full server →
emailable_verify — Emailable — PRSM MCP