> ## Documentation Index
> Fetch the complete documentation index at: https://docs.scrapebadger.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Continue.dev

> Connect ScrapeBadger to Continue.dev via MCP.

# Continue.dev

## Setup

Add to `.continue/config.yaml` in your project:

```yaml theme={null}
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`:

```json theme={null}
{
  "mcpServers": {
    "scrapebadger": {
      "type": "streamable-http",
      "url": "https://mcp.scrapebadger.com/mcp",
      "env": {
        "SCRAPEBADGER_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}
```

<Note>
  Continue.dev can import JSON configs from Claude Desktop, Cursor, or Cline directly into `.continue/mcpServers/`. MCP tools only work in **Agent mode**.
</Note>

## 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`.
