Apollo.io MCP Server
@edwardchoh
About Apollo.io MCP Server
MCP server that exposes the Apollo.io API functionalities as tools
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"apollo-io-mcp-server": {
"type": "stdio",
"command": "uv",
"args": [
"run",
"mcp",
"run",
"path/to/apollo-io-mcp-server/server.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

YOUB
Connect your AI assistant to your own YOUB endurance training account. Read recorded activities with full analysis, planned sessions, race goals, wellness (HRV, sleep, resting HR) and your athletic profile. Create or mov
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments