@bingeljell/lead-gen-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_API_KEY | No | OpenAI API key for improved extraction accuracy. | |
| SEARXNG_BASE_URL | No | URL for self-hosted SearXNG search instance. | |
| ANTHROPIC_API_KEY | No | Anthropic API key for improved extraction accuracy. | |
| LEAD_GEN_OUTPUT_DIR | No | Directory for CSV output (default: ./leads). | |
| BRAVE_SEARCH_API_KEY | No | API key for Brave search. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| lead_discoverB | Search for company candidates matching a query and rank them by ICP fit. Returns scored URLs ready for extraction — no browser required. |
| lead_extractA | Deep-extract company info (name, emails, industry, size) from a single URL using a headless browser and optional LLM parsing. |
| lead_generateC | Full pipeline: search → rank → extract → filter → save to CSV. Returns a list of discovered leads with emails. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Tools have distinct purposes: discovery, extraction, and full pipeline. The generate tool subsumes the other two but is a convenience layer, not a source of confusion. Minor overlap exists but descriptions clearly differentiate them.
All tool names follow a consistent lead_verb pattern (discover, extract, generate). The naming is predictable and aligns with tool function.
Three tools is on the lower end but appropriate for a focused lead generation server. Each tool earns its place, covering search, extraction, and pipeline integration.
The tool set covers the core lead generation workflow—search, extract, and output. Missing features like batch extraction or lead management are minor gaps for this scope.