# Email Finder API MCP server

Find email addresses from name and company domain. x402 paid.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-email-finder
- Repository: https://github.com/Br0ski777/email-finder-x402
- Website: https://github.com/Br0ski777/email-finder-x402

## Install
- Endpoint: https://email-finder.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://email-finder.api.klymax402.com/mcp

## Tools
- email_find_by_name - Search for people/contacts matching criteria and find their professional email address from name and company domain. Alternative to Apollo people-search at 4x lower cost. Returns the most likely email with confidence score after testing 15+ patterns against MX records.

1. email (string) -- best matching email address found
2. confidence (number 0-100) -- likelihood the email is correct
3. pattern (string) -- the pattern that matched (e.g. "first.last", "flast", "first")
4. allCandidates (array) -- all tested patterns with individual scores
5. domain (string) -- company domain used
6. mxValid (boolean) -- whether domain has valid MX records

Example output: {"email":"john.doe@stripe.com","confidence":92,"pattern":"first.last","allCandidates":[{"email":"john.doe@stripe.com","score":92},{"email":"jdoe@stripe.com","score":75},{"email":"john@stripe.com","score":60}],"domain":"stripe.com","mxValid":true}

Use this BEFORE sales outreach, cold emailing, or building prospect contact lists. Essential for searching for people/contacts and finding decision-maker emails when you only know their name and company. Drop-in replacement for Apollo people search.

Do NOT use for email validation -- use email_verify_address instead. Do NOT use for company data -- use company_enrich_from_domain instead. Do NOT use for person data from email -- use person_enrich_from_email instead. Endpoint: https://email-finder.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
