CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
enzoemir1 avatar

Leadpipe Mcp

enzoemir1/leadpipe-mcp
STDIOregistry active
Summary

Pipes raw leads through AI qualification without burning enrichment credits. The ICP filter checks job titles, company size, country, and tech stack before you hit Hunter.io or your CRM API limits. Once a lead passes, it scores 0-100 across six weighted dimensions (title, industry, company size, engagement, recency, custom rules), then exports qualified contacts to HubSpot or Pipedrive. The pre-qualification tool is the standout here: it catches freemail domains and wrong-fit titles before you waste API calls. Useful if you're running inbound forms or CSV imports and need to triage volume before enrichment. Includes pipeline analytics and batch ingestion up to 100 leads at once. Pro features require a LemonSqueezy license.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

LeadPipe MCP

AI-powered lead qualification engine for the Model Context Protocol

License: MIT TypeScript MCP

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.


Features

  • Lead ingestion from webhooks, forms, APIs, or CSV — single or batch (up to 100)
  • Auto-enrichment with company data: industry, size, country, tech stack (via Hunter.io or domain heuristics)
  • AI scoring engine (0-100) with 6 weighted dimensions + custom rules
  • CRM export to HubSpot, Pipedrive, CSV, or JSON
  • ICP pre-qualification to filter leads on freemail/title/country/tech-stack before spending a single enrichment credit
  • Pipeline analytics with real-time stats, score distribution, conversion rates
  • Configurable scoring weights, high-value titles/industries, custom rules
  • 10 MCP tools + 3 MCP resources covering the full lead lifecycle

Quick Start

Install from MCPize Marketplace

  1. Search for LeadPipe MCP on mcpize.com
  2. Click Install and select your subscription tier
  3. Tools and resources are automatically available in any MCP-compatible client (Cursor, VS Code, etc.)

Build from Source

git clone https://github.com/enzoemir1/leadpipe-mcp.git
cd leadpipe-mcp
npm ci
npm run build

Add to your MCP client config:

{
  "mcpServers": {
    "leadpipe": {
      "command": "node",
      "args": ["path/to/leadpipe-mcp/dist/index.js"]
    }
  }
}

Tools

lead_demo_seed

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.

lead_qualify

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.

{
  "criteria": {
    "reject_freemail": true,
    "required_title_keywords": ["vp", "director", "head", "founder"],
    "target_countries": ["US", "CA", "GB"],
    "min_company_size": "11-50",
    "required_tech_stack": ["shopify"]
  },
  "auto_disqualify": true
}

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) before lead_qualify, the detected tech stack populates company.tech_stack, and required_tech_stack can drop wrong-platform leads before they ever reach enrichment or scoring.

lead_ingest

Add a single lead to the pipeline.

{
  "email": "jane@acme.com",
  "first_name": "Jane",
  "last_name": "Smith",
  "job_title": "VP of Engineering",
  "company_name": "Acme Corp",
  "company_domain": "acme.com",
  "source": "website_form",
  "tags": ["demo-request"]
}

lead_batch_ingest

Add 1-100 leads at once. Duplicates are automatically skipped.

{
  "leads": [
    { "email": "lead1@corp.com", "job_title": "CEO" },
    { "email": "lead2@startup.io", "job_title": "CTO" }
  ]
}

lead_enrich

Enrich a lead with company data using the email domain.

{ "lead_id": "uuid-of-lead" }

Returns: company name, industry, size, country, tech stack, LinkedIn URL.

lead_score

Calculate a qualification score (0-100). Leads scoring 60+ are marked qualified.

{ "lead_id": "uuid-of-lead" }

Returns score + detailed breakdown across all 6 dimensions.

lead_search

Search and filter leads with pagination.

{
  "query": "acme",
  "status": "qualified",
  "min_score": 60,
  "limit": 20,
  "offset": 0
}

lead_export

Export leads to CRM or file format.

{
  "target": "hubspot",
  "min_score": 60
}

Targets: hubspot, pipedrive, csv, json

Google Sheets export is on the roadmap. Currently returns Sheets-ready formatted data.

pipeline_stats

Get pipeline analytics. No input required.

Returns: total leads, status/source breakdown, average score, score distribution, qualified rate, leads today/week/month.

config_scoring

View or update scoring configuration.

{
  "job_title_weight": 0.30,
  "high_value_titles": ["ceo", "cto", "vp", "founder"],
  "custom_rules": [
    {
      "field": "company_industry",
      "operator": "equals",
      "value": "fintech",
      "points": 15,
      "description": "Bonus for fintech companies"
    }
  ]
}

Resources

ResourceDescription
leads://recentThe 50 most recently added leads
leads://pipelinePipeline summary with status counts, scores, conversion rates
leads://configCurrent scoring engine configuration

Scoring Engine

Leads are scored 0-100 using a weighted average of 6 dimensions:

DimensionDefault WeightHow It Works
Job Title25%C-level/Founder: 100, VP/Director: 85, Manager: 65, Senior: 50, Junior: 15
Company Size20%Preferred sizes (11-50, 51-200, 201-500): 90, others scaled accordingly
Industry20%High-value industries (SaaS, fintech, etc.): 90, others: 40
Engagement15%Phone provided, full name, tags, source type (landing page > CSV)
Recency10%Today: 100, last week: 75, last month: 35, 3+ months: 5
Custom Rules10%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.


CRM Integration

HubSpot

Set the HUBSPOT_API_KEY environment variable with your HubSpot private app access token.

export HUBSPOT_API_KEY="pat-xxx-xxx"

Pipedrive

Set the PIPEDRIVE_API_KEY environment variable.

export PIPEDRIVE_API_KEY="xxx"

CSV / JSON

No configuration needed. Export returns data directly.


Enrichment

LeadPipe extracts the domain from the lead's email and looks up company data:

  1. Hunter.io (if HUNTER_API_KEY is set) — returns organization, industry, country, tech stack
  2. Domain heuristics — maps known domains to company data
  3. Freemail detection — gmail.com, yahoo.com, etc. are flagged (no company enrichment)

Pricing

TierPriceToolsFeatures
Free€0lead_demo_seed, lead_ingest, lead_batch_ingest, lead_search, lead_score, config_scoringIngest, manual scoring, ICP pre-qualification
Pro€19 lifetime+ lead_qualify, lead_enrich, lead_export, pipeline_statsAI 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.


Development

npm run dev        # Hot reload development
npm run build      # Production build
npm test           # Run unit tests
npm run inspect    # Open MCP Inspector

Pro License

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-filter
  • lead_enrich — domain knowledge-base enrichment
  • lead_export — HubSpot / Pipedrive / Google Sheets / CSV / JSON
  • pipeline_stats — portfolio analytics

Buy 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:

export LEMONSQUEEZY_LICENSE_KEY=YOUR-KEY-HERE

Or in your Claude Desktop / MCP client config:

{
  "mcpServers": {
    "leadpipe-mcp": {
      "command": "npx",
      "args": ["-y", "leadpipe-mcp-server"],
      "env": { "LEMONSQUEEZY_LICENSE_KEY": "YOUR-KEY-HERE" }
    }
  }
}

Validation is cached locally for 24 h, so the server is fully offline-capable after the first run.


License

MIT License. See LICENSE for details.

Built by Automatia BCN.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
Sales & MarketingFinance & Commerce
Registryactive
Packageleadpipe-mcp-server
TransportSTDIO
UpdatedApr 22, 2026
View on GitHub

More from enzoemir1

  • Shopops Mcp
  • Adops Mcp
  • Invoiceflow Mcp

Related Sales & Marketing MCP Servers

View all →
glassnode avatar
Glassnode

glassnode/glassnode-mcp

Access institutional-grade on-chain cryptocurrency metrics and market data for Bitcoin, Ethereum, and DeFi. Compare multiple assets efficiently through bulk data fetching and comprehensive market analysis. Stay informed with professional research articles and detailed market intelligence directly from Glassnode Insights. To get beyond 30-days of data, contact sales@glassnode.com
gzlo avatar
Rise Mcp

gzlo/rise-mcp

RISE CRM MCP server — 36 tools across CRM, projects, tickets, finance, sales, HR, and reports.
ali1041 avatar
Leadloadz

io.github.ali1041/leadloadz

B2B lead search and email verification MCP server
bch1212 avatar
Bizintel

io.github.bch1212/bizintel

Local business intel for AI agents: audits, lead scoring, tech stack, prospecting.
courtimusprime avatar
Gopher

io.github.courtimusprime/gopher

Lead intelligence layer for AI agents. Discover and enrich B2B prospects from natural language.
jessesorsa avatar
Omnier

io.github.jessesorsa/omnier

Turn signals from email, CRM, and meetings into a prioritized daily sales to-do list.