目录 / cloro
cloro
Query AI answer engines and Google Search as agent tools — see how ChatGPT, Gemini, Perplexity, Copilot, Grok, and Google AI Mode actually answer a prompt, and which brands and sources they cite. **Tools** - `scrape_chatgpt`, `scrape_gemini`, `scrape_perplexity`, `scrape_copilot`, `scrape_grok`, `scrape_google_ai_mode` — submit a prompt to an AI engine and get the answer back with cited sources - `scrape_google`, `scrape_google_news` — organic Google Search and News results, with optional AI Overview and People-Also-Ask extraction - `list_countries`, `list_states` — the geo-targeting codes each engine supports **Geo-targeting** — every scrape runs from a country you choose, with state-level targeting where supported, so you can see how answers differ by market. All ten tools are read-only. **Requires a cloro API key.** Create one at [cloro.dev](https://cloro.dev); calls are billed to your own account against your plan's credits. Full docs at [cloro.dev/docs/integrations/mcp](https://cloro.dev/docs/integrations/mcp).
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。
接入信息
- 传输形态
- http
- 鉴权方式
- 需 API Key(需要配置:apiKey)
- 端点
https://cloro.run.tools
{
"mcpServers": {
"cloro": {
"headers": {
"Authorization": "Bearer \u003cYOUR_KEY\u003e"
},
"url": "https://cloro.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| 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. Use this to see how ChatGPT answers a prompt and which brands/sources it mentions. |
| scrape_gemini | Submit a prompt to Google Gemini from a chosen country (and optionally US state) and return the answer with cited sources. Use this to see how Google Gemini answers a prompt and which brands/sources it mentions. |
| scrape_copilot | Submit a prompt to Microsoft Copilot from a chosen country (and optionally US state) and return the answer with cited sources. Use this to see how Microsoft Copilot answers a prompt and which brands/sources it mentions. |
| scrape_perplexity | Submit a prompt to Perplexity from a chosen country (and optionally US state) and return the answer with cited sources. Use this to see how Perplexity answers a prompt and which brands/sources it mentions. |
| scrape_grok | Submit a prompt to Grok (xAI) from a chosen country (and optionally US state) and return the answer with cited sources. Use this to see how Grok (xAI) answers a prompt and which brands/sources it mentions. |
| scrape_google_ai_mode | Submit a prompt to Google AI Mode from a chosen country and return the AI answer with cited sources. Supports location or UULE targeting and desktop/mobile emulation. |
| scrape_google | Run a Google search from a chosen country and return organic results, with optional AI Overview extraction (include.aioverview) and People-Also-Ask AI answers (include.paaAioverview). Two modes: structured (query + country, with optional location/uule/pages) or url (a complete google.com/search URL that owns query, location, and pagination). Supports desktop/mobile emulation and multi-page results. |
| scrape_google_news | Run a Google News search from a chosen country and return news results. Supports desktop/mobile emulation and multi-page results. |
| list_countries | List the ISO 3166-1 alpha-2 country codes supported for geo-targeting. Pass a model to get the codes available for that specific engine (some engines block certain countries). |
| list_states | List the state codes available for state-level geo-targeting in a country (used as the "state" parameter on the scrape tools). Only countries with state-level targeting are accepted. |
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。