Lead Enricher — Ai Endpoint Template for Actor
AI EndpointTurn a name and company into a full lead profile. Email, title, company size, LinkedIn, and intent signals.
Template Lead Enricher bundles a ready-to-deploy workspace for actor workflows. Install in one click from the Aerostack dashboard or via aerostack init --template=lead-enricher.
What It Does
Send a person's name and company — get back a complete lead profile with email, job title, company details, LinkedIn URL, and buying intent signals. Uses CRM and web search MCP tools to find real data, not hallucinated guesses.
Example
Input: "Sarah Chen, Dataflow Inc"
Output:
{
"full_name": "Sarah Chen",
"email": "sarah@dataflow.io",
"job_title": "VP of Engineering",
"company_name": "Dataflow Inc",
"company_size": "50-200",
"company_website": "https://dataflow.io",
"linkedin_url": "https://linkedin.com/in/sarachen"
}
When To Use This
- Sales prospecting — enrich lead lists with contact details and company context before outreach
- CRM hygiene — fill in missing fields on existing contacts by running them through enrichment
- Event follow-up — turn a list of conference attendees (name + company) into actionable contacts with email and role
Metadata
What's Included
Required MCPs
MCP servers this template connects to.
Deploy this ai endpoint in minutes
Turn a name and company into a full lead profile. Email, title, company size, LinkedIn, and intent signals.
More actor Templates
Browse actor Templates →PR Code Reviewer
by @aerostack
AI code review for pull requests. Finds bugs, security issues, and style problems with severity ratings.
Refund Processor
by @aerostack
Check order eligibility, process refunds via Stripe, and create support tickets — one API call.
Report Generator
by @aerostack
Query your database and generate formatted business reports with sections, tables, and key insights.
Frequently asked questions
What does the Lead Enricher ai-endpoint return given only a name and company?+
A structured profile containing verified email, job title, company size, LinkedIn URL, and intent signals — ready to push directly into your CRM without manual research.
Which MCPs are bundled with the Lead Enricher template?+
@aerostack/mcp-crm writes the enriched profile to your CRM pipeline; @aerostack/mcp-web-search powers real-time lookup of public signals like recent job changes and company funding.
How do I add or remove enrichment fields in the Lead Enricher after install?+
Edit the output schema in the workspace to include or exclude fields such as phone number or technology stack. The extraction agent uses the schema as a strict output contract on every call.
Who is the Lead Enricher for and how is it typically invoked?+
Sales and RevOps teams who need high-quality data without a dedicated enrichment tool. Call the MCP URL from Zapier, Clay, or any automation platform by passing a name and company as input.