Email Checker MCP Server
メールチェッカーMCPサーバー
コールドアウトバウンドメールの場合、このツールはメールアドレスの検証に役立ちます。
特徴
メールアドレスの検証
シンプルなJSONレスポンス形式
APIキーは不要
Related MCP server: email-verify
前提条件
Python 3.x
インストール
リポジトリをクローンします。
git clone https://github.com/ravinahp/email-checker-mcp.git
cd email-checker-mcpuv を使用して依存関係をインストールします。
uv sync注: プロジェクトでは依存関係の管理にpyproject.toml使用しているため、pip ではなくuvを使用します。
MCPサーバーとして構成する
このツールを MCP サーバーとして追加するには、Claude デスクトップ構成ファイルを変更する必要があります。
構成ファイルの場所は、オペレーティング システムによって異なります。
MacOS:
~/Library/Application\ Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%/Claude/claude_desktop_config.json
次の構成を JSON ファイルに追加します。
{
"email-checker-mcp": {
"command": "uv",
"args": [
"--directory",
"/Users/YOUR_USERNAME/Code/email-checker-mcp",
"run",
"email-checker-mcp"
]
}
}⚠️ 重要:
YOUR_USERNAME実際のシステムユーザー名に置き換えますディレクトリパスがローカルインストールと一致していることを確認してください
使用法
このサービスでは、電子メール アドレスを検証するための FastMCP ツールが提供されます。
@mcp.tool()
async def validate_email(email: str) -> bool:
"""Validate if an email address exists."""使用例:
プロンプト: このメールは存在しますか?
パラメータ:
email: 検証するメールアドレスを含む文字列
応答例:
{
"exist": true
}API使用制限
このサービスは、以下を提供する 2IP のメール API を使用します。
APIキーは不要
エラー処理
このサービスには、次のエラー処理が含まれます。
無効なメール形式
APIリクエストの失敗
ネットワークタイムアウト
レート制限
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityBmaintenanceEmail validation MCP server using MailboxValidator API to determine validity of an email address.3431MIT
- AlicenseAqualityBmaintenanceEnables real-time email verification via MCP tools, checking syntax, MX, disposable domains, and optional SMTP probe to determine deliverability with a VALID/RISKY/INVALID verdict.213MIT
- FlicenseNot gradedqualityCmaintenanceAn MCP server that provides email verification, returning valid, invalid, or risky status with detailed checks and metadata. It enables verifying email addresses via a simple tool interface.
- FlicenseNot gradedqualityCmaintenanceProvides email verification as an MCP tool, checking format, disposable domains, and mail server availability with structured results.
Related MCP Connectors
Keyless email checks: disposable, role, and free-provider detection, MX, and typo suggestions.
Emailable MCP — wraps the Emailable email verification API (emailable.com)
Cloudflare Workers MCP server: email-validator
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ravinahp/email-checker-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server