For Agents
Find and verify a prospect's professional email address by name and company domain, with results scored as valid, risky, or bad.
Get started with AnyMailFinder Email Finder API in minutes using your preferred integration method.
# Add to your MCP client config (Claude Desktop, Cursor, Windsurf)
{
"jentic": {
"url": "https://api.jentic.com/mcp",
"auth": "oauth"
}
}
# Then ask your agent:
"find a professional email address"
# → Jentic returns the GET /events tool with parameter schema, agent executes.What an agent can do with AnyMailFinder Email Finder API API.
Resolve a person's professional email address from a full name and a company domain
Find the email of a decision-maker for a job category at a target company
Verify whether an email address is deliverable, risky, or invalid before sending
Report a bad or bounced email back to AnyMailFinder so it stops being returned to others
GET STARTED
Use for: I need to find the email address of a person at a specific company, Find the head of marketing at acme.com, Verify whether sales@example.com is deliverable, Look up the decision maker for engineering hiring at a company
Not supported: Does not handle email sending, drip campaigns, or CRM record storage - use for finding and verifying professional email addresses only.
Jentic publishes the only available OpenAPI specification for AnyMailFinder Email Finder API, keeping it validated and agent-ready.
Jentic publishes the only available OpenAPI specification for AnyMailFinder Email Finder API, keeping it validated and agent-ready. AnyMailFinder finds and verifies professional email addresses for prospecting, recruiting, and sales outreach. The API resolves a person email by name and domain, finds the decision-maker email for a target role at a company, verifies an email's deliverability against the recipient's mail server, and accepts bad-email reports to keep results fresh. Authentication is a Bearer token passed in the Authorization header.
Receive credit-aware responses so an agent can budget API spend per lookup
Patterns agents use AnyMailFinder Email Finder API API for, with concrete tasks.
★ Outbound prospecting list build
Resolve professional email addresses for a list of named prospects and their employer domains so an outbound team can run a cold campaign without scraping. The agent calls /find-email/person with full name and domain, then runs each result through /verify-email to drop any invalid addresses before import into a sequencer.
For each row in a prospect CSV, POST {full_name, domain} to /find-email/person, then POST the returned email to /verify-email and keep only results marked valid
Decision-maker discovery for ABM
Find the email address of the senior person responsible for a function (sales, engineering, finance) at a named company, without having a specific person's name. The agent calls /find-email/decision-maker with the company domain and a category, and AnyMailFinder returns the most likely contact for that role.
POST to /find-email/decision-maker with {domain: 'acme.com', category: 'sales'} and return the matched email and confidence score
Pre-send email verification
Verify a list of email addresses against the recipient mail server before a marketing or transactional send to drop bounces and protect sender reputation. /verify-email returns a status of valid, risky, or invalid, plus the SMTP-level reason. Agents use the result to filter recipients before handing the list to SendGrid or Mailgun.
For each address in a list, POST it to /verify-email and exclude any address with status != 'valid' from the next campaign send
AI agent integration via Jentic
An agent enriching a CRM record can search Jentic for 'find a professional email address', load the AnyMailFinder schema, and call the right operation without managing API keys. Bad-email feedback can be looped back through /report/bad-email to keep results fresh for future runs.
Search Jentic for 'find a professional email address', load /find-email/person, execute it for each Salesforce contact missing an email, and write the result back
4 endpoints — jentic publishes the only available openapi specification for anymailfinder email finder api, keeping it validated and agent-ready.
METHOD
PATH
DESCRIPTION
/find-email/person
Find a person's email by full name and domain
/find-email/decision-maker
Find the decision-maker email for a role category at a company
/verify-email
Verify deliverability of an email address
/report/bad-email
Report a previously returned email as bad
/find-email/person
Find a person's email by full name and domain
/find-email/decision-maker
Find the decision-maker email for a role category at a company
/verify-email
Verify deliverability of an email address
/report/bad-email
Report a previously returned email as bad
Three things that make agents converge on Jentic-routed access.
Credential isolation
AnyMailFinder API keys are held in the Jentic vault (MAXsystem). The Bearer token is attached server-side, so the secret never appears in the agent's prompt or logs.
Intent-based discovery
Agents search Jentic by intent ('find a professional email address', 'verify an email address') and get the right AnyMailFinder operation with its argument schema, no docs reading required.
Time to first call
Direct integration: a few hours for auth, retry, and credit-aware error handling. Through Jentic: under 30 minutes - search, load, execute.
Alternatives and complements available in the Jentic catalogue.
Hunter.io API
Email finder and verifier with domain search and pattern detection.
Pick Hunter.io when the agent also needs domain-wide email pattern discovery; pick AnyMailFinder for a simpler price-per-lookup verifier.
RocketReach API
Contact lookup including phone numbers and social profiles, not just email.
Choose RocketReach when phone or LinkedIn data is also needed; choose AnyMailFinder when only email is required.
Clearout API
Bulk email verification with high-volume discount pricing.
Run AnyMailFinder for the find step then Clearout for bulk verification when the list crosses tens of thousands of addresses.
Specific to using AnyMailFinder Email Finder API API through Jentic.
Why is there no official OpenAPI spec for AnyMailFinder Email Finder API?
AnyMailFinder does not publish an OpenAPI specification. Jentic generates and maintains this spec so that AI agents and developers can call AnyMailFinder Email Finder API via structured tooling. It is validated against the live API and kept up to date. Get started at https://app.jentic.com/sign-up.
What authentication does the AnyMailFinder Email Finder API use?
API key auth is passed as a Bearer token in the Authorization header. Through Jentic the key is stored encrypted in the MAXsystem vault and injected per call, so the agent never handles the secret.
Can I find a decision maker without knowing their name?
Yes. POST to /find-email/decision-maker with the company domain and a role category (for example sales or engineering) and the API returns the most likely contact for that function with a confidence score.
How do I verify an email address through Jentic?
Search Jentic for 'verify an email address', load the schema for /verify-email, and call it with the address to check. The response indicates whether the address is valid, risky, or invalid based on an SMTP probe.
What are the rate limits for the AnyMailFinder Email Finder API?
Rate limits and monthly credit caps depend on the AnyMailFinder plan and are not declared in the OpenAPI spec. Each find and verify call typically consumes one credit; check your dashboard for the current quota.
What happens if the API cannot find an email?
The find endpoints return a not-found status with no email body and do not consume a search credit, so an agent can retry with a different name or fall back to a decision-maker lookup without paying twice.