← Registry

Data Collection

litescrape.com

Web search and scraping server that queries Google, Bing, DuckDuckGo, and Google Maps to return ranked organic results and SERP modules (answer boxes, knowledge graphs, local results, and more) as JSON.

1 endpoint9 known toolsFirst detected September 16, 2026Last detected September 16, 2026

ENDPOINT 1

https://mcp.litescrape.com/mcp

No auth detected

MCP server metadata

Name
litescrape-mcp-server
Version
0.2.1
Capabilities
tools.listChanged
Server instructions

This session has no Litescrape API key. google_search (25 calls), bing_search (50), google_maps (50) and duckduckgo_search (50) are free per network per UTC day, one call at a time; failed calls do not count. search is google_search in fast mode (organic results only) and shares its allowance. google_ai_mode, google_ai_overview, google_shopping and google_reviews need an API key, which also lifts every limit: get one at https://litescrape.com and set LITESCRAPE_API_KEY in this server's environment. Every tool returns the Litescrape API response as JSON, unchanged, after a one-line summary. Pass result_groups to keep only the top-level groups you need (search_metadata is always kept). Results come straight from Google, Bing, DuckDuckGo or Google Maps; links are real destinations, never redirects. When a call reports a limit, relay its "Fix:" line to the user.

Known tools 9

search

Search the web through Google and return ranked organic results (title, link, snippet) as JSON.

Inferred read-only
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).

Inferred read-only
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).

Inferred read-only
duckduckgo_search

Fetch ranked DuckDuckGo web results (organic_results with title, link, snippet) with region, safety and date controls.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
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).

Inferred read-only
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).

Inferred read-only
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.

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.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.

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.