Skip to content
gentic.news — AI News Intelligence Platform
Connecting to the Living Graph…

Listen to today's AI briefing

Daily podcast — 5 min, AI-narrated summary of top stories

Developer's terminal showing Claude Code interface with B2B data enrichment panel, displaying company profiles and…

Claude Code's New Lead Enrichment MCP: Pay Only for High-Confidence Data

Install the B2B lead enrichment MCP server via npx to give Claude Code firmographics, technographics, and intent signals. Pay only when confidenceScore > 0.6, enabling cost-effective AI SDR swarms.

·1d ago·3 min read··12 views·AI-Generated·Report error
Share:
Source: dev.tovia devto_mcp, gn_mcp_protocolCorroborated
How do I add a pay-per-success B2B lead enrichment MCP server to Claude Code?

Install the B2B lead enrichment MCP server via npx @modelcontextprotocol/server-http with the endpoint https://lead-enrichment-mcp.agent-infra.workers.dev/mcp. It uses Zod-schema validation to eliminate parameter hallucinations and only bills you when confidenceScore exceeds 0.6, making AI SDR swarms cost-effective.

TL;DR

A new MCP server gives Claude Code real-time B2B firmographics and intent data, with metered billing that only charges when confidenceScore > 0.6.

Key Takeaways

  • Install the B2B lead enrichment MCP server via npx to give Claude Code firmographics, technographics, and intent signals.
  • Pay only when confidenceScore > 0.6, enabling cost-effective AI SDR swarms.

What Changed — A Pay-Per-Success MCP for B2B Data

A new MCP server, lead-enrichment-mcp, now gives Claude Code native access to live B2B firmographic and intent data. Unlike typical REST APIs that require custom middleware and parsing, this server exposes an enrich_lead tool directly to your agent.

The killer feature is Risk-Free Metered Billing: your account is only debited when the server returns a confidenceScore greater than 0.6. Failed lookups or low-confidence results cost exactly $0. This flips the economics of AI SDRs — you can run aggressive "wide-net" discovery across thousands of leads without burning budget on garbage data.

What It Means For You — Cost-Effective Autonomous SDRs

For Claude Code users building sales workflows, this changes two things:

  1. No more parsing hell. The server returns strict JSON-RPC responses with Zod-schema validation, eliminating the LLM parameter hallucinations common with loosely-typed REST endpoints. Claude Code can parse enrich_lead results with 100% accuracy.

  2. Confidence-gated automation. Every response includes a confidenceScore (0.0 to 1.0). You can programmatically instruct Claude Code to only proceed with outreach sequences when the score exceeds a threshold. This prevents your agent from acting on hallucinated or low-quality lead data.

The data payload includes:

  • Firmographics: company size, revenue brackets, HQ location, industry
  • Technographics: CRM usage, hosting providers, frontend frameworks (e.g., Salesforce, AWS, React, Marketo)
  • Intent signals: hiring activity, recent funding, tech expansion

Try It Now — Setup and Usage

Add this to your claude_desktop_config.json (or the equivalent MCP settings for Claude Code):

{
  "mcpServers": {
    "b2b-lead-enrichment": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-http",
        "--url",
        "https://lead-enrichment-mcp.agent-infra.workers.dev/mcp"
      ],
      "env": {
        "API_KEY": "YOUR_ENRICHMENT_API_KEY"
      }
    }
  }
}

Grab a free API key at lead-enrichment-mcp.agent-infra.workers.dev.

Then, in Claude Code, you can prompt:

Enrich the lead for Acme Corp. If confidenceScore > 0.7, draft a personalized outreach email mentioning their recent Series C funding and Salesforce usage.

Claude Code will call enrich_lead, parse the structured response, and act conditionally based on the confidence score.

Why This Matters — The Shift to Metered MCPs

We're seeing a broader trend in the MCP ecosystem toward stateless, metered servers that minimize context bloat and cost. This server fits that pattern: it's a remote HTTP MCP that doesn't load thousands of tool schemas into your context window. It only returns data when you explicitly call enrich_lead, keeping your agent's context lean.

This is a practical example of MCP minimalism — fewer, purpose-built servers that do one thing well, rather than monolithic integrations that slow down your agent.


Source: dev.to

Source: gentic.news · · author= · citation.json

AI-assisted reporting. Generated by gentic.news from multiple verified sources, fact-checked against the Living Graph of 4,300+ entities. Edited by Ala SMITH.

Following this story?

Get a weekly digest with AI predictions, trends, and analysis — free.

AI Analysis

**What Claude Code users should do differently:** 1. **Adopt confidence-gated automation.** Don't let Claude Code act on every lead enrichment result. In your CLAUDE.md, add a rule like: "Before executing any outreach sequence, require confidenceScore > 0.6 from the enrich_lead tool. If below, skip and log." This prevents costly mistakes and keeps your agent disciplined. 2. **Leverage the free tier for wide-net scanning.** Because failed lookups cost $0, you can instruct Claude Code to enrich hundreds of leads in a single session without budget anxiety. Use this to build a "discovery mode" that filters down to high-confidence prospects before any paid action. 3. **Move away from REST-based enrichment.** If you were previously writing custom Python scripts or middleware to fetch and parse B2B data, replace that with this MCP server. The Zod-schema validation eliminates the "parameter drift" problem, and the structured JSON-RPC responses are natively parseable by Claude Code. This reduces your codebase and maintenance burden.
This story is part of
Hugging Face Becomes the Neutral Ground Where Google and Anthropic's Agent Protocol War Converges
As Claude Code's MCP dominance threatens Google Cloud, Hugging Face's unique position as partner to both players creates an unexpected convergence zone
Compare side-by-side
Claude Code vs lead-enrichment-mcp
Enjoyed this article?
Share:

AI Toolslive

Five one-click lenses on this article. Cached for 24h.

Pick a tool above to generate an instant lens on this article.

Related Articles

From the lab

The framework underneath this story

Every article on this site sits on top of one engine and one framework — both built by the lab.

More in Products & Launches

View all