# Email Finder — Professional Email from Name + Domain

Email finder API for AI agents. Find professional email addresses from a person's name and company domain. Tests 15+ email patterns (first.last@, f.last@, first@, etc.) against live MX records with c…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/email-finder

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/email-finder

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/email-finder email_find_by_name

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/email-finder email_find_by_name '{}'
```

## Direct MCP Connection

Endpoint: `https://email-finder--axel-belfort.run.tools`

## Tools (1)

- `email_find_by_name` — Search for people/contacts matching criteria and find their professional email address from name and company domain. Al…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/email-finder <tool-name>
```
