Sales Prospector

Sales Prospector

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.

Category
Visit Server

README

Stop manually building prospect lists.

MCPize License: MIT

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

mastermindshq.business

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured