NeverBounce Connector for AI agents.
10 live capabilities
Protect your sender reputation by verifying email lists automatically.
Waiting for input…
Why people use NeverBounce
NeverBounce Email Verification to Stop High Bounce Rates
With this Connector, you just hand the list to your agent. It handles the upload, starts the job, and pings you when it's done. You get a clean list ready for your next campaign.
What Vinkius changes
You stop guessing if an email is valid and start sending to real inboxes.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Cleaning a trade show lead list
A marketing manager has a CSV of 10k leads from a trade show.
- Real-world use case 02
Real-time lead verification
A salesperson wants to check one specific lead before making a call.
- Real-world use case 03
Monitoring large batch progress
A data team is processing a massive list and needs to know when it's done.
Complete set · 10capabilities
The complete NeverBounce capability set.
These are the exact actions your AI can choose when you ask it to work with NeverBounce.
01—04
4 capabilities in this set.
Part of 10 available through NeverBounce.
- 01 Capability
Check email
Verify a single email address to see if it's valid or disposable. This is useful for checking a lead before you try to contact them.
- 02 Capability
Create job from input
Start a bulk verification job using a raw list of email addresses. Use this when you have a list ready to copy and paste.
- 03 Capability
Delete job
Remove a specific bulk job from your active list. Use this to keep your job history clean.
- 04 Capability
Get account info
Check your current credit balance and account details. This helps you keep track of your spending.
05—07
3 capabilities in this set.
Part of 10 available through NeverBounce.
- 05 Capability
Get job results
Pull the final verification data from a completed job. Use this to get the clean list for your campaign.
- 06 Capability
Get job status
See how many emails are left in a currently running job. This lets you know when your list is ready.
- 07 Capability
List jobs
See a history of all your recent verification jobs. Use this to audit your past cleaning activity.
08—10
3 capabilities in this set.
Part of 10 available through NeverBounce.
- 08 Capability
Parse job
Break down a bulk job into its individual components. This helps you see the structure of your batch.
- 09 Capability
Start job
Kick off a bulk verification job to begin processing. This moves your list from pending to active.
- 10 Capability
Create job from url
Create a bulk job by pointing the agent to a remote CSV file. This is the best way to handle massive lists without manual uploads.
Set up in minutes
One URL. Then ask NeverBounce to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use NeverBounce from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_9QrxuAmaibWyjDpF5zg6xD3D9l7azTKpMes9IkCQ/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it NeverBounce, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable NeverBounce for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_9QrxuAmaibWyjDpF5zg6xD3D9l7azTKpMes9IkCQ/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the NeverBounce URL.
- Step 03
Save and start
Save the connection and enable NeverBounce in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"neverbounce": {
"url": "https://edge.vinkius.com/vk_preview_9QrxuAmaibWyjDpF5zg6xD3D9l7azTKpMes9IkCQ/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using NeverBounce
Open Agent mode in chat and ask: "Using NeverBounce, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"neverbounce": {
"url": "https://edge.vinkius.com/vk_preview_9QrxuAmaibWyjDpF5zg6xD3D9l7azTKpMes9IkCQ/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using NeverBounce
Ask Copilot: "Using NeverBounce, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"neverbounce": {
"url": "https://edge.vinkius.com/vk_preview_9QrxuAmaibWyjDpF5zg6xD3D9l7azTKpMes9IkCQ/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using NeverBounce
Open Cascade and ask: "Using NeverBounce, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"neverbounce": {
"url": "https://edge.vinkius.com/vk_preview_9QrxuAmaibWyjDpF5zg6xD3D9l7azTKpMes9IkCQ/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using NeverBounce
Ask Cline: "Using NeverBounce, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add neverbounce --transport http "https://edge.vinkius.com/vk_preview_9QrxuAmaibWyjDpF5zg6xD3D9l7azTKpMes9IkCQ/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using NeverBounce
Ask Claude: "Using NeverBounce, show me...". 10 tools are ready
Where the request belongs
Work NeverBounce can move forward.
Marketing managers who are tired of high bounce rates and sales ops people who need to scrub massive lead lists before they hit the CRM.
Email Marketer
Scrubbing thousands of subscribers to ensure campaign deliverability.
SDR / Sales Ops
Cleaning cold outreach lists to prevent domain blacklisting.
Data Engineer
Automating email validation into a pipeline using natural language.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsNo2Bounce
Validate email addresses in bulk to reduce bounce rates and protect your sender reputation directly from your AI agent.
Listclean
Verify and validate email addresses in real-time or batch via the Listclean API.
Clearout
Verify email addresses in bulk before sending campaigns to protect your sender reputation and improve deliverability rates.
EmailListVerify
Equip your AI agent to verify email deliverability, manage bulk verification jobs, and track credits via the EmailListVerify API.
Kickbox
Verify email addresses in real-time or in bulk to improve deliverability and protect your sender reputation.
ZeroBounce
Validate email addresses, check activity data, and improve deliverability using ZeroBounce's real-time verification and AI scoring capabilities.
Bring your own AI
Change the model, client or framework. Keep NeverBounce connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about NeverBounce.
The practical details behind the request, access and result.
How does the NeverBounce MCP help with my email deliverability?
It keeps your sender reputation high by identifying and removing invalid, disposable, and dead email addresses before you send your campaigns. This reduces your bounce rate and helps keep you out of spam folders.
Can I use NeverBounce to clean my CSV files automatically?
Yes, you can provide a URL to a remote CSV file and have your agent start a bulk verification job. It will process the list and give you the results once it's finished.
Is there a way to check single emails quickly with NeverBounce?
Absolutely. You can just ask your agent to check a single email address in real-time. It will tell you if the address is valid or if it has any deliverability issues.
How do I know how many credits I have left on NeverBounce?
You can simply ask your agent to check your account info. It will pull your current credit balance and list your recent verification jobs so you can track your usage.
Can the NeverBounce MCP handle thousands of emails at once?
Yes, it is designed for bulk processing. You can create jobs from raw text or URLs, and the agent will manage the verification of thousands of addresses in a single batch.
What happens to the data after I run a NeverBounce job?
Once a job is complete, your agent can fetch the results for you. You can then use that clean data for your marketing campaigns or import it into your CRM.
Where do I find my NeverBounce API Key?
Log in to your NeverBounce dashboard and navigate to the API section to create or copy your 'Secret Key'.
What do the different result statuses mean?
'Valid' means the email is safe to send. 'Invalid' will bounce. 'Disposable' are temporary addresses, and 'Catchall' means the domain accepts all mail, making deliverability uncertain.
How do I start a bulk verification job?
First, use create_job_from_url or create_job_from_input. Then, call parse_job followed by start_job to begin the verification process.
One connection away
Give your agent a direct line to NeverBounce.
Connect NeverBounce once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available