CAT
/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

Cross AI Tools

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
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Leadbay

leadbay/leadclaw
authSTDIOregistry active
Summary

Connects Claude to your Leadbay account for AI-driven B2B lead discovery and outreach prep. Pull daily scored leads, run deep qualification passes, enrich contact titles, and log outreach activity without leaving your agent workflow. Leadbay treats leads like an inbox, not a database: fresh batches arrive daily, paced by your actual follow-through. The top slice gets auto-qualified; the rest can be deepened on demand. Tools cover read-only ops like research cards and campaign metrics, plus write actions for bulk qualification, audience tuning, and activity logging. Best used as a daily rhythm: pull leads, qualify promising ones, prep outreach, then report what you sent.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

LeadMCP

LeadMCP

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.

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.

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.

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.


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 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)

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+. Then run:

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:

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:

pnpm install
pnpm prompts:build
pnpm -r build

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

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:

MethodCommand / actionPlatformsNotes
.dxt / .mcpb bundleDownload from Releases, double-click → InstallClaude DesktopOne-click. The recommended path for end users.
Guided installer (GUI)npx -y -p @leadbay/mcp@latest installermacOS, Windows, LinuxBrowser wizard: sign in with Leadbay, pick clients. Works for everyone.
Local dev buildpnpm --filter @leadbay/mcp installer -- --localmacOS, Windows, LinuxRegisters 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-leadclawClaude CodeRegisters 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:

ClientInstaller behavior
Claude CodeRegisters/removes leadbay with claude mcp add/remove --scope user
Claude DesktopWrites/removes only the mcpServers.leadbay entry in claude_desktop_config.json
CursorWrites/removes only the mcpServers.leadbay entry in Cursor's MCP config
CodexWrites/removes only the [mcp_servers.leadbay] block in ~/.codex/config.toml and the Leadbay-managed shell export block

Claude Code plugin marketplace

/plugin marketplace add leadbay/leadclaw
/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

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)

ToolDescription
leadbay_pull_leadsPull today's fresh batch of scored leads
leadbay_pull_followupsPull leads that need follow-up action
leadbay_followups_mapGeo-clustered follow-up map for travel planning
leadbay_tour_planBuild a visit plan for an upcoming trip
leadbay_research_lead_by_idDeep-dive research card for a single lead
leadbay_research_lead_by_name_fuzzyLook up a lead by company name
leadbay_prepare_outreachBuild a personalized outreach brief for a lead
leadbay_account_statusCheck quota, credits, and account state
leadbay_list_campaignsList existing campaigns
leadbay_campaign_progressionCampaign funnel metrics
leadbay_campaign_call_sheetCall sheet for a campaign
leadbay_bulk_enrich_statusStatus of a running enrichment job
leadbay_qualify_statusStatus of a running qualification job
leadbay_import_statusStatus of a running import job
leadbay_resolve_import_rowsResolve import rows to lead IDs
leadbay_list_mappable_fieldsList CRM fields available for mapping
leadbay_list_sectorsList the sector taxonomy (real labels to target — no guessing)
leadbay_recall_ordered_titlesList job titles previously enriched by the org (use before leadbay_enrich_titles)
leadbay_create_topup_linkGenerate a Stripe top-up link (quota recovery)
leadbay_open_billing_portalOpen the billing portal

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

ToolDescription
leadbay_bulk_qualify_leadsTrigger AI qualification on a batch of leads
leadbay_enrich_titlesEnrich contact job titles
leadbay_my_lensesList, switch, rename/describe, or delete your lenses (delete is confirm-gated)
leadbay_new_lensCreate a new named lens with sectors/sizes (previews & confirms before creating)
leadbay_adjust_audienceAdjust a lens audience by sector/size — pass lensName to edit a lens by name (edit-only, doesn't switch your active lens)
leadbay_refine_promptRefine the qualification prompt
leadbay_answer_clarificationAnswer a clarification question from Leadbay
leadbay_report_outreachLog outreach activity (required after every contact)
leadbay_import_leadsImport a list of company domains
leadbay_import_and_qualifyImport + immediately qualify leads
leadbay_add_noteAdd a note to a lead
leadbay_like_leadMark a lead as liked
leadbay_dislike_leadMark a lead as disliked
leadbay_create_campaignCreate a new campaign
leadbay_add_leads_to_campaignAdd leads to a campaign
leadbay_remove_leads_from_campaignRemove leads from a campaign
leadbay_create_custom_fieldCreate a custom CRM field

Advanced granular tools (gated by LEADBAY_MCP_ADVANCED=1)

Low-level single-API-call tools for power users and integrations. Enabled by setting LEADBAY_MCP_ADVANCED=1 in the MCP server's env.

How it works

The MCP server automatically uses your active lens (the last lens you used in Leadbay). Just call leadbay_pull_leads and it works — no lens configuration needed.

You can also manage lenses directly from chat: leadbay_my_lenses lists them and switches/renames/deletes; leadbay_new_lens creates a named one with sector/size criteria; and leadbay_adjust_audience edits an existing lens (the active one, or any lens by name via lensName). Sector names resolve against the live taxonomy — leadbay_list_sectors surfaces the real labels.

leadbay_research_lead_by_id bundles multiple API calls (lead details + AI qualification + contacts) into a single response. If some data isn't available yet, it returns partial results instead of failing.

Configuration

Env varRequiredDescription
LEADBAY_TOKENYesLocal OAuth bearer credential (set by the installer)
LEADBAY_REGIONYesus or fr
LEADBAY_MCP_WRITENoSet to 0 to disable write tools (default: on)
LEADBAY_MCP_ADVANCEDNoSet to 1 to expose granular tools (default: off)
LEADBAY_BASE_URLNoOverride API URL (for staging/dev)

Workflows

The canonical inventory of what the MCP supports — supported / partial / planned / blocked-on-backend — is WORKFLOWS.md. Use it to triage incoming asks: find the row that matches, or add a new one. A small audit asserts every cited tool/prompt and test path is real, so the table can't silently drift.

Quick taste:

leadbay_pull_leads → leadbay_research_lead_by_id → leadbay_prepare_outreach   # discover & research
leadbay_pull_followups → leadbay_followups_map → leadbay_prepare_outreach     # travel/geo follow-ups
leadbay_import_leads → leadbay_bulk_qualify_leads                             # import & qualify

Requirements

  • Node.js 22+
  • A Leadbay account

Building from source

pnpm install
pnpm prompts:build
pnpm -r build
pnpm -r test
pnpm -r typecheck

Test tiers

  • Unit tests (packages/core/test/unit/) — error-code mapping, tool branches. Use mockHttp from test/harness.ts to stub node:https. No network required.
  • Integration tests (packages/core/test/integration/) — opt-in. Set LEADBAY_TEST_TOKEN and run pnpm test:smoke.
  • Audit tests (packages/mcp/test/audit/) — assert tool descriptions, routing blocks, and WORKFLOWS.md consistency at build time. Always run on CI.
  • Eval tests (packages/mcp/test/eval/) — LLM-graded scenarios. Gated by EVAL=1.

See CLAUDE.md for the full contributor guide: tool structure, test conventions, build pipeline, and how to add a new tool.

Publishing

All releases are tag-driven — never run npm publish locally. GitHub Actions owns publishing.

  1. Bump packages/mcp/package.json#version + add CHANGELOG entry, land PR.
git checkout main && git pull
git tag mcp-v0.x.0
git push origin mcp-v0.x.0
  1. Watch the release workflow: preflight-npm → publish-mcp.

For dry runs: Actions → release → "Run workflow" → package: mcp, dry_run: true.

Full runbook (auth setup, failure modes, manual re-runs): RELEASE.md.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

LEADBAY_TOKEN*secret

Bearer token; mint with `npx -y @leadbay/mcp@0.19 login --email <you> --region <us|fr>`.

LEADBAY_REGION*default: fr

us or fr - Leadbay backend that owns your account.

LEADBAY_MCP_WRITEdefault: 1

Set to 0 to hide composite write tools (default: 1, ON).

LEADBAY_MCP_ADVANCEDdefault: 0

Set to 1 to expose granular API tools.

Categories
Sales & Marketing
Registryactive
Package@leadbay/mcp
TransportSTDIO
AuthRequired
UpdatedJun 10, 2026
View on GitHub

Related Sales & Marketing MCP Servers

View all →
Vibe Prospecting

explorium-ai/vibeprospecting-mcp

Power your chat with B2B data to create lead lists, research companies, personalize your outreach, and more.
22
Lead Enrichment API

io.github.compuute/lead-enrichment

Curated EU AI/Sec/DevTools/Fintech B2B leads, Claude-scored. MCP+x402. Free 250/mo.
Apollo Salesforce Mapper

dev.workers.selbyventurecap.cf-worker/apollo-salesforce-mapper

Apollo->Salesforce Lead mapper. No LLM. Strict-fail required fields. PASS/REPAIR/FAIL verdict.
Company Enrichment API

io.github.br0ski777/company-enrichment

Company firmographics from domain: name, socials, tech stack, emails, phone, address
Apollo

com.mcparmory/apollo

Search and enrich contact and company data from 210M+ people and 35M+ companies
25
Mcp Gtm Tech Stack Signal Scraper

mambalabsdev/mcp-gtm-tech-stack-signal-scraper

Detects a company CRM, sequencer, and marketing automation from its public website. Clay-ready.
1