plugins marketplace
← All plugins

apollo

v0.1.0

3 pre-built skills that chain multiple Apollo APIs into complete sales workflows — no manual steps, no tab switching. Enrich any contact from a name, email, or LinkedIn URL. Prospect by describing your ICP in plain English and get ranked leads. Find, enrich, and load contacts into a sequence in one shot.

Claude Code3 skills1 MCP serverstreamable-http

by Apollo.ioMIT23.4kupdated 11 minutes ago

Source

git clone https://github.com/anthropics/knowledge-work-plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is partner-built/apollo/ inside the repository.

Layout

partner-built/apollo/
├── .claude-plugin/plugin.json
├── skills/enrich-lead/SKILL.md
├── skills/prospect/SKILL.md
├── skills/sequence-load/SKILL.md
└── .mcp.json

Skills3

enrich-leadskills/enrich-lead/SKILL.md

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.

prospectskills/prospect/SKILL.md

Full ICP-to-leads pipeline. Describe your ideal customer in plain English and get a ranked table of enriched decision-maker leads with emails and phone numbers.

sequence-loadskills/sequence-load/SKILL.md

Find leads matching criteria and bulk-add them to an Apollo outreach sequence. Handles enrichment, contact creation, deduplication, and enrollment in one flow.

MCP servers1

apollostreamable-http
url
https://mcp.apollo.io/mcp

Manifests1

partner-built/apollo/.claude-plugin/plugin.json
{
  "name": "apollo",
  "version": "0.1.0",
  "description": "3 pre-built skills that chain multiple Apollo APIs into complete sales workflows — no manual steps, no tab switching. Enrich any contact from a name, email, or LinkedIn URL. Prospect by describing your ICP in plain English and get ranked leads. Find, enrich, and load contacts into a sequence in one shot.",
  "author": {
    "name": "Apollo.io",
    "url": "https://www.apollo.io/"
  },
  "repository": "https://github.com/apolloio/apollo-mcp-plugin",
  "homepage": "https://www.apollo.io/",
  "license": "MIT",
  "keywords": [
    "apollo",
    "sales",
    "prospecting",
    "icp",
    "enrichment",
    "sequences",
    "mcp"
  ]
}