Skip to main content
ClaudeWave

Leadbay plugin for OpenClaw

MCP ServersRegistry oficial0 estrellas1 forksTypeScriptMITActualizado today
ClaudeWave Trust Score
74/100
· OK
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: NPX · -p
Claude Code CLI
claude mcp add leadclaw -- npx -y -p
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "leadclaw": {
      "command": "npx",
      "args": ["-y", "-p"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

<p align="center">
  <img src="logo.png" alt="LeadMCP" width="200">
</p>

<h1 align="center">LeadMCP</h1>
<p align="center">MCP server that gives your B2B outreach agent superpowers. LeadMCP lets your agent tap into Leadbay's rich knowledge base of companies, turning outreach activity from senseless spamming into meaningful connections.</p>
<p align="center">Ask your agent for new leads, and it will pull highly qualified companies that score well against your target profile and meet your qualification criteria.</p>
<p align="center">Everything is personalized—nothing to configure. Leadbay runs advanced AI agents on your website and leverages deep B2B sales expertise to optimize how leads are sourced for you.</p>
<p align="center">Tell your agent which leads you want it to prospect, connect your communication channels, and it will source contacts from Leadbay and handle outreach on your behalf. Enjoy the outreach you no longer have to do.
</p>

---

## How Leadbay thinks (mental model for your agent)

- **Inbox, not a database.** Each day your user logs back in, a fresh batch of leads is delivered. Batch size is paced by how many leads the user has actually acted on recently — some workflows produce a big stream of smaller prospects, others a narrow stream of bigger ones. Pulling more won't produce more; acting on leads does.
- **Two scoring layers.** Every lead ships with a basic `score` (firmographic — already decent, usually correlates with AI). Roughly the top 10 of each batch are also AI-qualified (targeted web research + qualification questions → `ai_agent_lead_score`). Leads below the top 10 aren't worse — the system is saving resources. The agent can request deeper qualification (`leadbay_bulk_qualify_leads`) or contact enrichment (`leadbay_enrich_titles`) on any lead that looks worth it.
- **Daily rhythm.** The agent works best as a daily check-in: pull fresh leads, skim the auto-qualified top, deepen 1-3 promising ones, propose outreach, then log what actually got sent via `leadbay_report_outreach`. If your host supports scheduling, set up a daily run.

---

# For users

Get LeadMCP running inside your AI assistant in a couple of minutes. No coding required.

> **No Leadbay account yet?** [Create one here](https://wow.leadbay.ai/?register=true) first — you'll need it to sign in during setup.

## Install in Claude (recommended)

The fastest way to get started is the one-click Claude extension.

**1. Download the extension**

👉 **[Download the latest LeadMCP for Claude (.dxt)](https://github.com/leadbay/leadclaw/releases/latest)**

On the releases page, click the file ending in **`.dxt`** to download it.

**2. Install it**

Double-click the downloaded `.dxt` file. Claude opens and shows an install dialog — click **Install**, and you're done.

**If the double-click doesn't open Claude**, install it manually:

1. Open Claude and go to your **profile → Settings → Extensions**.
2. Open **Advanced settings**.
3. Choose **Install extension…** and select the `.dxt` file you downloaded.

**3. Sign in**

Claude will prompt you to connect Leadbay. Sign in with your Leadbay account and you're ready — just ask your agent for leads.

## Using another assistant?

LeadMCP also works with Claude Code, Claude Desktop, Cursor, and Codex. The **universal installer** sets everything up for you and lets you sign in with Leadbay.

Requires [Node.js 22+](https://nodejs.org). Then run:

```bash
npx -y -p @leadbay/mcp@latest installer
```

It opens in your browser where you click **Sign in with Leadbay**, then pick which assistants to connect. Works on macOS, Windows, and Linux.

**To uninstall**, run the same installer with `--uninstall`:

```bash
npx -y -p @leadbay/mcp@latest installer --uninstall
```

It opens an uninstall window showing only the assistants that have Leadbay connected — pick the ones to remove and click **Remove selected**. It only removes Leadbay; your other settings and connections are left untouched.

---

# For developers

Everything below is for contributors and anyone running LeadMCP from source or wiring it into automation.

## Install a local version with the custom installer

To run your local checkout (instead of the published package), first build it from source:

```bash
pnpm install
pnpm prompts:build
pnpm -r build
```

Then point the installer at your freshly built version with `--local`:

```bash
pnpm --filter @leadbay/mcp installer -- --local
```

`--local` registers the MCP client(s) against the build in your working tree rather than `@leadbay/mcp@latest`. OAuth is handled automatically — you don't need to pass `--oauth`. The installer asks per-target before writing anything.

## All install methods

Every supported way to connect LeadMCP:

| Method | Command / action | Platforms | Notes |
|--------|------------------|-----------|-------|
| **`.dxt` / `.mcpb` bundle** | Download from [Releases](https://github.com/leadbay/leadclaw/releases/latest), double-click → **Install** | Claude Desktop | One-click. The recommended path for end users. |
| **Guided installer (GUI)** | `npx -y -p @leadbay/mcp@latest installer` | macOS, Windows, Linux | Browser wizard: sign in with Leadbay, pick clients. Works for everyone. |
| **Local dev build** | `pnpm --filter @leadbay/mcp installer -- --local` | macOS, Windows, Linux | Registers clients against your local build. OAuth automatic. Build from source first (above). |
| **Claude Code plugin marketplace** | `/plugin marketplace add leadbay/leadclaw` then `/plugin install leadbay@leadbay-leadclaw` | Claude Code | Registers the MCP server **and** installs auto-triggering skills. |

### What each installer writes per client

The GUI/CLI installers only touch clients that are actually installed on the machine:

| Client | Installer behavior |
|--------|--------------------|
| Claude Code | Registers/removes `leadbay` with `claude mcp add/remove --scope user` |
| Claude Desktop | Writes/removes only the `mcpServers.leadbay` entry in `claude_desktop_config.json` |
| Cursor | Writes/removes only the `mcpServers.leadbay` entry in Cursor's MCP config |
| Codex | Writes/removes only the `[mcp_servers.leadbay]` block in `~/.codex/config.toml` and the Leadbay-managed shell export block |

### Claude Code plugin marketplace

```bash
/plugin marketplace add leadbay/leadclaw
```

```bash
/plugin install leadbay@leadbay-leadclaw
```

Claude Code prompts for Leadbay auth/config. Registers the MCP server **and** installs skills (`leadbay_research_a_domain`, `leadbay_import_file`, `leadbay_log_outreach`, `leadbay_qualify_top_n`, `leadbay_refine_audience`, and others) that auto-trigger on natural-language asks.

### Uninstall

```bash
npx -y -p @leadbay/mcp@latest installer --uninstall
```

Opens the uninstall wizard — only shows clients that already have Leadbay MCP configured. De-registers Claude Code, strips the JSON stanza from Claude Desktop / Cursor configs, removes the `[mcp_servers.leadbay]` TOML block from Codex, and strips the managed `export LEADBAY_*` block from `~/.zshrc` / `~/.bashrc`. Uninstall is scoped to Leadbay — it never rewrites unrelated client settings or removes other MCP servers.

## Tools

### Read-only (always on)

| Tool | Description |
|------|-------------|
| `leadbay_pull_leads` | Pull today's fresh batch of scored leads |
| `leadbay_pull_followups` | Pull leads that need follow-up action |
| `leadbay_followups_map` | Geo-clustered follow-up map for travel planning |
| `leadbay_tour_plan` | Build a visit plan for an upcoming trip |
| `leadbay_research_lead_by_id` | Deep-dive research card for a single lead |
| `leadbay_research_lead_by_name_fuzzy` | Look up a lead by company name |
| `leadbay_prepare_outreach` | Build a personalized outreach brief for a lead |
| `leadbay_account_status` | Check quota, credits, and account state |
| `leadbay_list_campaigns` | List existing campaigns |
| `leadbay_campaign_progression` | Campaign funnel metrics |
| `leadbay_campaign_call_sheet` | Call sheet for a campaign |
| `leadbay_bulk_enrich_status` | Status of a running enrichment job |
| `leadbay_qualify_status` | Status of a running qualification job |
| `leadbay_import_status` | Status of a running import job |
| `leadbay_resolve_import_rows` | Resolve import rows to lead IDs |
| `leadbay_list_mappable_fields` | List CRM fields available for mapping |
| `leadbay_list_sectors` | List the sector taxonomy (real labels to target — no guessing) |
| `leadbay_recall_ordered_titles` | List job titles previously enriched by the org (use before `leadbay_enrich_titles`) |
| `leadbay_create_topup_link` | Generate a Stripe top-up link (quota recovery) |
| `leadbay_open_billing_portal` | Open the billing portal |

### Write actions (gated by `LEADBAY_MCP_WRITE=1`, default ON since 0.3.0)

| Tool | Description |
|------|-------------|
| `leadbay_bulk_qualify_leads` | Trigger AI qualification on a batch of leads |
| `leadbay_enrich_titles` | Enrich contact job titles |
| `leadbay_my_lenses` | List, switch, rename/describe, or delete your lenses (delete is confirm-gated) |
| `leadbay_new_lens` | Create a new named lens with sectors/sizes (previews & confirms before creating) |
| `leadbay_adjust_audience` | Adjust a lens audience by sector/size — pass `lensName` to edit a lens by name (edit-only, doesn't switch your active lens) |
| `leadbay_refine_prompt` | Refine the qualification prompt |
| `leadbay_answer_clarification` | Answer a clarification question from Leadbay |
| `leadbay_report_outreach` | Log outreach activity (required after every contact) |
| `leadbay_import_leads` | Import a list of company domains |
| `leadbay_import_and_qualify` | Import + immediately qualify leads |
| `leadbay_add_note` | Add a note to a lead |
| `leadbay_like_lead` | Mark a lead as liked |
| `leadbay_dislike_lead` | Mark a lead as disliked |
| `leadbay_create_campaign` | Create a new campaign |
| `leadbay_add_leads_to_campaign` | Add leads to a campaign |
| `leadbay_remove_leads_from_cam

Lo que la gente pregunta sobre leadclaw

¿Qué es leadbay/leadclaw?

+

leadbay/leadclaw es mcp servers para el ecosistema de Claude AI. Leadbay plugin for OpenClaw Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala leadclaw?

+

Puedes instalar leadclaw clonando el repositorio (https://github.com/leadbay/leadclaw) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar leadbay/leadclaw?

+

Nuestro agente de seguridad ha analizado leadbay/leadclaw y le ha asignado un Trust Score de 74/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene leadbay/leadclaw?

+

leadbay/leadclaw es mantenido por leadbay. La última actividad registrada en GitHub es de today, con 2 issues abiertos.

¿Hay alternativas a leadclaw?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega leadclaw en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: leadbay/leadclaw
[![Featured on ClaudeWave](https://claudewave.com/api/badge/leadbay-leadclaw)](https://claudewave.com/repo/leadbay-leadclaw)
<a href="https://claudewave.com/repo/leadbay-leadclaw"><img src="https://claudewave.com/api/badge/leadbay-leadclaw" alt="Featured on ClaudeWave: leadbay/leadclaw" width="320" height="64" /></a>

Más MCP Servers

Alternativas a leadclaw