prospector
Allows scraping and searching Crunchbase company data through saved searches to build and qualify the lead pipeline.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@prospectorRun the Clutch scrape for our ICP, then hold qualified leads for my approval."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Prospector
A GTM lead pipeline you can fork. An augment: the pipeline plus the playbook that
teaches an AI assistant to run it. Fork it, run /onboard in Claude Code, set your
own ICP in the gates, drop in your key, and it finds qualified leads for YOUR
customer profile.
The gates disqualify rather than score: dead site, info@ only, nobody who owns sales. A row that trips one is out, and the row says which gate killed it.
Provenance, stated plainly: extracted from a pipeline built in 48 hours for a real
GTM trial task in August 2026. That run produced 100 leads with every email backed
by a live DNS MX record, for $4.12 of new spend. The run was the proof; this
pipeline is the product. No lead data ships here: lead lists are personal data, so
you generate your own (see data/README.md).
Three design calls the first run forced
Measure the source before building on it. The first Crunchbase scrape of 300 companies showed 74% had raised past the revenue ceiling and 7% fit the ICP, so Clutch became the primary source on day one. Agencies rarely raise venture capital; Clutch lists them by service.
Fail loudly or you fail silently. An early run wrote a file and reported success while every row was null. The null-rate check in the Clutch scraper now runs before any file write.
Never claim more than you checked. Emails pass syntax, live DNS MX, and a role-account check. No SMTP handshake runs, so
email_statusnever saysvalid. A CAPTCHA ends a Crunchbase run instead of being routed around.
Related MCP server: SignalPipe
Pipeline
src/icp.ts The ICP as zod schemas: the company gate and the shape of a shipped lead.
src/scrapers/crunchbase.ts Playwright. Logged-in saved search, real pagination, 2s between requests, stops on CAPTCHA.
src/scrapers/clutch.ts Playwright. Category listings, null-rate check before it writes anything.
src/pipeline/normalize.ts Merge both sources, normalize domains, ICP geo and headcount filter, dedupe by domain.
Apify actors LinkedIn jobs and posts for the intent signal.
Clay Decision maker, sales owner, work email, through Clay's MCP server.
src/pipeline/finalize.ts Join Clay output, MX check, drop non-sales titles, rank by tier, validate every row.src/mcp/server.ts exposes the pipeline as an MCP server with four tools.
src/agent/qualify.ts drives it, scores each lead against the ICP, and stops at a
human approval gate. No lead is marked qualified without a person saying so.
Run
pnpm install
npx playwright install chromium
pnpm test # 42 tests green before you trust anything
pnpm scrape:clutch
pnpm scrape:crunchbase # optional; needs .crunchbase.storageState.json from a logged-in session
pnpm normalize # writes data/companies.csv
pnpm finalize path/to/clay-export.csv # writes data/leads_final.csv
pnpm mcp # the pipeline as an MCP server
pnpm agent # reads data/companies.csvDry-run on a fresh clone: cp data/sample-companies.csv data/companies.csv gives
pnpm agent three FICTIONAL rows to chew on before you scrape anything real.
The signal step needs APIFY_TOKEN (copy .env.example to .env). The Clay step
runs through Clay's MCP server, configured in your agent host, not scripted here.
Fork it for your own ICP
/onboard in Claude Code walks the whole setup: your ICP into src/icp.ts, your
key, the run order. About 15 minutes. Manual version:
.claude/skills/onboard/SKILL.md.
A run costs about $4 in Apify credit. Scraping and filtering cost $0.
What it will not do
Send email, buy data, solve or bypass a CAPTCHA, mark a lead qualified without a human, or ship anyone's personal data in the repo.
License: MIT. LICENSE.md.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
B2B lead generation, email verification, company enrichment, and agentic GTM Ops.
Human-in-the-loop LinkedIn outreach and a built-in sales CRM for AI agents. Safety-gated, anti-spam.
Autonomous LinkedIn SDR — voice-matched outreach, ICP generation, and campaign management.
AI sales — prospect discovery, ICP scoring, outreach generation.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables 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.
- AlicenseNot gradedqualityBmaintenanceAgentic sales pipeline that detects buying intent from social feeds, scores leads via an AI swarm, and auto-drafts calibrated replies for prospect nurturing.216MIT
- AlicenseBqualityDmaintenanceEnables AI-assisted B2B lead generation by discovering, extracting, scoring, and exporting company leads from any MCP-compatible agent.315MIT
- AlicenseNot gradedqualityCmaintenanceEnables B2B prospecting from natural language: detect buying signals, score leads against ICP, enrich decision-makers, and draft personalized outreach messages via Claude.1MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gabchess/prospector'
If you have feedback or need assistance with the MCP directory API, please join our Discord server