Lead Gen & Scraping MCP Server - 17 Tools for AI Agents avatar

Lead Gen & Scraping MCP Server - 17 Tools for AI Agents

Pricing

from $46.50 / 1,000 tool calls

Go to Apify Store
Lead Gen & Scraping MCP Server - 17 Tools for AI Agents

Lead Gen & Scraping MCP Server - 17 Tools for AI Agents

One MCP server, 16 tools for AI agents: find B2B leads with emails by industry + city, enrich company domains and people into verified contacts, score ICP fit, extract website contacts, plus Google Maps, Reddit, Amazon & TikTok scraping. Streamable HTTP + SSE. Pay per tool call.

Pricing

from $46.50 / 1,000 tool calls

Rating

0.0

(0)

Developer

Renzo Madueno

Renzo Madueno

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

1

Monthly active users

40 minutes ago

Last modified

Share

Lead Gen & Scraping MCP Server — 17 Tools for AI Agents

One MCP server that gives Claude, Cursor, ChatGPT or any MCP client 17 production tools: B2B lead discovery with emails, company/person/ICP enrichment, website contact extraction, local business data, and web scraping across Reddit, Amazon, eBay, YouTube, TikTok, Indeed and Trustpilot.

No API keys to manage. No servers to run. Pay per tool call.

Connect it in 60 seconds

The server speaks Streamable HTTP (modern clients) and SSE (legacy clients).

Endpoint

https://renzomacar--multi-scraper-mcp.apify.actor/mcp?token=YOUR_APIFY_TOKEN

Get a free token at console.apify.com/settings/integrations.

Claude Desktop / Claude Code

Add to claude_desktop_config.json (Settings → Developer → Edit Config):

{
"mcpServers": {
"leadgen-scraper": {
"command": "npx",
"args": [
"-y", "mcp-remote",
"https://renzomacar--multi-scraper-mcp.apify.actor/mcp?token=YOUR_APIFY_TOKEN"
]
}
}
}

Restart Claude. The 17 tools appear under the tools icon.

Cursor

Settings → MCP → Add new global MCP server, then in ~/.cursor/mcp.json:

{
"mcpServers": {
"leadgen-scraper": {
"url": "https://renzomacar--multi-scraper-mcp.apify.actor/mcp?token=YOUR_APIFY_TOKEN"
}
}
}

ChatGPT / any HTTP MCP client

Point the client at the same /mcp URL. For older SSE-only clients use /sse instead of /mcp.

Verify the connection

curl -X POST "https://renzomacar--multi-scraper-mcp.apify.actor/mcp?token=YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-06-18","capabilities":{},"clientInfo":{"name":"curl","version":"1"}}}'

Tools

Lead generation & enrichment

ToolWhat your agent can do
find_b2b_leadsFind B2B companies with emails by industry + city ("dentists in Miami, FL"). The Apollo/ZoomInfo-style workhorse — start here for any lead list.
enrich_companyTurn a domain into a full profile: industry, size, tech stack, socials, decision-maker names and emails.
enrich_personTurn "Jane Smith, acme.com" into a verified work email + job title with a confidence score.
score_leads_icpEnrich and rank a mixed list of emails/domains/names against your ideal customer profile.
website_contactsCrawl any site and pull emails, phones, socials and tech stack.
google_maps_leadsGoogle Maps businesses already enriched with emails — contactable local leads in one call.
healthcare_provider_leadsGovernment-verified US providers from the NPPES/NPI registry, enriched with emails.

Local & market data

ToolWhat your agent can do
google_maps_searchLocal businesses by category + location: name, address, phone, website, rating, GPS.
google_maps_reviewsFull review text, ratings and owner responses for specific places.
trustpilot_reviewsCompetitor reputation and customer pain points from Trustpilot.
saas_pricingStructured pricing tiers and features from any SaaS pricing page, with change detection.
amazon_search / ebay_searchProduct research and real sold-price history across 10 marketplaces.
indeed_jobsJob listings for salary benchmarking and hiring-signal lead gen.

Social & research

ToolWhat your agent can do
reddit_scrapePosts, comments and keyword searches for sentiment and market research.
youtube_channelChannel stats and recent video performance for influencer vetting.
tiktok_profileCreator profiles, video metrics and trending hashtag discovery.

Example agent prompts

  • "Find 25 dental practices in Miami with email addresses, then rank them by ICP fit for a SaaS selling scheduling software."
  • "Enrich stripe.com and notion.so — who are the decision makers and what's their tech stack?"
  • "Get the work email for Dylan Field at figma.com."
  • "What are people complaining about on Trustpilot for our top 3 competitors?"

Pricing

Pay per event — no monthly subscription, no platform rental.

EventPrice
Tool call$0.05
Actor start$0.00005 per GB

You are only charged when a tool actually runs.

Every tool above is backed by a standalone Actor you can also run directly, on a schedule, or via the Apify API:

Industry-specific lead scrapers (same engine, pre-tuned per niche): dentists · realtors · med spas · roofing · lawyers · restaurants · contractors · plumbing & HVAC · gyms · car dealers · veterinarians · chiropractors · landscaping · cleaning services · Shopify stores

Other MCP servers by the same author:

Notes

  • Scraper tools can take 1–3 minutes; the server streams keepalive notifications so your client does not time out.
  • Results are returned as readable JSON in the tool response (first 5 items inline, with a total count).
  • Built on the Apify platform — proxies, retries and scaling are handled for you.