MCP Server for AI Assistants

Find & Verify Emails
Using AI Assistants

Email Finder MCP gives Claude, Cursor, and other AI assistants the superpower to find and verify email addresses — directly from your conversations.

🔍find_email

Find likely email from name + domain

find_email("John", "Doe", "acme.com")

verify_email

Verify email via MX + SMTP check

verify_email("john@acme.com")

🏢find_company_emails

Discover email patterns at any company

find_company_emails("Acme Corp")

📊check_rate_limit

Check remaining free API calls

check_rate_limit("client-id")

Simple Pricing

Start free, upgrade when you need more.

Free
$0/mo
For trying it out
  • 50 lookups per month
  • All 3 tools included
  • Pattern-based email finding
  • SMTP email verification
  • Rate limit resets monthly
Current Plan

🚀Get Started in 2 Minutes

Add Email Finder MCP to Claude Desktop, Cursor, Windsurf, or any MCP-compatible client.

Claude Desktop Config

# ~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "email-finder": {
      "command": "python3",
      "args": ["-m", "email_finder_mcp"],
      "cwd": "/path/to/email-finder-mcp"
    }
  }
}

Or install via pip

# Coming soon to PyPI
git clone https://github.com/Rumblingb/email-finder-mcp.git
cd email-finder-mcp
python3 -m venv venv
source venv/bin/activate
pip install -e .

💡Why Email Finder MCP?

No more context switching. Instead of opening Hunter.io, Apollo, or any other tool in your browser — just ask your AI assistant directly.

Your AI can find emails, verify them, and even discover company email patterns — all without leaving the conversation.

Part of Pickaxes — one-trick-pony MCP servers that each solve one problem really well.