NeverBounce MCP Server
Provides containerized deployment option for the MCP server
Handles environment variable management for storing API credentials
Used for package management and running build scripts
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@NeverBounce MCP Servervalidate john.doe@example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
NeverBounce MCP Server
This is a Model Context Protocol (MCP) server that integrates with the NeverBounce API to provide email validation capabilities.
Features
Validate email addresses to check if they are valid, deliverable, and safe to send to
Related MCP server: Have I Been Pwned MCP Server
Setup
Local Setup
Clone this repository
Install dependencies:
npm installCreate a
.envfile based on.env.exampleand add your NeverBounce API key:NEVERBOUNCE_API_KEY=your_api_key_hereBuild the server:
npm run buildStart the server:
npm start
Docker Setup
Clone this repository
Create a
.envfile with your NeverBounce API keyBuild and run using Docker Compose:
docker-compose up -d
MCP Configuration
To use this server with an MCP client, add the following configuration to your MCP settings file:
{
"mcpServers": {
"neverbounce": {
"command": "node",
"args": ["path/to/neverbounce/dist/index.js"],
"env": {
"NEVERBOUNCE_API_KEY": "your_api_key_here"
},
"disabled": false,
"autoApprove": []
}
}
}Available Tools
neverbounce_validate_email: Validate an email address to check if it's valid and deliverable
License
ISC
Available Tools
1 toolneverbounce_validate_emailC
Validate an email address to check if it's valid and deliverable.
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | The email address to validate | ||
| timeout | No | Timeout in milliseconds (optional, default: 30000) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions validation but does not describe how the validation works (e.g., API call, rate limits, authentication needs, error handling, or what 'deliverable' entails). This leaves significant gaps in understanding the tool's behavior and constraints.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, clear sentence that efficiently states the tool's purpose without unnecessary details. It is front-loaded and wastes no words, though it could be slightly more informative without losing conciseness.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no annotations, no output schema, and a simple input schema, the description is incomplete. It lacks details on behavioral traits (e.g., how validation is performed, error responses), and with no output schema, it does not explain return values or result formats. This leaves the agent with insufficient context for effective use.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, with both parameters ('email' and 'timeout') fully documented in the schema. The description adds no additional parameter semantics beyond what the schema provides, such as format examples or validation criteria. The baseline score of 3 reflects adequate coverage by the schema alone.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Validate an email address to check if it's valid and deliverable.' It specifies the verb ('validate') and resource ('email address'), and distinguishes it from other validation types by mentioning both validity and deliverability. However, with no sibling tools provided, it cannot demonstrate explicit differentiation from alternatives.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives, prerequisites, or exclusions. It simply states what the tool does without context for application. With no sibling tools mentioned, there is no comparison to other options, leaving the agent without usage direction.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
1 tool update
- First observed
neverbounce_validate_email
TDQS
With only one tool, there is no possibility of ambiguity or overlap with other tools. The tool's purpose is clearly defined and distinct by default.
A single tool inherently follows a consistent naming pattern, as there are no other tools to compare it against. The tool name 'neverbounce_validate_email' is clear and descriptive.
A single tool is too few for a server dedicated to email validation, as it lacks complementary operations like bulk validation, status checking, or integration with other email-related functions. This minimal scope limits functionality and may require agents to work around gaps.
The server is severely incomplete for email validation; it only offers single email validation without support for batch processing, result history, or additional verification features (e.g., disposable email detection). This will likely cause agent failures in more complex workflows.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
MCP server for Tomba email finder, verification, and contact enrichment API
Model Context Protocol server for Studex tools, notifications, and profile integrations
A Model Context Protocol server for Wix AI tools
Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server
Related MCP Servers
- AlicenseAqualityDmaintenanceA Model Context Protocol server that provides a seamless email management interface through Claude, allowing users to search, read, and send emails directly through natural language conversations.4114MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol (MCP) server that provides integration with the Have I Been Pwned API to check if your accounts or passwords have been compromised in data breaches.42MIT
- FlicenseAqualityDmaintenanceA Model Context Protocol server for Hatch API integration that provides tools for finding and verifying contact information including emails, phone numbers, LinkedIn profiles, and company data.51-
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that integrates with Prospeo API to find work emails and enrich LinkedIn profiles.1-
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Meerkats-Ai/neverbounce-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server