mcpbeat

Email Finder API MCP Server

io.github.Br0ski777/email-finder
answering

Email Finder API is answering right now. Last checked 10 min ago. It exposes 1 tools. Last commit 19 Jul 2026.

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

Uptime history 43 hours of history
43 hours agonow
100.0%
Uptime 24h
91 of 91 checks
1
Tools
read from the server
35 ms
Response time
average over 24h
0
Stars
last commit 19 Jul 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 10 min ago.

run in your terminal
claude mcp add email-finder --transport http https://email-finder.api.klymax402.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "email-finder": {
      "url": "https://email-finder.api.klymax402.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.email-finder]
url = "https://email-finder.api.klymax402.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "email-finder": {
      "url": "https://email-finder.api.klymax402.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "email-finder": {
      "url": "https://email-finder.api.klymax402.com/mcp"
    }
  }
}

Available tools 1

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

email
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. POST variant of email_find_by_name -- same params passed as JSON body instead of query string. 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":"[email protected]","confidence":92,"pattern":"first.last","allCandidates":[{"email":"[email protected]","score":92},{"email":"[email protected]","score":75},{"email":"[email protected]","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.

Endpoints

URLTransportStateLatencyChecked
https://email-finder.api.klymax402.com/mcp sse answering 19 ms 10 min ago

Email Finder API — questions

Answers built from our own checks of this server.

What can Email Finder API do?
It exposes 1 tools, read directly from the server on our last check. Among them: email_find_by_name. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Email Finder API working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 35 ms. The bar chart above shows every period we have measured.
How do I connect Email Finder API?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Email Finder API need an API key?
No. Email Finder API completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 1 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Email Finder API?
It answers our handshake in 35 ms on average, which is faster than 99% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Email Finder API open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.