INDIVIDUAL MCP TOOL
google_ai_overview
Return only the AI Overview Google generates for a search (ai_overview with ordered text_blocks and cited references), or null when Google shows none.
LIVE ENDPOINT
https://mcp.litescrape.com/mcp
Connect to this endpoint to inspect the live schema for google_ai_overview 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
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.litescrape-mcp-server]
url = "https://mcp.litescrape.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"litescrape-mcp-server": {
"type": "http",
"url": "https://mcp.litescrape.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: litescrape-mcp-server
Remote MCP URL: https://mcp.litescrape.com/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": {
"litescrape-mcp-server": {
"url": "https://mcp.litescrape.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"litescrape-mcp-server": {
"type": "http",
"url": "https://mcp.litescrape.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "litescrape-mcp-server",
"transport": "streamable-http",
"url": "https://mcp.litescrape.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search— Search the web through Google and return ranked organic results (title, link, snippet) as JSON.google_search— Fetch a first-party Google Search results page as JSON: organic_results plus whichever modules Google served (knowledge_graph, answer_box, ai_overview, ads, related_questions, related_searches, local_results, top_stories, inline_videos and more).bing_search— Fetch a Bing web search results page as JSON: organic_results plus the modules Bing served (answer_box, knowledge_graph, copilot_answer, ads, related_questions, inline_videos, top_stories and more).duckduckgo_search— Fetch ranked DuckDuckGo web results (organic_results with title, link, snippet) with region, safety and date controls.google_maps— Search Google Maps for places (local_results with name, address, rating, reviews, hours, phone, website, coordinates) or fetch one exact place (place_results) by place_id, data_cid or data sequence.google_ai_mode— Ask Google AI Mode a question and return its generated answer (ordered text_blocks: paragraphs, headings, lists, tables, code) with the sources it cited (references).google_shopping— Search Google Shopping and return the product grid (shopping_results with title, price, source, rating, thumbnail), category blocks, sponsored listings and the refinement chips Google renders (filters).google_reviews— Return the Google Maps reviews of one place (reviews with rating, snippet, author, date, likes, owner response, guided details and dining subratings) plus place_info.