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

          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that wraps the OneSignal REST API, enabling management of push notifications, emails, SMS, user devices, and segments across multiple OneSignal applications.
            Last updated -
            2
            Python
            MIT License
          • -
            security
            A
            license
            -
            quality
            A 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.
            Last updated -
            40
            Python
            MIT License
            • Apple
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that provides tools for interacting with Gmail and Calendar APIs, enabling programmatic management of emails and calendar events.
            Last updated -
            8
            13
            JavaScript
            MIT License
            • Apple
          • -
            security
            F
            license
            -
            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 -
            1
            Python

          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