PluginBench
MCP Server
Maintained

io.github.carsonroell-debug/leadenrich-mcp MCP Server

io.github.carsonroell-debug/leadenrich-mcp

What is the io.github.carsonroell-debug/leadenrich-mcp MCP server?

Waterfall lead enrichment — cascades Apollo, Clearbit, and Hunter for max coverage

How to install io.github.carsonroell-debug/leadenrich-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • APOLLO_API_KEY
    secret

    Apollo.io API key for lead enrichment

  • CLEARBIT_API_KEY
    secret

    Clearbit API key for company/contact enrichment

  • HUNTER_API_KEY
    secret

    Hunter.io API key for email finding

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "leadenrich-mcp": {
      "command": "uvx",
      "args": [
        "leadenrich-mcp"
      ],
      "env": {
        "APOLLO_API_KEY": "<YOUR_APOLLO_API_KEY>",
        "CLEARBIT_API_KEY": "<YOUR_CLEARBIT_API_KEY>",
        "HUNTER_API_KEY": "<YOUR_HUNTER_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "leadenrich-mcp": {
      "command": "uvx",
      "args": [
        "leadenrich-mcp"
      ],
      "env": {
        "APOLLO_API_KEY": "<YOUR_APOLLO_API_KEY>",
        "CLEARBIT_API_KEY": "<YOUR_CLEARBIT_API_KEY>",
        "HUNTER_API_KEY": "<YOUR_HUNTER_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "leadenrich-mcp": {
      "command": "uvx",
      "args": [
        "leadenrich-mcp"
      ],
      "env": {
        "APOLLO_API_KEY": "<YOUR_APOLLO_API_KEY>",
        "CLEARBIT_API_KEY": "<YOUR_CLEARBIT_API_KEY>",
        "HUNTER_API_KEY": "<YOUR_HUNTER_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "leadenrich-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "leadenrich-mcp"
      ],
      "env": {
        "APOLLO_API_KEY": "<YOUR_APOLLO_API_KEY>",
        "CLEARBIT_API_KEY": "<YOUR_CLEARBIT_API_KEY>",
        "HUNTER_API_KEY": "<YOUR_HUNTER_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add leadenrich-mcp --env APOLLO_API_KEY=<YOUR_APOLLO_API_KEY> --env CLEARBIT_API_KEY=<YOUR_CLEARBIT_API_KEY> --env HUNTER_API_KEY=<YOUR_HUNTER_API_KEY> -- uvx leadenrich-mcp

Related MCP servers

Broken link detection with affiliate tracking, revenue loss estimation, and fixes

0
Python
MIT
View repository →

SelfHeal MCP

Maintained

Self-healing proxy for MCP servers with retry, circuit breaker, and observability

0
TypeScript
View repository →

SiteHealth MCP

Maintained

Full website health audit — SSL, DNS, DMARC/SPF/DKIM, performance, uptime, links

0
TypeScript
View repository →

Reliable web fetching for AI agents with retry, circuit breaker, caching, and anti-bot bypass