All Products

GeniusLead

Verified B2B leads in the DACH region

Google Maps Discovery → Impressum Scraping → Enrichment → Email Verification. Decision-maker contacts as Excel.

Installation

terminal
$ npx -y @geniuslead/mcp-leads
claude_desktop_config.json
{
  "mcpServers": {
    "geniuslead": {
      "command": "npx",
      "args": ["-y", "@geniuslead/mcp-leads"],
      "env": {
        "GENIUSLEAD_API_KEY": "your-api-key"
      }
    }
  }
}

Available Tools

search_leads

Search B2B leads by industry, region and quantity

get_lead_details

Get details of a single lead

verify_email

Verify a lead's email address

export_leads

Export leads as structured data

Examples

example
// "Finde 100 IT-Dienstleister in NRW"
// → search_leads({
//     industry: "IT-Dienstleistungen",
//     region: "NRW",
//     maxLeads: 100
//   })