Prospeo MCP Server
Bring Prospeo’s B2B lead enrichment and people search directly into your AI workflows. Find professional emails, mobile numbers, and full company intelligence — without leaving your AI chat.
The Prospeo MCP Server works with any MCP-compatible client: Claude, Claude Code, Cursor, Windsurf, and more.
What you can do
| Capability | Tool | Credits |
|---|---|---|
| Find a person’s professional email and/or mobile | enrich_person | 1 credit (email) / 10 credits (mobile) |
| Get full company profile (tech stack, funding, headcount…) | enrich_company | 1 credit |
| Search professionals with filters (title, location, seniority…) | search_person | 1 credit / page |
| Search companies with filters (industry, size, revenue…) | search_company | 1 credit / page |
| Check account credits, plan, and renewal date | get_account_info | Free |
Two ways to connect
Hosted server
Connect any MCP-compatible client directly to https://mcp.prospeo.io — no installation needed. Supports OAuth 2.0 (automatic or manual credentials) and API key authentication.
Works with Claude.ai, Claude Desktop, and any MCP client that supports remote servers over HTTP.
Local server
Run the server locally as a subprocess via npx. Requires Node.js 18+ and your API key. Best for Claude Code, Cursor, Windsurf, and other IDE-based clients.
claude mcp add prospeo --env PROSPEO_API_KEY=your_api_key -- npx -y @prospeo/prospeo-mcp-serverSee the Quick Start guide for setup instructions for each client.
Resources
- API Key Management — Create or manage your API keys
- REST API Documentation — Full Prospeo REST API reference
- GitHub Repository — Source code (MIT license)
- npm Package —
@prospeo/prospeo-mcp-server