Apollo.io MCP server — sales intelligence tools for account research. Search companies, people, and contacts via Apollo API.
Project description
Apollo MCP Server
Apollo.io 数据富化 MCP 服务器,为 account-research skill 提供公司/联系人数据。
安装
1. 获取 Apollo API Key(免费)
打开 https://app.apollo.io → 注册免费账号 → Settings → API Keys → Create API Key → 复制
2. 设置环境变量
export APOLLO_API_KEY="你的API_Key"
3. 构建 & 安装
cd mcp
uv build # 构建 wheel 包
uv pip install . # 安装到当前环境
或者直接运行源码:
cd mcp
python src/apollo_mcp/__init__.py
工具列表
| 工具 | 作用 | account-research 对应步骤 |
|---|---|---|
search_companies |
按名称搜索公司 | Step 3: Enrichment |
search_people |
搜人物(按名字/公司/职位) | Step 3: 关键人物 |
get_company_enrichment |
按域名获取公司详情 | Step 3: 公司档案 |
search_contacts |
搜联系人(含邮箱/电话) | Step 3: 联系方式 |
平台配置
在你的 MCP 客户端配置中添加:
{
"mcpServers": {
"apollo-mcp": {
"command": "python",
"args": ["-m", "apollo_mcp"],
"cwd": "/path/to/account-research/mcp/src",
"env": {
"APOLLO_API_KEY": "你的API_Key"
}
}
}
}
验证
配置后重启平台,测试:
"用 search_companies 搜索 Stripe" "用 get_company_enrichment 查 stripe.com 的详细信息"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ljj_apollo_mcp-0.1.0.tar.gz.
File metadata
- Download URL: ljj_apollo_mcp-0.1.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e5d9cb801221d9cfc9391d992319905458f6ec807057eb5815cdeaa13c8d959
|
|
| MD5 |
25175dbba75523638f075c19c3d7ed02
|
|
| BLAKE2b-256 |
b8fd31c28aa851a5cdc43e92205cefac1a7dab7a5eeec079378e3428438d2ecf
|
File details
Details for the file ljj_apollo_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ljj_apollo_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba61b658aa63ab4d79b236f3a14153dd369e685dc565b5873fecd084483e219d
|
|
| MD5 |
579d95260d66cd41b82e3ee0330f2014
|
|
| BLAKE2b-256 |
67e16b994bb0bbd9d06a96b2b6cdc98d644fa11bc522e2c5c217721ab25b2ad9
|