MCP.so
登录

Apollo.io MCP Server

@edwardchoh

关于 Apollo.io MCP Server

MCP server that exposes the Apollo.io API functionalities as tools

基本信息

分类

其他

许可证

View license

运行时

python

传输方式

stdio

发布者

edwardchoh

提交者

Edward Choh

配置

使用下面的配置,将此服务器添加到你的 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 服务器