Apollo.io MCP Server
Enables AI assistants to interact with the Apollo.io API to search global databases and enrich company and person data. It facilitates managing contacts and accounts, retrieving tech stacks, and finding job postings through natural language.
README
Apollo.io MCP Server
A comprehensive Model Context Protocol (MCP) server for Apollo.io API integration. Enables AI assistants to enrich company data, search for people and organizations, manage contacts and accounts, and more.
Features
🔍 Enrichment Tools
- People Enrichment - Enrich person data by name/email/domain
- Organization Enrichment - Get company size, tech stack, department breakdown, funding, revenue
🌐 Global Search Tools
- People Search - Search Apollo's 275M+ person database
- Organization Search - Search Apollo's 70M+ company database
👥 Contact Management (Your Apollo Account)
- Search Contacts - Find contacts you've saved
- Create Contact - Add new contacts
- Update Contact - Modify existing contacts
- View Contact - Get contact details
- Get Person Email - Reveal email addresses
🏢 Account Management (Your Apollo Account)
- Search Accounts - Find accounts (companies) you've saved
- Create Account - Add new accounts (requires master key)
- Update Account - Modify existing accounts
- View Account - Get account details
💼 Other Tools
- Organization Job Postings - Get job listings for a company
- Employees of Company - Find employees by company name/URL
Installation
# Clone or download the repository
cd apollo-mcp-server
# Install dependencies
npm install
# Build the TypeScript
npm run build
Configuration
1. Set up API Keys
Create a .env file in the project root:
APOLLO_API_KEY=your_standard_api_key_here
APOLLO_MASTER_API_KEY=your_master_api_key_here
Get your API keys from Apollo.io Settings → API
2. Configure with OpenCode
Add to your opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"apollo": {
"type": "local",
"command": ["node", "/Users/ognjenbabic/apollo-mcp-server/dist/index.js"],
"environment": {
"APOLLO_API_KEY": "your_key_here",
"APOLLO_MASTER_API_KEY": "your_master_key_here"
},
"enabled": true
}
}
}
Or use environment variables:
{
"mcp": {
"apollo": {
"type": "local",
"command": ["node", "/Users/ognjenbabic/apollo-mcp-server/dist/index.js"],
"environment": {
"APOLLO_API_KEY": "{env:APOLLO_API_KEY}",
"APOLLO_MASTER_API_KEY": "{env:APOLLO_MASTER_API_KEY}"
},
"enabled": true
}
}
}
3. Configure with Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"apollo": {
"command": "node",
"args": ["/Users/ognjenbabic/apollo-mcp-server/dist/index.js"],
"env": {
"APOLLO_API_KEY": "your_key_here",
"APOLLO_MASTER_API_KEY": "your_master_key_here"
}
}
}
}
Usage Examples
With OpenCode
Once configured, you can interact with Apollo through natural language:
"Use apollo to enrich plauti.com - give me company size, tech stack, and department breakdown"
"Search for marketing managers at apollo.io using apollo"
"Find employees of Stripe using apollo"
"Create a contact in apollo for John Doe at example.com"
Direct Tool Usage
Organization Enrichment
{
"tool": "organization_enrichment",
"arguments": {
"domain": "plauti.com"
}
}
Returns:
- Company size (employee count)
- Tech stack (technologies used)
- Department breakdown
- Industry, revenue, funding
- Location, phone, social profiles
People Search
{
"tool": "people_search",
"arguments": {
"person_titles": ["VP of Marketing", "Marketing Manager"],
"q_organization_domains_list": ["apollo.io"],
"per_page": 10
}
}
Employees of Company
{
"tool": "employees_of_company",
"arguments": {
"company": "Stripe",
"website_url": "https://stripe.com",
"person_titles": ["Engineer", "Developer"]
}
}
Available Tools (15 Total)
| Tool | Description | Credit Cost |
|---|---|---|
people_enrichment |
Enrich person data | 1 credit |
organization_enrichment |
Enrich company data | 1 credit |
people_search |
Search global people database | Free |
organization_search |
Search global company database | Free |
search_contacts |
Search your contacts | Free |
create_contact |
Add new contact | 1 credit |
update_contact |
Update contact | Free |
view_contact |
View contact details | Free |
search_accounts |
Search your accounts | Free |
create_account |
Add new account | 1 credit |
update_account |
Update account | Free |
view_account |
View account details | Free |
organization_job_postings |
Get job postings | Free |
get_person_email |
Reveal email | 1 credit |
employees_of_company |
Find employees | Free* |
*Note: Uses search credits if enriching results
Apollo.io Terminology
- Person - Anyone in Apollo's global database (275M+ people)
- Contact - A person you've explicitly saved to your Apollo account
- Organization - Any company in Apollo's global database (70M+ companies)
- Account - A company you've explicitly saved to your Apollo account
Development
# Install dependencies
npm install
# Build TypeScript
npm run build
# Watch mode (auto-rebuild on changes)
npm run dev
# Start the server
npm start
API Documentation
Full Apollo.io API documentation: https://docs.apollo.io/reference/
Troubleshooting
"APOLLO_API_KEY environment variable is required"
- Ensure
.envfile exists with your API key - Or pass via command line:
node dist/index.js --api-key=your_key
"Master API key required for account creation"
- Account creation requires a master API key
- Get one from Apollo.io Settings → API → Generate Master Key
Rate Limits
- Apollo uses fixed-window rate limiting
- Check your limits: https://docs.apollo.io/reference/rate-limits
- View usage: https://docs.apollo.io/reference/view-api-usage-stats
License
MIT
Support
For Apollo.io API issues:
- Documentation: https://docs.apollo.io
- Support: https://app.apollo.io/support
For MCP server issues:
- Check the MCP documentation: https://modelcontextprotocol.io
- Review OpenCode docs: https://opencode.ai/docs/mcp-servers
推荐服务器
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 模型以安全和受控的方式获取实时的网络信息。