prospeo-cli
MCP server for the Prospeo API that provides person and company enrichment and search functionality, including email, mobile, job history, LinkedIn data, and company details.
README
prospeo-cli
CLI and MCP server for the Prospeo API — person/company enrichment and search for AI agents and developers.
npm install -g prospeo-cli
What it does
- Enrich persons — email, mobile, job history, LinkedIn, and full company data from a name, email, or LinkedIn URL
- Enrich companies — 50+ data points: funding, tech stack, headcount, location, job postings, social URLs
- Search persons — 200M+ contacts with 30+ filters: seniority, department, job title, location, industry, and more
- Search companies — 30M+ companies with filters: industry, location, funding stage, employee count, and more
- Dual CLI + MCP — every command works as a terminal command AND as an MCP tool for Claude, Cursor, VS Code
- Agent-native — all output is JSON by default, errors go to stderr, exit codes are 0/1
Install & Auth
npm install -g prospeo-cli
# If 'prospeo' is not found after install, add npm global bin to PATH:
export PATH="$(npm root -g)/../bin:$PATH"
# Add that line to ~/.zshrc or ~/.bashrc to make it permanent
# Set your API key (get it at https://prospeo.io/dashboard/api)
export PROSPEO_API_KEY="your-api-key"
# Verify
prospeo account info
Other auth options:
prospeo person enrich --api-key "your-key" --linkedin-url "..." # per-command flag
prospeo login # interactive, stores in ~/.prospeo/config.json
Commands
person
# Enrich a single person
prospeo person enrich --linkedin-url "https://linkedin.com/in/jdoe" --pretty
prospeo person enrich --email "john@acme.com"
prospeo person enrich --first-name "Eva" --last-name "Kiegler" --company-website "intercom.com"
prospeo person enrich --linkedin-url "..." --enrich-mobile --only-verified-mobile
# Bulk enrich up to 50 persons
prospeo person bulk-enrich \
--data '[{"identifier":"1","linkedin_url":"https://linkedin.com/in/jdoe"},{"identifier":"2","email":"jane@stripe.com"}]' \
--only-verified-email
# Search 200M+ contacts
prospeo person search \
--filters '{"person_seniority":{"include":["Vice President","C-Suite"]},"company_industry":{"include":["Software Development"]}}' \
--page 1 --pretty
company
# Enrich a single company
prospeo company enrich --website "stripe.com" --pretty
prospeo company enrich --linkedin-url "https://linkedin.com/company/stripe"
prospeo company enrich --name "Salesforce" --website "salesforce.com"
# Bulk enrich up to 50 companies
prospeo company bulk-enrich \
--data '[{"identifier":"1","company_website":"intercom.com"},{"identifier":"2","company_website":"stripe.com"}]'
# Search 30M+ companies
prospeo company search \
--filters '{"company_funding":{"stage":["Series A","Series B"]},"company_location_search":{"include":["United States"]}}' \
--pretty
suggestions (free — no credits)
# Get exact location strings for search filters
prospeo suggestions location --query "new york"
prospeo suggestions location --query "united states"
# Get exact job title strings for search filters
prospeo suggestions job-title --query "head of sales"
prospeo suggestions job-title --query "vp engineering"
account
prospeo account info --pretty
# → {"current_plan":"GROWTH","remaining_credits":4850,"used_credits":150,"next_quota_renewal_date":"..."}
Output flags (all commands)
--pretty Pretty-printed JSON
--fields a,b,c Return only specified top-level fields
--quiet No output, exit code only
--api-key <key> Override PROSPEO_API_KEY for this command
MCP Server
Add to Claude Desktop, Cursor, or VS Code:
{
"mcpServers": {
"prospeo": {
"command": "npx",
"args": ["prospeo-cli", "mcp"],
"env": {
"PROSPEO_API_KEY": "your-api-key"
}
}
}
}
Or if installed globally: use "command": "prospeo" instead of npx.
MCP tools: person_enrich, person_bulk_enrich, person_search, company_enrich, company_bulk_enrich, company_search, suggestions_location, suggestions_job_title, account_info
Search Filter Enums
Seniority values
"Founder/Owner" "C-Suite" "Partner" "Vice President" "Head" "Director" "Manager" "Senior" "Entry" "Intern"
Department values
"C-Suite" "Sales" "Engineering & Technical" "Marketing" "Finance" "Human Resources" "Information Technology" "Legal" "Operations" "Product" "Design" "Consulting" "Medical & Health" "Education & Coaching"
Employee range values
"1-10" "11-20" "21-50" "51-100" "101-200" "201-500" "501-1000" "1001-2000" "2001-5000" "5001-10000" "10000+"
Funding stage values
"Pre seed" "Seed" "Series A" "Series B" "Series C" "Series D" "Series E-J" "Angel" "Grant" "Private equity" "Debt financing" "Convertible note" "Corporate round" "Post IPO equity" "Post IPO debt"
Location values
Use prospeo suggestions location --query "<term>" to get exact strings. Examples:
"United States" "California" "New York City, New York, United States" "Greater San Francisco Bay Area" "Greater London Area"
Credit Costs
| Operation | Credits |
|---|---|
| Person enrich | 1 |
| Person enrich + mobile | 10 |
| Person bulk-enrich (per match) | 1 or 10 |
| Person search (per page) | 1 |
| Company enrich | 1 |
| Company bulk-enrich (per match) | 1 |
| Company search (per page) | 1 |
| Suggestions, account info | Free |
| Re-enriching same record | Free |
AI Agent Guide
See AGENTS.md for complete workflows, all filter schemas, response shapes, error codes, and agent tips.
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。