
Apollo MCP
- 30 repo stars
- Updated May 12, 2026
- mcparmory/registry
com.mcparmory/apollo is an MCP server that lets agents search and enrich B2B contact and company data from 210M+ people and 35M+ companies.
About
com.mcparmory/apollo is an MCP server that exposes Apollo.io-style people and company search and enrichment to AI coding agents. developers use it when they are moving from build to launch—finding ICP accounts, prepping cold outbound, validating who actually buys in a niche, or enriching CRM-like records inside agent-assisted workflows. The value is conversational access to a very large B2B graph (210M+ people and 35M+ companies per the catalog description) so you can refine segments, pull firmographics, and draft personalized outreach with less tab switching. It is a data API bridge, not a replacement for Apollo’s billing, compliance, or sending infrastructure; you need appropriate Apollo API credentials and must honor their terms and privacy rules. Works well alongside CRM or email MCPs when you treat enrichment as a step before messaging campaigns or partnership outreach.
- Search and enrich people and company profiles from Apollo’s B2B dataset via MCP tools.
- Dataset scale stated in registry copy: 210M+ people and 35M+ companies for prospecting context.
- Stdio server via uvx mcparmory-apollo 1.0.4 or ghcr.io/mcparmory/apollo:1.0.4.
- Lets agents assemble target account lists and enrichment fields without exporting CSVs for every prompt.
- Published under MCP Armory with repository source github.com/mcparmory/registry.
Apollo MCP by the numbers
- Data as of Aug 11, 2026 (Skillselion catalog sync)
claude mcp add mcparmory-apollo -- uvx mcparmory-apolloAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| repo stars | ★ 30 |
|---|---|
| Package | mcparmory-apollo |
| Transport | STDIO |
| Auth | None |
| Last updated | May 12, 2026 |
| Repository | mcparmory/registry ↗ |
What it does
Enrich leads and company records from a large B2B graph so agents can draft outreach lists and ICP research during launch and growth.
Who is it for?
Best when you're doing founder-led sales and already have Apollo API access and want enrichment inside Claude Code or Cursor.
Skip if: Consumer B2C apps with no sales motion, or teams that cannot use third-party contact databases for compliance reasons.
What you get
After registration, your agent can search and enrich prospects and accounts through MCP to support distribution and sales workflows.
- Agent-driven people and company search and enrichment tool calls
- Structured prospect and account context for outreach drafts
By the numbers
- 210M+ people and 35M+ companies cited in registry description
- Server version 1.0.4 with PyPI and OCI distribution
README.md
MCP Armory Registry
Production-ready MCP servers for popular APIs, generated by MCP Blacksmith.
Servers · Install & Usage · Features · How it works · License
MCP servers that connect AI agents to real-world APIs. Each server is a standalone Python package — generated from the upstream OpenAPI spec using MCP Blacksmith and tested against the live API before release. Hosted on MCP Armory or run independently.
Servers
🧠 AI & Machine Learning ElevenLabs · Linkup · Parallel · Perplexity AI · Ragie · Replicate
📊 Analytics Ahrefs · Datadog · Google Analytics · Google Search Console · Linkly · Mixpanel · PostHog
⛓️ Blockchain & Crypto Alchemy NFT
💼 CRM & Sales Apollo
💬 Communication Atlassian Confluence · Google Gmail · MailerSend · Mailtrap · Postmark · Resend · Slack
🗄️ Data & Databases Enigma · Pinecone
🛠️ Developer Tools AgentQL · Apify · Bitbucket · Bright Data · Browserbase · BuiltWith · Canvas · CircleCI · Codacy · Contentful Management · ConvertAPI · E2B · Firecrawl · GitHub · GitLab · LaunchDarkly · Postman · Scrapingant · Semrush AppCenter · Sentry
📄 Documents & Printing PDF.co
🛒 E-commerce Shopify Admin
💰 Finance Alpha Vantage · Polygon · Ramp
👥 HR & Recruiting BambooHR
☁️ Infrastructure Globalping · Grafana · PagerDuty · Rootly · Runpod
⚖️ Legal & Compliance NetLicensing
🗺️ Maps & Location Google Maps Platform · IP2Location.io IP Geolocation · OpenCage Geocoding
📣 Marketing Customer.io Journeys Track · Klaviyo
🎬 Media & Entertainment Canva · Perigon
✅ Productivity Airtable · Asana · Atlassian Jira · ClickUp · Figma · Google Sheets · Miro · Notion · Outline · Shortcut
🔍 Search Algolia Search · Google Search
📦 Storage Box · Files.com · Google Drive
📌 Other Close
More servers are being added continuously.
Install & Usage
Every server is a standalone PyPI package (mcparmory-<server-name>). Each server's own README.md has full credential setup and configuration instructions.
# With uvx (no install needed)
uvx mcparmory-github
# With pip
pip install mcparmory-github
mcparmory-github
MCP client configuration (Claude Desktop, Cursor, Codex, Claude Code):
{
"mcpServers": {
"github": {
"command": "uvx",
"args": ["mcparmory-github"],
"env": {
"BEARER_TOKEN": "ghp_your_token_here"
}
}
}
}
Features
Every server in this registry provides:
- Full API coverage — all endpoints from the OpenAPI spec are exposed as MCP tools
- Authentication — API key, Bearer token, Basic auth, OAuth2, JWT, OpenID Connect, and mutual TLS
- Multi-auth — servers that support multiple auth methods let you configure whichever you prefer
- Pydantic validation — request parameters are validated before sending to the API
- Resilience — configurable retries with exponential backoff, connection pooling, and timeouts
- Response sanitization — optional redaction of sensitive fields from API responses
How servers are generated
Servers are generated by MCP Blacksmith, an automated pipeline that:
- Parses an OpenAPI specification
- Transforms operations through LLM-driven passes (naming, parameter filtering, enhancement, classification)
- Generates a complete MCP server with auth, models, validation, and configuration
- Tests every tool against the live API using an autonomous agent
- Deploys passing servers to this registry
The generator targets Python 3.11+ and uses FastMCP as the MCP framework.
Contributing
Servers are auto-generated — don't edit server code directly. If you find an issue, open a GitHub Issue describing:
- Broken or deprecated endpoints
- Missing or incorrect parameters
- Authentication problems
- Incorrect request/response models
We'll re-generate the affected server with the fix. To request a new server, open an issue with a link to the API's OpenAPI spec or documentation.
License
Each generated server is released under the MIT License. The underlying APIs have their own terms of service — see individual server READMEs for details.
Recommended MCP Servers
How it compares
B2B enrichment MCP integration, not a full CRM replacement or email deliverability platform.
FAQ
Who is com.mcparmory/apollo for?
Developers and small teams running outbound or partnership outreach who want Apollo MCP search and enrichment callable from MCP-enabled agents.
When should I use com.mcparmory/apollo?
Use it at Launch and early Grow when building lead lists, enriching accounts, or researching buyers before campaigns—not when you only need in-app auth or payments.
How do I add com.mcparmory/apollo to my agent?
Configure stdio MCP with uvx mcparmory-apollo or the ghcr.io/mcparmory/apollo:1.0.4 image, set Apollo MCP API credentials per your account, and restart the agent host.