🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

emailfinder-mcp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emailfinder-mcp

MCP server for emailfinder.dev — find verified professional email addresses from AI assistants like Claude, Cursor, and Kiro

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

emailfinder-mcp

MCP server for emailfinder.dev — find verified professional email addresses directly from AI assistants like Claude, Cursor, and Kiro.

Tools

ToolDescriptionCredits
find_email_by_personName + domain → email1
find_email_by_linkedinLinkedIn URL → email1
find_company_emailsDomain → list of emails5
find_decision_makerRole + domain → email5
validate_emailVerify email deliverabilityFree

Credits are only charged when an email is found.

Setup

Get your API key at emailfinder.dev/dashboard/settings.

Claude Desktop / Cursor / Kiro

Add to your MCP config:

{
  "mcpServers": {
    "emailfinder": {
      "command": "npx",
      "args": ["-y", "emailfinder-mcp"],
      "env": {
        "EMAILFINDER_API_KEY": "ef_live_your_key_here"
      }
    }
  }
}

Example usage

"Find the email for the CEO of stripe.com"

"Find emails at openai.com"

"What's the email for https://www.linkedin.com/in/johnsmith?"

Keywords

mcp

FAQs

Package last updated on 18 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts