Prospeo MCP服务器
MCP服务器 Prospeo --搜索2亿多个联系人,丰富个人和公司,并获得经过验证的工作电子邮件。适用于Claude Code、Claude Desktop、Cursor、Windsurf和任何兼容MCP的客户端。
为什么选择Prospeo
- 98%的电子邮件准确率 跳出率\<1%
- 200M+联系人 和 3000多万家公司 可搜索的
- 7天数据刷新 循环
- 纯信用定价(无座位费)
工具
| 工具 | 功能 | 积分 |
|---|---|---|
prospeo_enrich_person | 已验证的电子邮件、职位、领英、手机、工作历史 | 1 |
prospeo_bulk_enrich_person | 一次通话最多可容纳50人 | 1/条记录 |
prospeo_search_person | 按职位、资历、行业、技术、资金搜索联系人 | 1/页 |
prospeo_enrich_company | 行业、资金、技术栈、员工人数、收入 | 1 |
prospeo_bulk_enrich_company | 一次通话可丰富多达50家公司 | 1/条记录 |
prospeo_search_company | 按行业、规模、资金、技术搜索公司 | 1/页 |
prospeo_account_info | 检查剩余积分、计划、续订日期 | 免费 |
设置
1.获取API密钥
注册地址: App.prosper.io 然后从那里拿钥匙 App.prosper.i/api.
2.克隆和构建
git clone https://github.com/your-username/prospeo-mcp.git
cd prospeo-mcp
npm install
npm run build3.添加到您的MCP客户端
克劳德代码:
claude mcp add prospeo -- node /absolute/path/to/prospeo-mcp/build/index.js -e PROSPEO_API_KEY=your_key克劳德桌面/光标/风帆 (添加到MCP配置中):
{
"mcpServers": {
"prospeo": {
"command": "node",
"args": ["/absolute/path/to/prospeo-mcp/build/index.js"],
"env": {
"PROSPEO_API_KEY": "your_key"
}
}
}
}开发模式 (无构建步骤):
PROSPEO_API_KEY=your_key npx tsx src/index.tsPlugx
此仓库现在包含一个Pluxx源代码项目,因此Prospeo MCP可以内置到Claude Code、Cursor、Codex和OpenCode的宿主原生插件包中。
npm run build
pluxx doctor
pluxx lint
pluxx test --target claude-code cursor codex opencode使用 pluxx install --dry-run --target claude-code cursor codex opencode 以重新生成当前的本地安装表面并重新加载注释。
生成的捆绑包
dist/claude-code/.claude-plugin/plugin.jsondist/cursor/.cursor-plugin/plugin.jsondist/codex/.codex-plugin/plugin.jsondist/opencode/package.json
发布曲面
使用 pluxx publish --dry-run --json 预览已发布的发布工件和安装程序URL。
Pluxx publish目前计划通过以下发布渠道:
- npm包:
opencode-prospeo - GitHub发布:
orchidautomation/prospeo-mcp标签v1.0.0
安装程序链接
这些GitHub资产URL仅在以下情况下有效 pluxx publish 已创建 v1.0.0 发布并上传安装程序脚本。
卷曲安装命令
一旦发布资产存在,就使用这些:
安装所有目标
curl -fsSL https://github.com/orchidautomation/prospeo-mcp/releases/download/v1.0.0/install-all.sh | bash安装Claude代码
curl -fsSL https://github.com/orchidautomation/prospeo-mcp/releases/download/v1.0.0/install-claude-code.sh | bash安装游标
curl -fsSL https://github.com/orchidautomation/prospeo-mcp/releases/download/v1.0.0/install-cursor.sh | bash安装Codex
curl -fsSL https://github.com/orchidautomation/prospeo-mcp/releases/download/v1.0.0/install-codex.sh | bash安装OpenCode
curl -fsSL https://github.com/orchidautomation/prospeo-mcp/releases/download/v1.0.0/install-opencode.sh | bash如果版本尚未发布,请使用本地Pluxx安装流程:
pluxx test --install --target codex --trust
pluxx verify-install --target codex发布档案
Pluxx publish还为每个目标计划了版本和最新档案:
prospeo-claude-code-v1.0.0.tar.gzprospeo-claude-code-latest.tar.gzprospeo-cursor-v1.0.0.tar.gzprospeo-cursor-latest.tar.gzprospeo-codex-v1.0.0.tar.gzprospeo-codex-latest.tar.gzprospeo-opencode-v1.0.0.tar.gzprospeo-opencode-latest.tar.gz
使用Pluxx进行安装
pluxx test --install --target codex --trust
pluxx verify-install --target codex--trust 是必需的,因为此插件安装了 sessionStart 能跑的钩子 scripts/check-env.sh.
Pluxx真理的源泉在于 pluxx.config.ts, INSTRUCTIONS.md, skills/, commands/,以及 .pluxx/mcp.json.
用法示例
查找某人的电子邮件
"Find the verified email for Sarah Park at Mosaic"搜索潜在客户
"Find CROs at Series B SaaS companies with 51-200 employees"丰富公司
"Get the tech stack and funding info for stripe.com"批量丰富
"Enrich these 10 people with verified emails"检查积分
"How many Prospeo credits do I have left?"搜索筛选
人员搜索支持以下筛选器(均为可选):
{
"person_job_title": { "include": ["CRO", "VP Sales"] },
"person_seniority": { "include": ["C-Suite", "Vice President", "Director"] },
"person_department": { "include": ["Sales", "Marketing"] },
"person_location": { "include": ["United States"] },
"company_industry": { "include": ["Software Development"] },
"company_headcount_range": ["51-100", "101-200"],
"company_technology": { "include": ["Salesforce"] },
"company_funding": { "stage": ["Series A", "Series B"] },
"max_person_per_company": 3
}公司搜索支持: company_industry, company_headcount_range, company_location, company_funding, company_technology, company_founded (最小/最大)。
信贷成本
| 行动 | 积分 |
|---|---|
| 丰富人 | 1 |
| 丰富公司 | 1 |
| 搜索(每页,25个结果) | 1 |
| 手机号码 | 10 |
需求
- Node.js 18+
- Prospeo API密钥(在这里买一个)
许可证
麻省理工学院
