apolloio/apollo-mcp-plugin

enrich-lead

Instant lead enrichment. Drop a name, company, LinkedIn URL, or email and get the full contact card with email, phone, title, company intel, and next actions.

Hot #3101 First seen May 28, 2026

Installation

$ npx skills add apolloio/apollo-mcp-plugin --skill enrich-lead

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from apolloio/apollo-mcp-plugin.

npx skills add apolloio/apollo-mcp-plugin

Browse all from apolloio/apollo-mcp-plugin

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Also listed on

Alternate registries and mirrors of this skill.

Repository health

Stars 20
License LICENSE
Default branch main
Open issues 1
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,922 B
  • docs SUMMARY.md 174 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 427 installs

SKILL.md

Enrich Lead

Turn any identifier into a full contact dossier. The user provides identifying info via "$ARGUMENTS".

Examples

Step 1 — Parse Input

From "$ARGUMENTS", extract every identifier available:

  • First name, last name
  • Company name or domain
  • LinkedIn URL
  • Email address
  • Job title (use as a matching hint)

If the input is ambiguous (e.g. just "CEO of Figma"), first use mcp__claudeaiApollo_MCP__apollomixedpeopleapisearch with relevant title and domain filters to identify the person, then proceed to enrichment.

Step 2 — Enrich the Person

Credit warning: Tell the user enrichment consumes 1 Apollo credit before calling.

Use mcp__claudeaiApollo_MCP__apollopeoplematch with all available identifiers:

  • firstname, lastname if name is known
  • domain or organization_name if company is known
  • linkedin_url if LinkedIn is provided
  • email if email is provided
  • Set revealpersonalemails to true

If the match fails, try mcp__claudeaiApollo_MCP__apollomixedpeopleapisearch with looser filters and present the top 3 candidates. Ask the user to pick one, then re-enrich.

Step 3 — Enrich Their Company

Use mcp__claudeaiApollo_MCP__apolloorganizationsenrich with the person's company domain to pull firmographic context.

Step 4 — Present the Contact Card

Format the output exactly like this:


[Full Name] | [Title] [Company Name] · [Industry] · [Employee Count] employees

Field Detail
Email (work) ...
Email (personal) ... (if revealed)
Phone (direct) ...
Phone (mobile) ...
Phone (corporate) ...
Location City, State, Country
LinkedIn URL
Company Domain ...
Company Revenue Range
Company Funding Total raised
Company HQ Location

Step 5 — Offer Next Actions

Ask the user which action to take:

  1. Save to Apollo — Create this person as a contact via mcp__claudeaiApollo_MCP__apollocontactscreate with run_dedupe: true
  2. Add to a sequence — Ask which sequence, then run the sequence-load flow
  3. Find colleagues — Search for more people at the same company using mcp__claudeaiApollo_MCP__apollomixedpeopleapisearch with qorganizationdomains_list set to this company
  4. Find similar people — Search for people with the same title/seniority at other companies