site-email-finder

Amrico-ai/site-email-finder
★ 0 stars Python AI/LLM Updated today
Apify Actor: checks a company website for a real published email address. Built to be called as a live tool by an AI agent via the Apify MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "site-email-finder": {
      "command": "uvx",
      "args": [
        "site-email-finder"
      ]
    }
  }
}

Or install with pip: pip install site-email-finder

README Excerpt

An Apify Actor that checks a company's own website for a real, published email address - a `mailto:` link or plain-text address on the homepage or a likely contact/about page. No guessing, no paid lookups, no JavaScript execution, never a full crawl. This wraps my standalone [SiteEmailScraper](../SiteEmailScraper) script for a

Tools (1)

domain