Skip to main content
Glama

NeverBounce MCP Server

by Meerkats-Ai

NeverBounce MCP サーバー

これは、NeverBounce API と統合して電子メール検証機能を提供するモデル コンテキスト プロトコル (MCP) サーバーです。

特徴

  • メールアドレスが有効で、配信可能で、送信しても安全であるかどうかを確認します

設定

ローカルセットアップ

  1. このリポジトリをクローンする
  2. 依存関係をインストールします:
    npm install
  3. .env.exampleに基づいて.envファイルを作成し、NeverBounce API キーを追加します。
    NEVERBOUNCE_API_KEY=your_api_key_here
  4. サーバーを構築します。
    npm run build
  5. サーバーを起動します。
    npm start

Dockerのセットアップ

  1. このリポジトリをクローンする
  2. NeverBounce APIキーを使用して.envファイルを作成します
  3. Docker Compose を使用してビルドおよび実行します。
    docker-compose up -d

MCP構成

このサーバーを MCP クライアントで使用するには、MCP 設定ファイルに次の構成を追加します。

{ "mcpServers": { "neverbounce": { "command": "node", "args": ["path/to/neverbounce/dist/index.js"], "env": { "NEVERBOUNCE_API_KEY": "your_api_key_here" }, "disabled": false, "autoApprove": [] } } }

利用可能なツール

  • neverbounce_validate_email : メールアドレスが有効で配信可能かどうかを検証します

ライセンス

ISC

-
security - not tested
F
license - not found
-
quality - not tested

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 と統合して電子メール アドレスを検証し、その電子メール アドレスが有効で、配信可能で、送信先として安全かどうかをチェックするモデル コンテキスト プロトコル サーバーです。

  1. 特徴
    1. 設定
      1. ローカルセットアップ
      2. Dockerのセットアップ
    2. MCP構成
      1. 利用可能なツール
        1. ライセンス

          Related MCP Servers

          • A
            security
            F
            license
            A
            quality
            A 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 5 months ago
            1
            2
            Python
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server designed for testing backend APIs for security vulnerabilities like authentication bypass, injection attacks, and data leakage.
            Last updated 3 months ago
            14
            9
            TypeScript
            MIT License
          • -
            security
            F
            license
            -
            quality
            A 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 3 months ago
            Python
          • A
            security
            F
            license
            A
            quality
            A 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 a month ago
            1
            2
            4
            TypeScript

          View all related MCP servers

          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