AgentPMT
Bulk Email Address Validation - NeverBounce

Bulk Email Address Validation - NeverBounce

Connector

Available ActionsEach successful request consumes credits as outlined below.

verify5cr

Details

Verify the validity and deliverability of up to 1,000 email addresses in a single batch using the NeverBounce API. Requires your own NeverBounce API key for bulk operations. Each email undergoes syntax validation, DNS and MX record lookup, and SMTP-level mailbox verification without sending actual emails. Additional checks detect disposable providers, role-based addresses, spam traps, and duplicates. Returns per-email verification results along with aggregate statistics including counts for valid, invalid, catchall, unknown, disposable, and duplicate addresses. For large jobs that exceed the timeout, returns a job ID for checking status later.

Use Cases

Cleaning email marketing lists before campaigns, bulk CRM data hygiene and deduplication, validating imported contact lists, preparing email lists for migration between platforms, lead list verification before sales outreach, newsletter subscriber list maintenance, reducing bounce rates for high-volume senders, pre-send verification for transactional email systems, periodic database cleanup and validation audits.

Credentials

api_key *
api key

Manage credentials in your dashboard.

Actions(1)

verify5cr2 params(1 required)

Verify a list of email addresses in bulk (1-1000). Creates a verification job, polls for completion, and returns per-email results with summary statistics.

Verify a list of email addresses in bulk (1-1000). Creates a verification job, polls for completion, and returns per-email results with summary statistics.

emailsrequiredarray

List of email addresses to verify in bulk (1-1000 emails).

Array of: string
timeoutinteger

Maximum time to wait for job completion in seconds. Jobs may take longer for large lists.

Default: 30
Range: 10 - 300

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 6950913c119f659009bc8694 ("Bulk Email Address Validation - NeverBounce"). Then call the same tool with action 'call_tool', tool_id 6950913c119f659009bc8694, and the parameters needed for my request.

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