leadgen-mcp-server

williamcouture6/leadgen-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated today
Serveur MCP pour pipeline lead gen PME QC
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "leadgen-mcp-server": {
      "command": "uvx",
      "args": [
        "leadgen-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install leadgen-mcp-server

README Excerpt

Serveur MCP custom (FastMCP, Python) qui expose les outils unifiés du pipeline lead gen PME QC aux agents Claude Code et à n8n. | Tool | Description | |---|---| | `db.next_sourcing_target` | Retourne le prochain `(city, sector)` à sourcer (cooldown 30j) | | `db.start_sourcing_run` | Crée un `sourcing_runs` en `status=running` |