NeverBounce MCP サーバー
これは、NeverBounce API と統合して電子メール検証機能を提供するモデル コンテキスト プロトコル (MCP) サーバーです。
特徴
メールアドレスが有効で、配信可能で、送信しても安全であるかどうかを確認します
設定
ローカルセットアップ
このリポジトリをクローンする
依存関係をインストールします:
npm install.env.example
に基づいて.env
ファイルを作成し、NeverBounce API キーを追加します。NEVERBOUNCE_API_KEY=your_api_key_hereサーバーを構築します。
npm run buildサーバーを起動します。
npm start
Dockerのセットアップ
このリポジトリをクローンする
NeverBounce APIキーを使用して
.env
ファイルを作成しますDocker Compose を使用してビルドおよび実行します。
docker-compose up -d
MCP構成
このサーバーを MCP クライアントで使用するには、MCP 設定ファイルに次の構成を追加します。
利用可能なツール
neverbounce_validate_email
: メールアドレスが有効で配信可能かどうかを検証します
ライセンス
ISC
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
NeverBounce API と統合して電子メール アドレスを検証し、その電子メール アドレスが有効で、配信可能で、送信先として安全かどうかをチェックするモデル コンテキスト プロトコル サーバーです。
Related MCP Servers
- AsecurityFlicenseAqualityA lightweight Model Context Protocol (MCP) server that enables your LLM to validate email addresses. This tool checks email format, domain validity, and deliverability using the AbstractAPI Email Validation API. Perfect for integrating email validation into AI applications like Claude Desktop.Last updated -12
- AsecurityAlicenseAqualityA Model Context Protocol server designed for testing backend APIs for security vulnerabilities like authentication bypass, injection attacks, and data leakage.Last updated -1411MIT License
- -securityFlicense-qualityA Model Context Protocol server that allows interaction with the ZeroBounce email validation service, enabling users to validate individual emails, check account credits, and perform bulk validations.Last updated -
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI models to send emails via simple tool calls, supporting both plain text and HTML formats with JWT authentication.Last updated -1226