@louis030195/apollo-io-mcp
MCP server for Apollo.io B2B sales intelligence API. Enables searching and enriching people and organizations via natural language.
README
@louis030195/apollo-io-mcp
MCP (Model Context Protocol) server for Apollo.io B2B sales intelligence API. Search for prospects, enrich contacts, and discover companies directly from Claude, ChatGPT, or any LLM that supports MCP.
<div align="center">
💖 Support This Project
If you find this MCP server useful, please consider supporting its development!
👉 Click here to support this project
Your support helps maintain and improve this tool for everyone. Thank you! 🙏
</div>
Features
- 🔍 People Search - Find prospects by job title, location, company
- 👤 People Enrichment - Enrich contact data with emails, phone numbers, LinkedIn profiles
- 🏢 Organization Enrichment - Get detailed company information
- 🌍 Organization Search - Discover companies by industry, size, location
- 📊 B2B Intelligence - Access Apollo's database of 275M+ contacts
Installation
Claude Desktop
Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json on Mac or %APPDATA%\Claude\claude_desktop_config.json on Windows):
{
"mcpServers": {
"apollo-io": {
"command": "npx",
"args": ["-y", "@louis030195/apollo-io-mcp"],
"env": {
"APOLLO_API_KEY": "your-apollo-api-key"
}
}
}
}
Claude Code
# Install globally in user scope with API key
claude mcp add -s user apollo-io npx -e APOLLO_API_KEY=your-apollo-api-key -- -y @louis030195/apollo-io-mcp
Get Your Apollo.io API Key
- Go to Apollo.io
- Sign up or log in
- Navigate to Settings → Integrations → API
- Copy your API key
Usage
Once configured, you can use natural language to interact with Apollo.io:
People Search
- "Find CTOs in San Francisco working at Series A startups"
- "Search for product managers in New York"
- "Who are the engineers at Anthropic?"
People Enrichment
- "Enrich this email: john@example.com"
- "Find contact info for John Smith at Apollo.io"
- "Get details about jane.doe@company.com"
Organization Search
- "Find SaaS companies in San Francisco with 50-200 employees"
- "Search for AI companies in the Bay Area"
- "List fintech startups in London"
Organization Enrichment
- "Tell me about apollo.io"
- "Get company info for anthropic.com"
- "What technologies does stripe.com use?"
Tools
apollo_search_people
Search for people/prospects in Apollo's B2B database.
Parameters:
keywords(string, optional): Keywords to search for (job title, company, etc)titles(array, optional): Job titles to filter bylocations(array, optional): Locations to filter byorganization_ids(array, optional): Organization IDs to filter bypage(number, optional): Page number for pagination (default: 1)per_page(number, optional): Results per page, max 100 (default: 10)
Returns: List of people with contact info, job titles, companies, etc.
apollo_enrich_person
Enrich a person's data with Apollo's B2B intelligence.
Parameters:
first_name(string, optional): Person's first namelast_name(string, optional): Person's last nameemail(string, optional): Person's email addressdomain(string, optional): Company domainorganization_name(string, optional): Company name
Returns: Detailed person data including email, phone, LinkedIn, job info, etc.
apollo_enrich_organization
Enrich a company's data with Apollo's B2B intelligence.
Parameters:
domain(string, required): Company domain (e.g., apollo.io)
Returns: Detailed company data including size, industry, technologies, funding, etc.
apollo_search_organizations
Search for companies/organizations in Apollo's B2B database.
Parameters:
keywords(string, optional): Keywords to search forlocations(array, optional): Locations to filter byemployee_ranges(array, optional): Employee count ranges (e.g., ['1-10', '11-50'])page(number, optional): Page number for pagination (default: 1)per_page(number, optional): Results per page, max 100 (default: 10)
Returns: List of organizations with company info, size, location, etc.
Development
# Clone the repo
git clone https://github.com/louis030195/apollo-io-mcp.git
cd apollo-io-mcp
# Install dependencies
npm install
# Build
npm run build
# Run tests
npm test
# Run locally
APOLLO_API_KEY=your-api-key npm start
API Documentation
See Apollo.io API Docs for full API details.
License
MIT
Author
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。