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

63 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.

3 Products

Twitter/X data, 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
Vinted8Item search, details, seller profiles, brands, markets
Web Scraping6Scrape URLs, screenshots, AI extraction, batch jobs

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