

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 *
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.
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.
emailsrequiredarrayList of email addresses to verify in bulk (1-1000 emails).
Array of: string
timeoutintegerMaximum time to wait for job completion in seconds. Jobs may take longer for large lists.
Default:
30Range: 10 - 300
Frequently Asked Questions
How do I connect this tool to an external agent?
You can install the local MCP server by opening a terminal and running:
Install commands
npm install -g @agentpmt/mcp-router
agentpmt-setupThis will connect you to local agents like Claude Code, Windsurf, Grok Build, Cursor, etc.
Alternatively you can connect to the hosted version with this config block, no installation required:
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\"}"
}
}
}
}View MCP Connection Instructions for more details.
How does an external agent use this tool?
After the external agent is connected to an Agent Group that can use this tool, paste this prompt into the agent:
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.
The agent should fetch the tool schema first, collect the required parameters for your request, and then call the tool through AgentPMT.





