← Registry

AI & Machine Learning

cloro.dev

An MCP server that submits prompts to multiple AI chatbots (ChatGPT, Gemini, Copilot, Perplexity, and Grok) from a chosen country and returns their answers with cited sources.

1 endpoint10 known toolsFirst detected August 24, 2026Last detected September 11, 2026

ENDPOINT 1

https://mcp.cloro.dev/mcp

No auth detected

MCP server metadata

Name
cloro
Version
0.1.0
Capabilities
tools.listChanged

Known tools 10

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.

Inferred read-only
scrape_gemini

Submit a prompt to Google Gemini from a chosen country (and optionally US state) and return the answer with cited sources.

Inferred read-only
scrape_copilot

Submit a prompt to Microsoft Copilot from a chosen country (and optionally US state) and return the answer with cited sources.

Inferred read-only
scrape_perplexity

Submit a prompt to Perplexity from a chosen country (and optionally US state) and return the answer with cited sources.

Inferred read-only
scrape_grok

Submit a prompt to Grok (xAI) from a chosen country (and optionally US state) and return the answer with cited sources.

Inferred read-only
scrape_google_ai_mode

Submit a prompt to Google AI Mode from a chosen country and return the AI answer with cited sources.

Inferred read-only
scrape_google

Run a Google search from a chosen country and return organic results, with optional AI Overview extraction (include.

Inferred read-only
scrape_google_news

Run a Google News search from a chosen country and return news results.

Inferred read-only
list_countries

List the ISO 3166-1 alpha-2 country codes supported for geo-targeting.

Inferred read-only
list_states

List the state codes available for state-level geo-targeting in a country (used as the "state" parameter on the scrape tools).

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.