INDIVIDUAL MCP TOOL
list_states
List the state codes available for state-level geo-targeting in a country (used as the "state" parameter on the scrape tools).
LIVE ENDPOINT
https://mcp.cloro.dev/mcp
Connect to this endpoint to inspect the live schema for list_states and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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_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.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.