← Back to Plugins
MCP Server MCP

io.github.carsonroell-debug/leadenrich-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx leadenrich-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "leadenrich-mcp",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Apollo.io API key for lead enrichment",
          "isSecret": true,
          "name": "APOLLO_API_KEY"
        },
        {
          "description": "Clearbit API key for company/contact enrichment",
          "isSecret": true,
          "name": "CLEARBIT_API_KEY"
        },
        {
          "description": "Hunter.io API key for email finding",
          "isSecret": true,
          "name": "HUNTER_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...