Skip to main content

MCP Server

ScrapeBadger provides a hosted MCP (Model Context Protocol) server at mcp.scrapebadger.com that lets AI agents access all ScrapeBadger APIs through structured, typed tools.

What is MCP?

Model Context Protocol is an open standard by Anthropic for connecting AI models to external tools and data sources. Instead of writing code, your AI agent discovers and calls ScrapeBadger tools naturally during a conversation.

Key Features

92 Tools

Every ScrapeBadger API endpoint is available as a typed MCP tool with structured parameters.

Zero Setup

Hosted at mcp.scrapebadger.com — just add one config snippet to your AI tool.

10 Platforms

Works with Claude, Cursor, Windsurf, VS Code, Gemini, ChatGPT, OpenClaw, Cline, and more.

Same Pricing

No extra cost — MCP uses the same credit-based pricing as the REST API.

4 Products

Twitter/X data, Google (16 products), Vinted marketplace, and general web scraping — all in one server.

Bearer Auth

Secure API key authentication via Authorization header or query parameter.

Available Tools

CategoryToolsDescription
Twitter Users11Profiles, search, followers, following, mentions, subscriptions
Twitter Tweets11Get tweets, advanced search, replies, quotes, retweeters, edit history
Twitter Discovery12Trends, communities, lists, places, spaces, broadcasts
Twitter Streams8Real-time stream monitors, webhooks, delivery logs
Twitter Filter Rules8Query-based monitoring, pricing tiers, delivery logs
Google Search6Web search (SERP), Images, Videos, Autocomplete, AI Mode, Lens
Google Maps5Place search, details, reviews, photos, business posts
Google News & Content8News search/topics/trending, Scholar, Patents search + detail, Finance, Products
Google Shopping3Product search, product detail, merchant URL enrichment
Google Specialized7Hotels (search + details), Trends (4 endpoints), Jobs
Vinted8Item search, details, seller profiles, brands, markets
Web Scraping6Scrape URLs, screenshots, AI extraction, batch jobs

Google Tools

All 29 Google MCP tools are prefixed with google_:
ToolDescription
google_searchWeb search (SERP) with 21 parameters + knowledge graph, PAA, AI overview
google_images_searchImage search with size/color/type filters
google_videos_searchVideo search
google_autocompleteSearch suggestions for a query prefix
google_ai_mode_searchGenerative AI answers (udm=50) with references
google_lens_searchVisual image search by URL

Quick Start

1

Get an API Key

Sign up at scrapebadger.com and create an API key from the dashboard.
2

Choose Your AI Tool

See the integration guides for copy-paste config snippets for each platform.
3

Start Using Tools

Ask your AI agent to search tweets, scrape websites, or look up Vinted items — it will discover and call the right tools automatically.

Authentication

Pass your API key using one of these methods:
MethodExampleBest For
Bearer headerAuthorization: Bearer sb_live_...Cursor, Windsurf, VS Code, Cline
Query parameter?api_key=sb_live_...Claude Desktop (via mcp-remote)
Environment variableSCRAPEBADGER_API_KEY=sb_live_...Local/stdio installations

MCP Endpoint

https://mcp.scrapebadger.com/mcp
Health check: https://mcp.scrapebadger.com/health