# Email Verification — Real-Time Deliverability Check

Email verification API for AI agents. Validate any email address in real-time with syntax check, MX record validation, disposable provider detection (Mailinator, Guerrilla Mail, 100+ providers), role…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/email-verification

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/email-verification

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/email-verification email_verify_address

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/email-verification email_verify_address '{}'
```

## Direct MCP Connection

Endpoint: `https://email-verification--axel-belfort.run.tools`

## Tools (2)

- `email_verify_address` — Verify email deliverability in real-time. Alternative to Hunter email-verifier at 15x lower cost. Returns a structured …
- `email_verify_batch` — Use this when you need to validate multiple email addresses at once (up to 100). Returns a JSON array of verification r…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/email-verification <tool-name>
```
