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, email, company, and location.
Enrich a company profile
Prompt: “Get me the full company profile for stripe.com including headcount, funding, and tech stack”
Prospeo will return the company’s industry, employee count, revenue range, funding history, HQ location, technology stack, and social links.
Check your account credits
Prompt: “How many Prospeo credits do I have left?”
Prospeo will return your current credit balance, plan name, and renewal date.
Build a targeted list
Prompt: “Find 50 Head of Marketing contacts at fintech companies in London, and get their emails”
Prospeo will search for matching people, then enrich each result with verified contact details.
Privacy Policy
See our full privacy policy at https://prospeo.io/privacy-policy .
Prospeo is fully GDPR compliant. Data sourcing follows a strict Zero-Trust policy with all third-party providers. Your queries and results are not shared with other users.
Support
- Email: support@prospeo.io
- Helpdesk: https://help.prospeo.io
- GitHub Issues: https://github.com/prospeo-v2/prospeo-mcp-server/issues
Resources
- MCP Management — Manage your MCP connections
- REST API Documentation — Full Prospeo REST API reference
- GitHub Repository — Source code (MIT license)
- npm Package —
@prospeo/prospeo-mcp-server