{
  "markdown": "# emailfinder-mcp\n\nMCP server for [emailfinder.dev](https://emailfinder.dev) — find verified professional email addresses directly from AI assistants like Claude, Cursor, and Kiro.\n\n## Tools\n\n| Tool | Description | Credits |\n|------|-------------|---------|\n| `find_email_by_person` | Name + domain → email | 1 |\n| `find_email_by_linkedin` | LinkedIn URL → email | 1 |\n| `find_company_emails` | Domain → list of emails | 5 |\n| `find_decision_maker` | Role + domain → email | 5 |\n| `validate_email` | Verify email deliverability | Free |\n\nCredits are only charged when an email is found.\n\n## Setup\n\nGet your API key at [emailfinder.dev/dashboard/settings](https://emailfinder.dev/dashboard/settings).\n\n### Claude Desktop / Cursor / Kiro\n\nAdd to your MCP config:\n\n```json\n{\n  \"mcpServers\": {\n    \"emailfinder\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"emailfinder-mcp\"],\n      \"env\": {\n        \"EMAILFINDER_API_KEY\": \"ef_live_your_key_here\"\n      }\n    }\n  }\n}\n```\n\n### Example usage\n\n> \"Find the email for the CEO of stripe.com\"\n\n> \"Find emails at openai.com\"\n\n> \"What's the email for https://www.linkedin.com/in/johnsmith?\"\n",
  "bytes": 1131,
  "sha": "968fa73df1c9b820bba3ea9635bd28effc3d40d5730b88bda4b10eb497dc0149",
  "repo_slug": "xinxinhenaixin/emailfinder-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_xinxinhenaixin_emailfinder_mcp_337c42b6/readme"
}