enzoemir1/leadpipe-mcp
AI-powered lead qualification engine for MCP. Ingest, enrich, score, and export leads to your CRM.
Platform-specific configuration:
{
"mcpServers": {
"leadpipe-mcp": {
"command": "npx",
"args": [
"-y",
"leadpipe-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
AI-powered lead qualification engine for the Model Context Protocol
[](LICENSE) [](https://www.typescriptlang.org/) [](https://modelcontextprotocol.io/)
LeadPipe ingests leads from any source, enriches them with company data, scores them 0-100 using configurable AI rules, and exports qualified leads to your CRM — all through the MCP protocol.
---
---
git clone https://github.com/enzoemir1/leadpipe-mcp.git
cd leadpipe-mcp
npm ci
npm run buildAdd to your MCP client config:
{
"mcpServers": {
"leadpipe": {
"command": "node",
"args": ["path/to/leadpipe-mcp/dist/index.js"]
}
}
}---
Add a single lead to the pipeline.
{
"email": "jane@acme.com",
"first_name": "Jane",
"last_name": "Smith",
"job_title": "VP of Engineering",
"company_name": "Acme Corp",
"company_domain": "acme.com",
"sLoading reviews...