CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Multi Scraper Mcp

perufitlife/multi-scraper-mcp
1HTTPregistry active
Summary

A production-ready scraper toolkit that plugs 12 web data sources into any MCP client through a single Apify-hosted endpoint. You get Reddit threads with sentiment, Amazon and eBay product search, Google Maps business lookups and reviews, Yelp queries, YouTube channel stats, TikTok profiles, Indeed job listings, Trustpilot reviews, website contact extraction, and SaaS pricing tracking. Each tool wraps a public Apify Actor with 1,800+ runs. Runs pay-per-call at $0.05 per tool invocation with no subscription. Useful when your agent needs to cross-reference local businesses against customer reviews, compare e-commerce pricing across platforms, or scrape structured data from social and review sites without managing individual scrapers.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Multi-Scraper MCP — 12 scraping tools for AI agents, one MCP server

Give your AI agent real-time web data with a single connection. This Model Context Protocol server exposes 12 production scraping tools — Reddit, Amazon, eBay, Google Maps (search + reviews), Yelp, YouTube, TikTok, Indeed, Trustpilot, website contact finder, and SaaS pricing tracker — to Claude, ChatGPT, Cursor, Cline, Windsurf, or any MCP client.

One endpoint. Twelve tools. Pay only for the calls your agent makes.

The 12 tools

ToolWhat your agent gets
reddit_scrapeSubreddit posts, Reddit-wide search, comment threads — sentiment & market research
amazon_searchProducts, prices, ratings, ASINs — 10 marketplaces (US/UK/DE/FR/IT/ES/CA/AU/JP/IN)
ebay_searchLive listings + sold listings for real market-price history
google_maps_searchLocal businesses: name, address, phone, website, rating, GPS
google_maps_reviewsFull review text + ratings for any Google Maps place
yelp_searchYelp businesses via the official Fusion API (bring your free Yelp key)
youtube_channelChannel stats + recent video metrics
tiktok_profileCreator profiles, video stats, hashtag discovery
indeed_jobsJob listings with salary data — 7 countries, date/type filters
trustpilot_reviewsCompany reviews — mine complaints with filterByRating: 1
website_contactsEmails, phones, social links, tech stack from any domain
saas_pricingStructured pricing tiers from any SaaS pricing page + change detection

Quick start

You need an Apify account (free tier works) and your API token from Console → Settings → API & Integrations.

The MCP endpoint (Streamable HTTP):

https://renzomacar--multi-scraper-mcp.apify.actor/mcp

Authenticate with Authorization: Bearer <YOUR_APIFY_TOKEN> (or append ?token=<YOUR_APIFY_TOKEN>).

Claude Code

claude mcp add --transport http multi-scraper \
  "https://renzomacar--multi-scraper-mcp.apify.actor/mcp" \
  --header "Authorization: Bearer YOUR_APIFY_TOKEN"

Claude Desktop

Settings → Developer → Edit Config, then add:

{
  "mcpServers": {
    "multi-scraper": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://renzomacar--multi-scraper-mcp.apify.actor/mcp",
        "--header",
        "Authorization: Bearer YOUR_APIFY_TOKEN"
      ]
    }
  }
}

Cursor / Windsurf / Cline

Add to your MCP config (e.g. .cursor/mcp.json):

{
  "mcpServers": {
    "multi-scraper": {
      "url": "https://renzomacar--multi-scraper-mcp.apify.actor/mcp",
      "headers": { "Authorization": "Bearer YOUR_APIFY_TOKEN" }
    }
  }
}

ChatGPT (Developer Mode connectors)

Settings → Connectors → Advanced → Developer mode → Add custom connector, with URL:

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

Legacy SSE clients

An SSE transport is also available at /sse (+ /messages) for older clients.

Pricing — transparent pay-per-event

EventPrice
Tool call (successful)$0.05
Actor start (standby wake-up)$0.00005 per GB
  • No subscription, no minimums — you pay only when your agent actually calls a tool.
  • Underlying scraper runs execute under your Apify account at their own listed rates (typically fractions of a cent per result).
  • Failed tool calls are not charged.

Notes per tool

  • yelp_search needs a Yelp Fusion API key — free, 5,000 calls/day, 2 minutes to get at docs.developer.yelp.com. Pass it as the yelpApiKey tool argument.
  • reddit_scrape survived Reddit shutting down its public .json endpoints (June 2026, universal 403): it now falls back to Reddit RSS feeds with a circuit breaker, so it keeps returning posts. In RSS mode items don't include score/comment counts (source: rss-fallback).
  • Keep maxResults* small (10–30) for snappy agent loops; raise them for batch research.

Example agent workflows

  • Local lead-gen pipeline: google_maps_search ("dentists in Miami") → website_contacts (emails + tech stack) → your CRM.
  • Product intelligence: amazon_search + ebay_search (soldOnly) → real street price vs. listed price.
  • Brand/sentiment monitor: reddit_scrape + trustpilot_reviews (filterByRating: 1) + google_maps_reviews → weekly complaint digest.
  • Competitor watch: saas_pricing on competitor pricing pages with compareWithPrevious: true → alert on changes.
  • Hiring-signal prospecting: indeed_jobs ("Shopify developer") → companies investing in e-commerce → website_contacts.

Why this server

  • Every tool wraps a battle-tested public Apify Actor (4,000+ combined runs).
  • Structured JSON with consistent schemas — built for LLM consumption, results truncated to stay token-friendly.
  • Both modern Streamable HTTP (/mcp) and legacy SSE (/sse) transports.
  • Open source: github.com/Perufitlife/multi-scraper-mcp.

Found this useful?

Please leave a quick review on the Reviews tab — it genuinely helps independent developers get visibility on the Apify Store. Thanks!

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Media & Entertainment
Registryactive
TransportHTTP
UpdatedApr 25, 2026
View on GitHub

Related Media & Entertainment MCP Servers

View all →
Social Media Api

io.github.socialapishub/social-media-api

Unified social media API for AI agents. Access Facebook, Instagram, TikTok, and more.
1
xpay Social Media

io.github.xpaysh/social-media

96 social media scraping tools. Twitter/X, LinkedIn, Instagram, TikTok, Reddit, YouTube.
Youtube Media Mcp Server

com.thenextgennexus/youtube-media-mcp-server

YouTube video search with transcript extraction as first-class output.
Youtube Video Analyzer

io.github.ludmila-omlopes/youtube-video-analyzer

MCP stdio server for analyzing YouTube videos with Google Gemini
2
Social Media Ai Mcp

csoai-org/social-media-ai-mcp

social-media-ai-mcp MCP server by MEOK AI Labs
EzBiz Social Media Analytics

com.ezbizservices/social-media

AI-powered social media intelligence: profile analysis, engagement scoring, and trend detection.