メールチェッカーMCPサーバー
コールドアウトバウンドメールの場合、このツールはメールアドレスの検証に役立ちます。
特徴
メールアドレスの検証
シンプルなJSONレスポンス形式
APIキーは不要
前提条件
Python 3.x
インストール
リポジトリをクローンします。
uv を使用して依存関係をインストールします。
注: プロジェクトでは依存関係の管理にpyproject.toml
使用しているため、pip ではなくuv
を使用します。
MCPサーバーとして構成する
このツールを MCP サーバーとして追加するには、Claude デスクトップ構成ファイルを変更する必要があります。
構成ファイルの場所は、オペレーティング システムによって異なります。
MacOS:
~/Library/Application\ Support/Claude/claude_desktop_config.json
Windows:
%APPDATA%/Claude/claude_desktop_config.json
次の構成を JSON ファイルに追加します。
⚠️ 重要:
YOUR_USERNAME
実際のシステムユーザー名に置き換えますディレクトリパスがローカルインストールと一致していることを確認してください
使用法
このサービスでは、電子メール アドレスを検証するための FastMCP ツールが提供されます。
使用例:
プロンプト: このメールは存在しますか?
パラメータ:
email
: 検証するメールアドレスを含む文字列
応答例:
API使用制限
このサービスは、以下を提供する 2IP のメール API を使用します。
APIキーは不要
エラー処理
このサービスには、次のエラー処理が含まれます。
無効なメール形式
APIリクエストの失敗
ネットワークタイムアウト
レート制限
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
ユーザーは、API キーを必要とせずに JSON 応答を提供し、シンプルな FastMCP ツールを使用して電子メール アドレスの存在を検証できます。
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityAn MCP-based email tool that enables AI models to access email services through standardized interfaces, allowing AI assistants to perform various email operations like sending emails, reading inboxes, and handling attachments.Last updated -1735
- 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
MailPace MCP Serverofficial
AsecurityAlicenseAqualityAn MCP server implementation that allows sending emails over MailPace's fast transactional email API.Last updated -11MIT License- AsecurityFlicenseAqualityAn MCP server that integrates with Hunter.io API to find and verify email addresses using domain and name information.Last updated -5