Job Lead Converter MCP
Allows searching for job postings via the JSearch API on RapidAPI, enabling lead generation from active job listings.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Job Lead Converter MCPGenerate sales leads for Python developers in Austin."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🚀 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.
Related MCP server: mcp-gtm-hiring-signal-scraper
🛠️ 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)
🚀 Installation & Setup
Clone the repository:
git clone https://github.com/adeeljames/job-lead-converter-mcp.git cd job-lead-converter-mcpSet 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.txtEnvironment 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adeeljames/job-lead-converter-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server