Sales Prospector
FreeNot checkedEnables AI assistants to automate sales prospecting by finding contacts by role and industry, enriching data with emails and tech stacks, scoring against ideal
About
Enables AI assistants to automate sales prospecting by finding contacts by role and industry, enriching data with emails and tech stacks, scoring against ideal customer profiles, and generating personalized outreach sequences. Streamlines lead generation and sales engagement workflows through integrated research and sequence generation tools.
README
Stop manually building prospect lists.
Sales Prospector gives your AI assistant real sales intelligence: find prospects by role and industry, enrich contact data, score against your ICP, and generate personalized outreach sequences, all in one conversation.
Quick Start
Add to your Claude Desktop or MCP client config:
{
"mcpServers": {
"sales-prospector": {
"url": "https://your-cloud-run-url.run.app/mcp"
}
}
}
Or self-host locally:
npm install
node index.js
Before / After
Before: Spend 2 hours on LinkedIn finding CTOs at Series B SaaS companies, copy contacts into a spreadsheet, write a generic cold email.
After: One tool call.
Input to search_prospects:
{
"role": "CTO",
"industry": "SaaS",
"company_size": "50-200",
"limit": 10
}
Output:
{
"prospects": [
{
"name": "Sarah Chen",
"role": "CTO",
"company": "Flowdesk",
"industry": "SaaS",
"location": "San Francisco, CA",
"linkedin_url": "https://linkedin.com/in/sarah-chen",
"confidence": 94
}
],
"total": 10
}
Then pass Sarah to enrich_contact for her email and tech stack, score her with score_prospect, and generate a 3-email sequence with generate_outreach_sequence. All in one conversation.
Tools
| Tool | What it does |
|---|---|
search_prospects |
Find prospects by role, industry, company size, and location |
enrich_contact |
Get email, LinkedIn, tech stack, and hiring signals for any contact |
score_prospect |
Score a prospect 0-100 against your ICP and get a priority grade |
generate_outreach_sequence |
Create a 2-5 email sequence personalized to the prospect |
find_company_contacts |
Find decision-makers at a specific company by department and seniority |
personalize_message |
Inject prospect data into any email template with a custom P.S. |
Who is this for?
- Founders doing outbound: Stop wasting time on manual research. Find and reach your ICP in minutes, not hours.
- Sales ops teams: Plug sales intelligence directly into your AI assistant and automate list-building workflows.
- RevOps engineers: Add prospect scoring and sequence generation to any Claude-powered pipeline.
Health Check
GET /
GET /health
Both return:
{ "status": "ok", "server": "sales-prospector", "version": "1.0.0", "tools": 6 }
Built by Mastermind HQ
License
MIT
Installing Sales Prospector
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/josephtandle/apollo-mcp-mcpFAQ
Is Sales Prospector MCP free?
Yes, Sales Prospector MCP is free — one-click install via Unyly at no cost.
Does Sales Prospector need an API key?
No, Sales Prospector runs without API keys or environment variables.
Is Sales Prospector hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Sales Prospector in Claude Desktop, Claude Code or Cursor?
Open Sales Prospector on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Sales Prospector with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
