Provides containerized deployment option for the MCP server
Handles environment variable management for storing API credentials
Used for package management and running build scripts
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: CyberMCP
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:
Available Tools
neverbounce_validate_email: Validate an email address to check if it's valid and deliverable
License
ISC