# email-verifier MCP server

Verify email deliverability & find business emails (single or bulk) via the Verifox API.

## Links
- Registry page: https://www.getdrio.com/mcp/ai-verifox-email-verifier
- Repository: https://github.com/verifoxturnix1/verifox-mcp
- Website: https://verifox.ai

## Install
- Command: `npx -y verifox-mcp`
- Endpoint: https://mcp.verifox.ai/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: x-api-key (required; secret)
- Package: Npm verifox-mcp v1.2.1
- Environment variable: VERIFOX_API_KEY (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://mcp.verifox.ai/mcp
- Header: x-api-key

## Tools
- verify_email - Verify whether ONE email address is deliverable. Checks syntax, MX, SMTP, catch-all, disposable, free-provider and role detection, and returns a 0-100 quality score. Charges 1 Fox Credit per uncached email. Endpoint: https://mcp.verifox.ai/mcp
- verify_emails - Bulk-verify a LIST of email addresses. Submits the whole list, waits for completion, and returns one result per email (same fields as verify_email). Best for cleaning lead lists. Charges 1 Fox Credit per email. Large lists that don't finish quickly return a jobId to poll with get_job. Endpoint: https://mcp.verifox.ai/mcp
- find_email - Find ONE person's business email from their name and company domain. Generates ~50 permutations and SMTP-verifies each, waits for the result, and returns the best match (or not_found). Charges 10 Fox Credits per find. Endpoint: https://mcp.verifox.ai/mcp
- find_emails - Bulk-find business emails for a LIST of contacts (name + company domain each). Submits the list, waits for completion, and returns the found email per contact. Up to 1000 contacts. Charges 10 Fox Credits per contact. Large lists that don't finish quickly return a jobId to poll with get_job. Endpoint: https://mcp.verifox.ai/mcp
- get_credits - Get the current Fox Credit balance for the Verifox account tied to the API key. Free — no credits charged. Use it to check remaining balance before a big verify/find run (verify = 1 credit/email, find = 10 credits/contact). Endpoint: https://mcp.verifox.ai/mcp
- get_job - Check an async job started by verify_emails, find_email, or find_emails. Returns results if finished, otherwise the current status. Use the type shown in the submitting tool's response. Endpoint: https://mcp.verifox.ai/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: ai.verifox
- Version: 1.2.1
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 22, 2026
- Source: https://registry.modelcontextprotocol.io
