← cloro.dev

INDIVIDUAL MCP TOOL

scrape_chatgpt

Submit a prompt to ChatGPT from a chosen country (and optionally US state) and return the full answer: text, cited sources, and optionally markdown, search queries, shopping results, and ads.

cloro.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.cloro.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for scrape_chatgpt and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

cloro.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.cloro]
url = "https://mcp.cloro.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cloro": {
      "type": "http",
      "url": "https://mcp.cloro.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cloro
Remote MCP URL: https://mcp.cloro.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "cloro": {
      "url": "https://mcp.cloro.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cloro": {
      "type": "http",
      "url": "https://mcp.cloro.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cloro",
  "transport": "streamable-http",
  "url": "https://mcp.cloro.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • scrape_gemini — Submit a prompt to Google Gemini from a chosen country (and optionally US state) and return the answer with cited sources.
  • scrape_copilot — Submit a prompt to Microsoft Copilot from a chosen country (and optionally US state) and return the answer with cited sources.
  • scrape_perplexity — Submit a prompt to Perplexity from a chosen country (and optionally US state) and return the answer with cited sources.
  • scrape_grok — Submit a prompt to Grok (xAI) from a chosen country (and optionally US state) and return the answer with cited sources.
  • scrape_google_ai_mode — Submit a prompt to Google AI Mode from a chosen country and return the AI answer with cited sources.
  • scrape_google — Run a Google search from a chosen country and return organic results, with optional AI Overview extraction (include.
  • scrape_google_news — Run a Google News search from a chosen country and return news results.
  • list_countries — List the ISO 3166-1 alpha-2 country codes supported for geo-targeting.