Apollo Server
БесплатноНе проверенProvides tools to search and enrich people and companies, retrieve job postings, and search news articles via the Apollo.io API.
Описание
Provides tools to search and enrich people and companies, retrieve job postings, and search news articles via the Apollo.io API.
README
An MCP server for the Apollo.io API. Provides tools for people search, company search, enrichment, job postings, and news articles.
Features
- People search with filters for titles, seniority, locations, companies, industries, technologies, and more
- Company search with filters for size, location, revenue, funding, keywords, and tech stack
- Person enrichment by email, LinkedIn URL, name + company, or Apollo ID
- Company enrichment by domain or name
- Bulk enrichment for people and organizations
- Job postings and full organization info by Apollo ID
- News article search related to companies
Setup
git clone https://github.com/YOUR_USERNAME/apollo-mcp.git
cd apollo-mcp
npm install
cp .env.example .env
# Edit .env and add your Apollo API key
Usage with Claude Desktop
Add this to your Claude Desktop config (claude_desktop_config.json):
{
"mcpServers": {
"apollo": {
"command": "node",
"args": ["/absolute/path/to/apollo-mcp/src/server.js"],
"env": {
"APOLLO_API_KEY": "your-api-key-here"
}
}
}
}
Replace /absolute/path/to/apollo-mcp/ with the actual path where you cloned the repo.
Then restart Claude Desktop to pick up the new server.
Testing
npm start
The server should print Apollo MCP server running to stderr and wait for MCP messages on stdin.
Tools
| Tool | Description |
|---|---|
apollo_search_people |
Search people with advanced filters |
apollo_search_companies |
Search companies with advanced filters |
apollo_enrich_person |
Enrich a person by email, LinkedIn, name+company, or Apollo ID |
apollo_enrich_company |
Enrich a company by domain or name |
apollo_bulk_enrich_people |
Bulk enrich multiple people |
apollo_bulk_enrich_organizations |
Bulk enrich multiple organizations |
apollo_get_organization_job_postings |
Get job postings for an organization |
apollo_get_complete_organization_info |
Get full organization details |
apollo_search_news_articles |
Search company-related news articles |
License
MIT
Установка Apollo Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Jtuppack/apollo-mcpFAQ
Apollo Server MCP бесплатный?
Да, Apollo Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Apollo Server?
Нет, Apollo Server работает без API-ключей и переменных окружения.
Apollo Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Apollo Server в Claude Desktop, Claude Code или Cursor?
Открой Apollo Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Apollo Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
