Apollo.io MCP Server
@edwardchoh
关于 Apollo.io MCP Server
MCP server that exposes the Apollo.io API functionalities as tools
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"apollo-io-mcp-server": {
"type": "stdio",
"command": "uv",
"args": [
"run",
"mcp",
"run",
"path/to/apollo-io-mcp-server/server.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Apollo.io MCP Server?
An MCP server that exposes the Apollo.io API functionalities as tools, allowing interaction with the Apollo.io API via the Model Context Protocol (MCP). It is intended for developers who want to integrate Apollo.io data enrichment and search capabilities into MCP-compatible clients (e.g., Claude for Desktop).
How to use Apollo.io MCP Server?
Set the APOLLO_IO_API_KEY environment variable (or create a .env file with it), install dependencies with uv sync, then run uv run mcp run server.py. For use with Claude for Desktop, add a configuration entry to claude_desktop_config.json using stdio transport and the uv run mcp run command pointing to server.py.
Key features of Apollo.io MCP Server
- People enrichment: enrich data for one person.
- Organization enrichment: enrich data for one company.
- People search: find people via Apollo.io.
- Organization search: find organizations via Apollo.io.
- Organization job postings: find job postings for a specific organization.
Use cases of Apollo.io MCP Server
- Enrich contact records with detailed person or company data.
- Search for potential leads or target accounts by people or organization criteria.
- Retrieve current job postings from a specific company for recruitment or market analysis.
FAQ from Apollo.io MCP Server
What Apollo.io API endpoints are exposed as tools?
Five tools are available: people_enrichment, organization_enrichment, people_search, organization_search, and organization_job_postings.
What runtime dependencies are required?
The server requires Python, uv (for sync and running), and the packages listed (implicitly from uv sync). An Apollo.io API key is mandatory.
How does authentication work?
Authentication is via an Apollo.io API key set as the environment variable APOLLO_IO_API_KEY or in a .env file in the project root.
Can this server be used with Claude for Desktop?
Yes. It uses the stdio transport. A sample configuration is provided in the README for claude_desktop_config.json.
Are there any known limitations or data residency considerations?
The README does not mention any limitations or where data is processed. Data is sent to and from the Apollo.io API based on the user's queries.
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
评论