MCP Hub
Back to servers

disify

Disify MCP — wraps Disify API (free, no auth)

Registry
Updated
Apr 2, 2026

mcp-disify

MCP server for detecting disposable email addresses via Disify API. No authentication required.

Tools

ToolDescription
validate_emailCheck whether an email address is disposable or invalid
check_domainCheck whether a domain is associated with disposable email services

Quickstart via Pipeworx Gateway

Call any tool through the hosted gateway with zero setup:

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "disify_validate_email",
      "arguments": { "email": "test@mailinator.com" }
    }
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review