← ClaudeAtlas

hunter-automationlisted

Automate Hunter.io email intelligence -- search domains for email addresses, find specific contacts, verify email deliverability, manage leads, and monitor account usage -- using natural language through the Composio MCP integration.
ComposioHQ/awesome-claude-skills · ★ 62,223 · AI & Automation · score 86
Install: claude install-skill ComposioHQ/awesome-claude-skills
# Hunter Automation Power your outreach with Hunter.io -- discover email addresses by domain, find specific people's emails, verify deliverability, save leads, and track your API usage -- all through natural language commands. **Toolkit docs:** [composio.dev/toolkits/hunter](https://composio.dev/toolkits/hunter) --- ## Setup 1. Add the Composio MCP server to your client configuration: ``` https://rube.app/mcp ``` 2. Connect your Hunter.io account when prompted (API key authentication). 3. Start issuing natural language commands to find and verify emails. --- ## Core Workflows ### 1. Search Domain for Email Addresses Discover all publicly available email addresses for a given domain or company, with filtering by department, seniority, and type. **Tool:** `HUNTER_DOMAIN_SEARCH` **Example prompt:** > "Find all executive email addresses at stripe.com using Hunter" **Key parameters:** - `domain` -- Domain to search (e.g., "stripe.com"). Required if `company` not provided. - `company` -- Company name to search (e.g., "Stripe"). Required if `domain` not provided. - `type` -- Filter by "personal" or "generic" emails - `seniority` -- Filter by levels: "junior", "senior", "executive" (array) - `department` -- Filter by departments: "executive", "it", "finance", "sales", etc. (array) - `required_field` -- Require specific fields: "full_name", "position", "phone_number" (array) - `limit` -- Max results per request (1-100, default 10; free/basic plans limited to 10) -