Apollo.io MCP服务器(stdio)
用于Apollo.io潜在客户开发的模型上下文协议(MCP)服务器,与 manus-mcp-cli.
安装
git clone https://github.com/KnightKrawlR/apollo-io-mcp-stdio.git
cd apollo-mcp-stdio
npm install配置
将此添加到Manus MCP配置中:
{
"mcpServers": {
"apollo-lead-gen-local": {
"command": "node",
"args": ["/path/to/apollo-mcp-stdio/index.js"],
"env": {
"APOLLO_API_KEY": "YOUR_APOLLO_IO_API_KEY_HERE"
}
}
}
}替换:
/path/to/apollo-mcp-stdio使用克隆此仓库的实际路径YOUR_APOLLO_IO_API_KEY_HERE使用您的Apollo.io API密钥https://app.apollo.io/settings/api
可用工具
- 组织研究 -按关键字、位置、规模、收入查找公司
- 人员搜索 -按职位、资历、公司查找决策者
- 人民富裕 -获取某人的详细联系信息
- 组织_富裕 -获取详细的公司信息
用法示例
查找暖通空调公司
manus-mcp-cli tool call organization_search --server apollo-lead-gen-local --input '{
"q_organization_keyword_tags": ["hvac", "heating", "cooling"],
"organization_locations": ["North Carolina"],
"organization_num_employees_ranges": ["10,50"],
"per_page": 25
}'寻找决策者
manus-mcp-cli tool call people_search --server apollo-lead-gen-local --input '{
"person_titles": ["owner", "ceo", "president"],
"q_organization_keyword_tags": ["hvac"],
"organization_locations": ["Texas"],
"per_page": 25
}'许可证
国际协调委员会
