AgentPMT
Email Address Validation - Single

Email Address Validation - Single

Communications

Available ActionsEach successful request consumes credits as outlined below.

verify5cr

Details

Verify the validity and deliverability of individual email addresses. The verification process performs multiple checks including syntax validation, DNS and MX record lookup to confirm the domain can receive mail, and SMTP-level verification that connects to the recipient's mail server to check if the specific mailbox exists—all without sending an actual email. Additional checks detect disposable and temporary email providers, identify role-based addresses like info@ or support@, recognize known spam traps, and reference historical bounce data. Returns verification status (valid, invalid, disposable, catchall, or unknown), flags for potential issues, suggested corrections for typos, and optional metadata including address parsing details.

Use Cases

Form validation for user registration and signups, cleaning email lists before campaigns, reducing bounce rates for email marketing, preventing fake account creation, validating customer contact information at point of entry, detecting typos and suggesting corrections, lead qualification and CRM data hygiene, checkout flow email verification for e-commerce.

Actions(1)

verify5cr4 params(1 required)

Verify a single email address for deliverability and validity. Performs syntax validation, DNS/MX record lookup, and SMTP-level mailbox verification without sending an email.

Verify a single email address for deliverability and validity. Performs syntax validation, DNS/MX record lookup, and SMTP-level mailbox verification without sending an email.

emailrequiredstring

The email address to verify.

address_infoboolean

Include additional address metadata such as free email provider detection and role account identification. Default: true.

Default: true
credits_infoboolean

Include remaining credit balance in the response. Default: true.

Default: true
timeoutinteger

Request timeout in seconds. Default: 10.

Default: 10
Range: 1 - 30

Frequently Asked Questions

How do I connect this tool to an external agent?

Install commands

npm install -g @agentpmt/mcp-router
agentpmt-setup

Hosted MCP config

{
  "mcpServers": {
    "agentpmt": {
      "type": "streamable-http",
      "url": "https://api.agentpmt.com/mcp",
      "headers": {
        "Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
        "x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
      }
    }
  }
}

How does an external agent use this tool?

Agent prompt

Call the AgentPMT-Tool-Search-and-Execution tool with action 'get_schema' and tool_id 69509103119f659009bc8693 ("Email Address Validation - Single"). Then call the same tool with action 'call_tool', tool_id 69509103119f659009bc8693, and the parameters needed for my request.

Looking for help integrating AI into your business? Set up a free consultation.

Email Address Validation - Single by Apoth3osis | AgentPMT