🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

multi-scraper-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multi-scraper-mcp

MCP server exposing 14 web scrapers as tools for AI agents: Reddit, Amazon, eBay, Google Maps, Yelp, YouTube, TikTok, Indeed, Trustpilot, contact finder, and lead-gen.

latest
npmnpm
Version
1.0.1
Version published
Weekly downloads
28
-26.32%
Maintainers
1
Weekly downloads
 
Created
Source

Multi-Scraper MCP

An MCP server that gives Claude, Cursor, or any AI agent 14 web scrapers as tools — Reddit, Amazon, eBay, Google Maps, Yelp, YouTube, TikTok, Indeed, Trustpilot, website contact finder, SaaS pricing, and lead-gen — in one server.

Tools

reddit_scrape · amazon_search · ebay_search · google_maps_search · google_maps_reviews · yelp_search · youtube_channel · tiktok_profile · indeed_jobs · trustpilot_reviews · website_contacts · saas_pricing · google_maps_leads · healthcare_provider_leads

Install

You need a free Apify token (the scrapers run on Apify): get one at console.apify.com/account/integrations.

Add to your MCP config (Claude Desktop, Cursor mcp.json, etc.):

{
  "mcpServers": {
    "multi-scraper": {
      "command": "npx",
      "args": ["-y", "multi-scraper-mcp"],
      "env": { "APIFY_TOKEN": "apify_api_xxx" }
    }
  }
}

Then ask your agent: "Use reddit_scrape to find what r/smallbusiness complains about this week" or "Search Amazon for standing desks and compare prices."

Notes

  • Each tool runs the matching Apify Actor and returns clean JSON. Pay-per-use on Apify (free tier available).
  • yelp_search needs a free Yelp API key (YELP_API_KEY env or yelpApiKey arg).

Built by Renzo Madueño. The scrapers are also available individually on Apify.

Keywords

mcp

FAQs

Package last updated on 18 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts