Install
openclaw skills install mcf-lead-gen-pipelineAutonomous 6-agent pipeline that researches industries, finds businesses, and generates personalized outreach — one API call.
openclaw skills install mcf-lead-gen-pipelineThis is not just an API — it is a full autonomous research and outreach pipeline powered by 6 coordinated AI agents. Send an industry and location, and the pipeline discovers real businesses, researches them deeply, identifies pain points, matches solution packages, and writes personalized cold emails ready to send. One call replaces hours of manual prospecting.
All endpoints require x402 payment (USDC on Base L2). Send a request without payment to receive pricing info in the 402 response.
Request:
{
"industry": "HVAC contractors",
"location": "Dallas, TX",
"count": 10,
"solution_focus": "ai-automation"
}
Response:
{
"leads": [
{
"business_name": "Comfort Zone HVAC",
"contact_name": "Mike Torres",
"email": "mike@comfortzonehvac.com",
"phone": "214-555-0142",
"website": "comfortzonehvac.com",
"pain_points": ["manual scheduling", "missed follow-ups", "no online booking"],
"matched_solution": "ai-scheduling-bundle",
"outreach_email": {
"subject": "Quick question about your scheduling, Mike",
"body": "..."
},
"research_summary": "15-person operation, 4.2 Google rating, heavy residential focus..."
}
],
"pipeline_metadata": {
"agents_used": 6,
"businesses_scanned": 47,
"leads_qualified": 10,
"processing_time_seconds": 38
}
}
Request:
{
"business_name": "Comfort Zone HVAC",
"location": "Dallas, TX",
"website": "comfortzonehvac.com"
}
Response:
{
"profile": {
"name": "Comfort Zone HVAC",
"industry": "HVAC",
"estimated_revenue": "$2M-5M",
"employee_count": "10-20",
"years_in_business": 12,
"google_rating": 4.2,
"review_count": 187
},
"tech_signals": ["no online booking", "basic WordPress site", "no CRM detected"],
"pain_points": ["manual scheduling", "missed follow-ups", "no review automation"],
"competitors": ["ABC Cooling", "North Texas Air"],
"contacts": [
{"name": "Mike Torres", "role": "Owner", "email": "mike@comfortzonehvac.com"}
]
}
Request:
{
"business_name": "Comfort Zone HVAC",
"contact_name": "Mike Torres",
"pain_points": ["manual scheduling", "missed follow-ups"],
"solution": "ai-scheduling-bundle",
"tone": "casual-professional"
}
Response:
{
"email": {
"subject": "Quick question about your scheduling, Mike",
"body": "Hi Mike,\n\nI noticed Comfort Zone HVAC is crushing it on Google reviews (4.2 stars, nice). But I also noticed you don't have online booking — which usually means your front desk is fielding a ton of calls...",
"follow_up_1": { "delay_days": 3, "subject": "...", "body": "..." },
"follow_up_2": { "delay_days": 7, "subject": "...", "body": "..." }
},
"personalization_score": 0.92
}
Request:
GET /api/pipeline/solutions
Response:
{
"solutions": [
{
"id": "ai-scheduling-bundle",
"name": "AI Scheduling & Booking",
"monthly_price": "$497",
"description": "Automated appointment scheduling with AI phone answering",
"best_for": ["HVAC", "plumbing", "dental", "med-spa"]
},
{
"id": "review-reputation",
"name": "Review & Reputation Engine",
"monthly_price": "$297",
"description": "Automated review requests, response generation, reputation monitoring"
}
]
}
| Endpoint | Price | Description |
|---|---|---|
| /api/pipeline/generate-leads | $1.00 | Full pipeline: research + qualify + outreach |
| /api/pipeline/research-business | $0.50 | Deep AI research on one business |
| /api/pipeline/write-outreach | $0.25 | Personalized cold email generation |
| /api/pipeline/solutions | Free | Browse available solution packages |