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.
ENDPOINT 1
https://mcp.cloro.dev/mcp
MCP server metadata
- Name
- cloro
- Version
- 0.1.0
Known tools 10
scrape_chatgptSubmit 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-onlyscrape_geminiSubmit a prompt to Google Gemini from a chosen country (and optionally US state) and return the answer with cited sources.
Inferred read-onlyscrape_copilotSubmit a prompt to Microsoft Copilot from a chosen country (and optionally US state) and return the answer with cited sources.
Inferred read-onlyscrape_perplexitySubmit a prompt to Perplexity from a chosen country (and optionally US state) and return the answer with cited sources.
Inferred read-onlyscrape_grokSubmit a prompt to Grok (xAI) from a chosen country (and optionally US state) and return the answer with cited sources.
Inferred read-onlyscrape_google_ai_modeSubmit a prompt to Google AI Mode from a chosen country and return the AI answer with cited sources.
Inferred read-onlyscrape_googleRun a Google search from a chosen country and return organic results, with optional AI Overview extraction (include.
Inferred read-onlyscrape_google_newsRun a Google News search from a chosen country and return news results.
Inferred read-onlylist_countriesList the ISO 3166-1 alpha-2 country codes supported for geo-targeting.
Inferred read-onlylist_statesList the state codes available for state-level geo-targeting in a country (used as the "state" parameter on the scrape tools).
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.