The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Leadpipe MCP listing page.
AI-powered lead qualification engine for the Model Context Protocol
LeadPipe ingests leads from any source, enriches them with company data, scores them 0-100 using configurable AI rules, and exports qualified leads to your CRM — all through the MCP protocol.
Add to your MCP client config:
Seed the pipeline with a realistic demo dataset — 14 leads across 5 archetypes (hot decision-makers, warm mid-level, cold junior/small-co, raw unenriched, and disqualified) — so every downstream tool returns meaningful output without any API keys. Safe to call multiple times; each call appends a fresh batch with new UUIDs.
Returns: counts by status plus sample_lead_ids you can feed into lead_enrich, lead_score, or lead_export.
Filter leads against your Ideal Customer Profile before spending any enrichment credits. Uses only locally-available signals — email domain, job title, country, industry, company size, tech stack — so nothing is charged to Hunter.io, HubSpot, or Pipedrive.
Returns per-lead qualified/rejected decisions with reasons and an estimated credit savings figure.
Pairs well with platform detection tools. If you chain a tool like Detecto (
detect_platform) beforelead_qualify, the detected tech stack populatescompany.tech_stack, andrequired_tech_stackcan drop wrong-platform leads before they ever reach enrichment or scoring.
Add a single lead to the pipeline.
Add 1-100 leads at once. Duplicates are automatically skipped.
Enrich a lead with company data using the email domain.
Returns: company name, industry, size, country, tech stack, LinkedIn URL.
Calculate a qualification score (0-100). Leads scoring 60+ are marked qualified.
Returns score + detailed breakdown across all 6 dimensions.
Search and filter leads with pagination.
Export leads to CRM or file format.
Targets: hubspot, pipedrive, csv, json
Google Sheets export is on the roadmap. Currently returns Sheets-ready formatted data.
Get pipeline analytics. No input required.
Returns: total leads, status/source breakdown, average score, score distribution, qualified rate, leads today/week/month.
View or update scoring configuration.
| Resource | Description |
|---|---|
leads://recent | The 50 most recently added leads |
leads://pipeline | Pipeline summary with status counts, scores, conversion rates |
leads://config | Current scoring engine configuration |
Leads are scored 0-100 using a weighted average of 6 dimensions:
| Dimension | Default Weight | How It Works |
|---|---|---|
| Job Title | 25% | C-level/Founder: 100, VP/Director: 85, Manager: 65, Senior: 50, Junior: 15 |
| Company Size | 20% | Preferred sizes (11-50, 51-200, 201-500): 90, others scaled accordingly |
| Industry | 20% | High-value industries (SaaS, fintech, etc.): 90, others: 40 |
| Engagement | 15% | Phone provided, full name, tags, source type (landing page > CSV) |
| Recency | 10% | Today: 100, last week: 75, last month: 35, 3+ months: 5 |
| Custom Rules | 10% | User-defined rules with -50 to +50 points each |
Formula: score = sum(dimension_score * weight)
Leads with score >= 60 are qualified. Below 60 are disqualified.
Set the HUBSPOT_API_KEY environment variable with your HubSpot private app access token.
Set the PIPEDRIVE_API_KEY environment variable.
No configuration needed. Export returns data directly.
LeadPipe extracts the domain from the lead's email and looks up company data:
HUNTER_API_KEY is set) — returns organization, industry, country, tech stack| Tier | Price | Tools | Features |
|---|---|---|---|
| Free | €0 | lead_demo_seed, lead_ingest, lead_batch_ingest, lead_search, lead_score, config_scoring | Ingest, manual scoring, ICP pre-qualification |
| Pro | €19 lifetime | + lead_qualify, lead_enrich, lead_export, pipeline_stats | AI scoring, Hunter.io enrichment, CRM export, pipeline analytics |
One-time €19 lifetime license (3 machines) — no subscription. See Pro License below to buy and activate.
LeadPipe ships in Free mode — lead_demo_seed, lead_ingest, lead_batch_ingest, lead_search, lead_score, and config_scoring are open. The following tools require a Pro license:
lead_qualify — ICP pre-filterlead_enrich — domain knowledge-base enrichmentlead_export — HubSpot / Pipedrive / Google Sheets / CSV / JSONpipeline_stats — portfolio analyticsBuy a Pro License (€19, lifetime, 3 machines): https://automatiabcn.lemonsqueezy.com/buy/360565a3-2577-45e2-93dd-1548a881f456
Or get the Indie MCP Stack Bundle (€69, all 4 servers).
Then activate by setting the env var:
Or in your Claude Desktop / MCP client config:
Validation is cached locally for 24 h, so the server is fully offline-capable after the first run.
MIT License. See LICENSE for details.
Built by Automatia BCN.