Give your AI tools a clean email check.

Connect one remote MCP endpoint and let agents check an address before they create a lead, invite a user, or update customer data.

Connection details

Add these values to any client that accepts a remote HTTP MCP server.

Server URL
https://emailverifier.dev/mcp
Transport
HTTP + JSON-RPC 2.0
Authentication
X-API-Key: ev_live_… or Authorization: Bearer ev_live_…

Available tools

verify_email
check_domain

Verify a complete address or check a provider domain. Both tools return the same compact results as the REST API.

Inputs
email or domain · string · required
Results
Simple status, risk, and classification fields
Cost
1 credit per email; unclassified domains use 1 credit

JSON-RPC request

POST /mcp
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "check_domain",
    "arguments": {
      "domain": "example.com"
    }
  }
}

Useful results.
Honest uncertainty.

Discovery is free.

initialize and tools/list do not spend project credits. Known free and disposable domain checks are free too.

Projects stay isolated.

The server resolves the project from its API key. Clients never send or choose a project ID.

No guessing.

If a reliable answer is not available, the result is unknown.