Job Lead Converter MCP
Transforms job postings into qualified sales leads by searching for active jobs, enriching company data, and identifying decision-maker contact information.
README
🚀 Job Lead Converter MCP
An intelligent Model Context Protocol (MCP) server that transforms job postings into qualified sales leads. This powerful tool automates the process of finding hiring companies, enriching their data, and identifying decision-makers and their contact information.
🎯 What does it do?
Job Lead Converter provides a comprehensive Master Pipeline and modular tools designed to stream-line lead generation:
- Job Searching: Finds companies actively hiring for specific roles in desired locations.
- Company Enrichment: Gathers detailed data on the hiring companies (industry, size, tech stack, etc.).
- Lead Identification: Discovers the names, titles, and email addresses of key decision-makers.
By combining these steps, this MCP server hands you highly qualified leads without manual prospecting.
🛠️ Features (MCP Tools)
search_jobs(query, location, num_pages): Uses the JSearch API via RapidAPI to hunt down active job postings.enrich_company(domain): Uses the TechnologyChecker API to get a deep dive on a company's profile.find_lead_email(domain, company_name): Employs Hunter.io to precisely locate and verify top-level decision-maker contact details.generate_sales_leads(job_query, location): The Master Pipeline! Connects the three tools above into one seamless flow. Pass it a query (e.g., "Software Engineer"), and watch it output fully qualified leads ready for outreach.
⚙️ Prerequisites
You need API keys from three different providers to tap into the full potential of this server:
- RapidAPI (Specifically for the JSearch API)
- TechnologyChecker
- Hunter.io
🚀 Installation & Setup
-
Clone the repository:
git clone https://github.com/adeeljames/job-lead-converter-mcp.git cd job-lead-converter-mcp -
Set up a virtual environment (Recommended):
python -m venv .venv source .venv/bin/activate # On Windows, use `.venv\Scripts\activate` -
Install the dependencies:
# If you have uv installed (recommended) uv pip install -r requirements.txt # Or using standard pip pip install -r requirements.txt -
Environment Variables: Create a
.envfile in the root directory (this file is ignored by Git to keep your keys safe):RAPIDAPI_KEY="your_rapidapi_key_here" TECHNOLOGY_CHECKER_KEY="your_tech_checker_key_here" HUNTER_API_KEY="your_hunter_api_key_here"
🎮 Usage
You can launch the MCP server directly by running:
python server.py
🔌 Connecting to an MCP Client (e.g., Claude Desktop)
To use this with an MCP-compatible client like Claude for Desktop, edit your config file (typically claude_desktop_config.json) and add the following integration under mcpServers:
{
"mcpServers": {
"job-lead-converter": {
"command": "/path/to/your/virtual/environment/bin/python",
"args": ["/path/to/job-lead-converter-mcp/server.py"]
}
}
}
Note: Ensure the absolute paths reflect your local installation.
🤝 Contributing
Contributions are welcome! If you've got ideas on how to improve the accuracy of the leads, optimize API calls, or add new data sources, feel free to open a Pull Request.
📝 License
This project is open-source and available under the MIT License.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.