MCP Server
ScrapeBadger provides a hosted MCP (Model Context Protocol) server atmcp.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
| Category | Tools | Description |
|---|---|---|
| Twitter Users | 11 | Profiles, search, followers, following, mentions, subscriptions |
| Twitter Tweets | 11 | Get tweets, advanced search, replies, quotes, retweeters, edit history |
| Twitter Discovery | 12 | Trends, communities, lists, places, spaces, broadcasts |
| Twitter Streams | 8 | Real-time stream monitors, webhooks, delivery logs |
| Twitter Filter Rules | 8 | Query-based monitoring, pricing tiers, delivery logs |
| Vinted | 8 | Item search, details, seller profiles, brands, markets |
| Web Scraping | 6 | Scrape URLs, screenshots, AI extraction, batch jobs |
Quick Start
Get an API Key
Sign up at scrapebadger.com and create an API key from the dashboard.
Choose Your AI Tool
See the integration guides for copy-paste config snippets for each platform.
Authentication
Pass your API key using one of these methods:| Method | Example | Best For |
|---|---|---|
| Bearer header | Authorization: Bearer sb_live_... | Cursor, Windsurf, VS Code, Cline |
| Query parameter | ?api_key=sb_live_... | Claude Desktop (via mcp-remote) |
| Environment variable | SCRAPEBADGER_API_KEY=sb_live_... | Local/stdio installations |
MCP Endpoint
https://mcp.scrapebadger.com/health
