ZeroBounce MCP Server
@avivshafir
ZeroBounce MCP Server について
zerobounce-mcp-server
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"zerobounce": {
"command": "python",
"args": [
"/path/to/your/zerobounce-mcp-server/main.py"
],
"env": {
"ZEROBOUNCE_API_KEY": ""
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is ZeroBounce MCP Server?
A Model Context Protocol (MCP) server that integrates with the ZeroBounce email validation service using the official ZeroBounce Python API v2. It allows AI assistants like Cursor to validate emails, check credits, manage bulk validation files, and search domain email patterns.
How to use ZeroBounce MCP Server?
Install Python 3.10+, clone the repository, install dependencies with pip install -r requirements.txt, set your ZEROBOUNCE_API_KEY environment variable (via .env file or export), and add the server configuration to your mcp.json file pointing to main.py. Restart Cursor to use the tools within the AI assistant.
Key features of ZeroBounce MCP Server
- Validate individual email addresses
- Check remaining API credits
- Upload files for bulk email validation
- Check file status, retrieve, and delete bulk validation files
- Search for email patterns used by a domain
Use cases of ZeroBounce MCP Server
- Validate a single email address in an AI chat
- Monitor remaining credits before bulk operations
- Upload a CSV of emails for batch validation
- Retrieve and delete completed bulk validation results
- Discover email naming conventions for a domain
FAQ from ZeroBounce MCP Server
What does this server do?
It provides MCP tools to interact with ZeroBounce’s email validation API, allowing AI assistants to validate emails, check credits, manage bulk files, and search domain patterns.
What are the runtime requirements?
Python 3.10 or higher and a valid ZeroBounce API key are required. Dependencies include zerobounce-python-api-v2, python-dotenv, and mcp.
How do I get a ZeroBounce API key?
You can obtain your API key from your ZeroBounce account dashboard.
Which tools does the server expose?
Seven tools: validate_email, get_credits, upload_file, check_file_status, get_file, delete_file, and domain_search.
How is the server configured for use?
Add a JSON block to your mcp.json file specifying python as the command and the full path to main.py as the argument. Set the ZEROBOUNCE_API_KEY environment variable.
「その他」の他のコンテンツ
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome Mlops
visengerA curated list of references for MLOps
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
コメント