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 only) / 10 credits (email + 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.
Usage Examples
Here are some prompts you can try with any MCP-compatible AI tool once Prospeo is connected:
Find a person’s contact details
Prompt: “Find the work email and mobile number for John Smith who works at Stripe”
Prospeo will look up the person by name and company, and return their verified email, mobile number, job title, and location.
Search for prospects matching your ICP
Prompt: “Find CTOs and VPs of Engineering at SaaS companies with 50-200 employees in the United States”
Prospeo will search its database using your filters and return up to 25 matching professionals per page, with their name, title, company, and location. search_person costs 1 credit per results page. Email and mobile come back as obfuscated previews with their verification status — so you can see whether a verified contact exists. Additional contact-reveal credits are only charged when you reveal the actual values via enrich_person.
Full API reference
The MCP server exposes the same endpoints as our REST API. For full filter documentation and response schemas, see the API Documentation.