Skip to main content

Continue.dev

Setup

Add to .continue/config.yaml in your project:
mcpServers:
  - name: scrapebadger
    type: streamable-http
    url: https://mcp.scrapebadger.com/mcp
    env:
      SCRAPEBADGER_API_KEY: YOUR_API_KEY
Or drop a JSON config into .continue/mcpServers/scrapebadger.json:
{
  "mcpServers": {
    "scrapebadger": {
      "type": "streamable-http",
      "url": "https://mcp.scrapebadger.com/mcp",
      "env": {
        "SCRAPEBADGER_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}
Continue.dev can import JSON configs from Claude Desktop, Cursor, or Cline directly into .continue/mcpServers/. MCP tools only work in Agent mode.

Tools available

ScrapeBadger exposes 92 tools to Continue.dev across Twitter, Google (16 products), Vinted, and Web Scraping. In Agent mode, ask things like:
“Search Google Shopping for the cheapest 16-inch laptop and resolve the merchant URL”
Continue.dev will call google_shopping_search followed by google_shopping_product_click.