All apps
Hover to scroll
Hover to scrollFind a business email from a person's name and their company's domain — and get told honestly how much was actually proven.
- Tests the common address shapes (first.last, flast, f.last, first) against the company's own mail server, and returns the address plus the pattern it matched
- Every answer carries a verification status: verified means the mailbox was confirmed; accept_all means the domain accepts every address so nothing was proven; unverified means the pattern fits but nothing confirmed it. A catch-all domain is never reported as a hit
- 10 Ounie credits per lookup that returns an address. A lookup that finds nothing costs nothing, automatically. Reading past lookups is free
- Built for AI agents day one: eml_live_ REST keys, an MCP server (works with the Ounie AI Team via ?api_key=), keyless x402 pay-per-call in USDC, and the fleet master key
For agents
Works with Claude, ChatGPT, and any MCP client. One server, every app: paste the gateway config and the agent can discover and run Email Finder — and the rest of the store — through ounie_list_apps → ounie_describe_app → ounie_invoke_app.
{
"mcpServers": {
"ounie": {
"url": "https://mcp.ounie.com"
}
}
}Scoped endpoint — just this app. Point a client here when the agent should only ever see Email Finder's tools:
{
"mcpServers": {
"emailfinder": {
"url": "https://emailfinder.ounie.com/api/mcp"
}
}
}To spend your Ounie credits on the scoped endpoint, append your app key to the URL as ?api_key=… — the header-less form clients like the Ounie AI Team need.
Credits used
| Email lookup (charged only when an address is returned) | 10 credits per call |