Lead Enrichment Pipeline MCP Server avatar

Lead Enrichment Pipeline MCP Server

Pricing

Pay per usage

Go to Apify Store
Lead Enrichment Pipeline MCP Server

Lead Enrichment Pipeline MCP Server

Find businesses on Google Maps and get contact emails, phone numbers, and social profiles in one call. Search by industry and location. Get names, addresses, ratings, websites, and enriched contact data for sales, recruiting, and outreach.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Adam Hartman

Adam Hartman

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

Find businesses on Google Maps and get their contact info in one call. Emails, phone numbers, social profiles, websites. Everything you need to start outreach.

What This Does

You give it a search query like "plumber in Austin TX" and it finds real businesses from Google Maps. Names, addresses, phone numbers, websites, ratings. All of it.

Then you can enrich any lead to pull emails, social media links, and other contact details. No switching between tools. No copy-pasting. One workflow.

This is an MCP (Model Context Protocol) server. That means your AI assistant (Claude, GPT, or any MCP-compatible client) can call these tools directly during a conversation. You ask "find me plumbers in Austin" and your assistant does the rest.

How It Works

  1. Install this server in your MCP client (Claude Desktop, Cursor, or any MCP-compatible app)
  2. Your AI assistant gets access to the tools below
  3. Ask your assistant to find leads, and it calls the right tools automatically
  4. Results come back as structured data you can use right away

No API keys to manage. No code to write. Just talk to your assistant.

Tools

find_leads

Search for businesses by query and location.

Example request:

{
"query": "plumber in Austin TX",
"limit": 5
}

Example response:

{
"results": [
{
"name": "Radiant Plumbing & Air Conditioning",
"address": "9821 Middle Fiskville Rd, Austin, TX 78753",
"phone": "(512) 448-3434",
"website": "https://radiantplumbing.com",
"rating": 4.9,
"reviews_count": 7823,
"category": "Plumber"
},
{
"name": "Stan's Heating, Air & Plumbing",
"address": "8318 Cross Park Dr, Austin, TX 78754",
"phone": "(512) 929-3535",
"website": "https://stansac.com",
"rating": 4.8,
"reviews_count": 4215,
"category": "Plumber"
}
],
"total_found": 87
}

enrich_lead

Take a business and pull deeper contact details. Emails, social media profiles, key people.

Example request:

{
"business_name": "Radiant Plumbing & Air Conditioning",
"website": "https://radiantplumbing.com"
}

Example response:

{
"emails": ["info@radiantplumbing.com", "service@radiantplumbing.com"],
"phone": "(512) 448-3434",
"social": {
"facebook": "https://facebook.com/RadiantPlumbingAustin",
"instagram": "https://instagram.com/radiantplumbing",
"linkedin": "https://linkedin.com/company/radiant-plumbing"
},
"owner": "Brad Casebier"
}

batch_leads

Find and enrich leads in one shot. Combines find_leads and enrich_lead into a single call so you don't have to run them separately.

Example request:

{
"query": "plumber in Austin TX",
"limit": 10,
"enrich": true
}

Example response: Returns the same data as find_leads, but each result also includes enrichment fields (emails, social profiles, key contacts). One call instead of eleven.

Pricing

ToolCost
find_leads$0.01 per lead
enrich_lead$0.05 per lead
batch_leads$0.10 per lead

You only pay for results returned. No monthly fees. No minimums.

Other OnetapStudio MCP Servers