Skip to main content

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.

Cline

Setup

Click the MCP Servers icon in Cline’s top navigation > Configure tab > “Configure MCP Servers”:
{
  "mcpServers": {
    "scrapebadger": {
      "url": "https://mcp.scrapebadger.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Auto-Approve Tools

To skip confirmation prompts for specific tools, add alwaysAllow:
{
  "mcpServers": {
    "scrapebadger": {
      "url": "https://mcp.scrapebadger.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      },
      "alwaysAllow": ["twitter_get_trends", "twitter_search_users"]
    }
  }
}

Verify

After saving, Cline automatically detects the available tools. You should see 92 ScrapeBadger tools in the MCP Servers panel.

Example tool call

Try asking Cline to use a Google tool:
“Search Google Shopping for laptops under $1500 and resolve the merchant URL for the top result”
Cline will call google_shopping_search followed by google_shopping_product_click automatically.