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

# ChatGPT

> Connect ScrapeBadger to ChatGPT via MCP.

# ChatGPT

ChatGPT supports MCP through Developer Mode (beta).

## Setup

<Steps>
  <Step title="Enable Developer Mode">
    Go to **Settings** > **Apps** > **Advanced settings** > enable **Developer Mode**.
  </Step>

  <Step title="Create App">
    Click **Create app** next to Advanced settings.
  </Step>

  <Step title="Enter MCP URL">
    Enter the ScrapeBadger MCP server URL:

    ```
    https://mcp.scrapebadger.com/mcp
    ```
  </Step>

  <Step title="Configure Auth">
    Set up authentication with your API key.
  </Step>
</Steps>

<Note>
  ChatGPT MCP is UI-based — there is no config file. Available on Pro, Plus, Business, and Enterprise plans.
</Note>

## What you can ask

Once connected, ChatGPT can call any of ScrapeBadger's 92 tools (Twitter, Google, Vinted, Web Scraping) directly. Try:

> "Search Google News for openai gpt-5 in the past week and summarize the top 5 articles"

> "Find me a 16-inch laptop on Google Shopping under \$1500 and tell me where to buy it"

ChatGPT will pick `google_news_search` and `google_shopping_search` + `google_shopping_product_click` automatically.
