Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Litescrape

NPM · LITESCRAPE-MCP-SERVER · 2 COMPONENTS · SCANNED SEP 20

Google, Bing, DuckDuckGo and Google Maps search results, free without an API key.

78 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to litescrape/litescrape-mcp-server). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 4 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability57
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 3445 tokens (~382/item across 9 items; 9 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 97% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 9 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the Litescrape MCP server?

Litescrape runs locally as an npm package, launched with npx -y litescrape-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · litescrape-mcp-server

# add to Claude Code
claude mcp add com-litescrape-litescrape-mcp-server -- npx -y litescrape-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "com-litescrape-litescrape-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "litescrape-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-litescrape-litescrape-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "litescrape-mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add com-litescrape-litescrape-mcp-server -- npx -y litescrape-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-litescrape-litescrape-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "litescrape-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-litescrape-litescrape-mcp-server --command npx --arg -y --arg litescrape-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  com-litescrape-litescrape-mcp-server:
    command: "npx"
    args: ["-y", "litescrape-mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-litescrape-litescrape-mcp-server": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "litescrape-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add com-litescrape-litescrape-mcp-server -t stdio -c npx -a -y litescrape-mcp-server
// mcp.json
{
  "mcpServers": {
    "com-litescrape-litescrape-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "litescrape-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 16 Sept 26 +15
    • Malware scan: unverified → pass security
  • 15 Sept 26 63

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/litescrape-mcp-server@0.2.0

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo litescrape/litescrape-mcp-server
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/litescrape/litescrape-mcp-server/.github/workflows/publish.yml@refs/tags/0.2.0
Rekor log index 2849496528
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:af792060182b5cc34d179ae6e33b4f4be7ad4fe4953d34ed777d115b3ef3d3ec2d618e01355dedc5574329694d2504db1727af0e7fba723bdc4ba8b26

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 9 exposed · ~3,240 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
bing_search ~241

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). Free without an API key: 50 calls per network per day.

NameTypeReqDescription
ccstringTwo-letter country code; conflicts with mkt
devicestringLayout to request; default desktop
filtersstringNative Bing display or date filters
firstintegerOne-based organic result offset for pagination; default 1
latnumberLatitude; supply together with lon
locationstringCity-level search origin
lonnumberLongitude; supply together with lat
mktstringMarket such as en-US; conflicts with cc
qstringyesSearch query; Bing operators are preserved
result_groupsarrayReturn only these top-level result groups, e.g. ["organic_results", "knowledge_graph"]; omit for the complete response. search_metadata is always kept
safeSearchstringDefault moderate

No output schema declared.

No examples provided.

duckduckgo_search ~204

Fetch ranked DuckDuckGo web results (organic_results with title, link, snippet) with region, safety and date controls. Free without an API key: 50 calls per network per day.

NameTypeReqDescription
dfstringDate filter: d, w, m, y, or YYYY-MM-DD..YYYY-MM-DD
klstringRegion and language token such as us-en
mintegerResult count 1-50; cannot be combined with search_assist
qstringyesSearch query
result_groupsarrayReturn only these top-level result groups, e.g. ["organic_results", "knowledge_graph"]; omit for the complete response. search_metadata is always kept
safestring1 strict, -1 moderate (default), -2 off
search_assistbooleanDefault true; cannot be combined with m
startintegerResult offset

No output schema declared.

No examples provided.

google_ai_mode ~318

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). Set continuable to get a token for follow-up questions; image_url adds a picture to the prompt. Slow: answers are generated per request. Requires an API key.

NameTypeReqDescription
continuablebooleanReturn a subsequent_request_token so the conversation can continue
devicestringLayout to request; default desktop
glstringTwo-letter country for localization, e.g. "us"
google_domainstringGoogle domain such as google.co.uk; default google.com
hlstringLanguage code such as "en" or "en-GB"; default en
image_urlstringPublic http(s) image to include in the prompt; cannot combine with a token
locationstringNamed search origin such as "Austin, Texas"; conflicts with uule and lat/lon
qstringyesThe question to ask
result_groupsarrayReturn only these top-level result groups, e.g. ["organic_results", "knowledge_graph"]; omit for the complete response. search_metadata is always kept
subsequent_request_tokenstringToken from a previous continuable answer; send with a new q. Expires after 30 minutes; cannot combine with image_url
uulestringPre-encoded Google location token; conflicts with location

No output schema declared.

No examples provided.

google_ai_overview ~502

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. Accepts the google_search parameters. Requires an API key.

NameTypeReqDescription
as_qdrstringDate range: d, w, m or y with an optional count, e.g. d7 for the past week
as_sitesearchstringRestrict results to this hostname
crstringCountry restrict such as countryUS|countryCA
devicestringLayout to request; default desktop
filterstring0 disables duplicate-content filtering
glstringTwo-letter country for localization, e.g. "us"
google_domainstringGoogle domain such as google.co.uk; default google.com
hlstringLanguage code such as "en" or "en-GB"; default en
kgmidstringKnowledge Graph machine ID such as /m/0k8z
latnumberLatitude; supply together with lon
locationstringNamed search origin such as "Austin, Texas"; conflicts with uule and lat/lon
lonnumberLongitude; supply together with lat
lrstringLanguage restrict such as lang_en|lang_fr
ludocidstringGoogle CID of a local entity, for a targeted lookup
nfprstring1 disables spelling auto-correction
numintegerRequested result count, 1-100; Google may return fewer
qstringSearch query; required unless ludocid or kgmid is supplied
radiusnumberRadius in meters around the location or coordinates
result_groupsarrayReturn only these top-level result groups, e.g. ["organic_results", "knowledge_graph"]; omit for the complete response. search_metadata is always kept
safestringSafeSearch
startintegerResult offset for pagination
tbmstringVertical: lcl local, vid videos, nws news, shop shopping, pts patents
tbsstringGoogle search-filter string, e.g. qdr:w for the past week
uulestringPre-encoded Google location token; conflicts with location

No output schema declared.

No examples provided.

google_maps ~489

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. Filter by price, rating and opening hours. Free without an API key: 50 calls per network per day.

NameTypeReqDescription
datastringExact place by Google Maps data sequence
data_cidstringExact place by decimal Google CID
glstringTwo-letter country for localization, e.g. "us"
google_domainstringGoogle domain such as google.co.uk; default google.com
hlstringLanguage code such as "en" or "en-GB"; default en
latnumberLatitude; supply together with lon
llstringViewport as @lat,lon,14z or @lat,lon,5000m
locationstringNamed search origin such as "Austin, Texas"; conflicts with uule and lat/lon
lonnumberLongitude; supply together with lat
mnumberRadius in meters; use with location or lat/lon
max_priceintegerPrice level upper bound
min_priceintegerPrice level lower bound
min_ratingstringMinimum rating preference
nearbybooleanRestrict results to places near the viewport
open_at_hourintegerHour 0-23; requires open_on_day
open_on_daystring
open_statestringOpen now, or open 24 hours; cannot combine with open_on_day
place_idstringExact place by Google place ID
qstringSearch text; required for type=search
result_groupsarrayReturn only these top-level result groups, e.g. ["organic_results", "knowledge_graph"]; omit for the complete response. search_metadata is always kept
startintegerNative Maps result offset
typestringsearch (default) for a query, or place for one exact place identified by place_id, data_cid or data
znumberZoom 3-30; use with location or lat/lon

No output schema declared.

No examples provided.

google_reviews ~347

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. Identify the place by place_id or data_id from a google_maps result. Sort, filter by topic or text, and follow pagination.next_page_token for more. Requires an API key.

NameTypeReqDescription
data_idstringGoogle data ID such as 0x89c2...:0x...; exactly one of place_id and data_id
glstringTwo-letter country for localization, e.g. "us"
hlstringLanguage code such as "en" or "en-GB"; default en
next_page_tokenstringpagination.next_page_token from the previous response; keep the same place, sort and filters
numintegerReviews to return: 1-100 on a first unfiltered request (default 8), 1-20 with topic_id, query or next_page_token (default 10)
place_idstringGoogle place ID such as ChIJ...; exactly one of place_id and data_id
querystringKeep reviews mentioning this text; conflicts with topic_id
result_groupsarrayReturn only these top-level result groups, e.g. ["organic_results", "knowledge_graph"]; omit for the complete response. search_metadata is always kept
sort_bystringOrder: qualityScore (most relevant, default), newestFirst, ratingHigh, ratingLow
topic_idstringKeep reviews on one Google review topic; conflicts with query

No output schema declared.

No examples provided.

google_search ~577

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). Supports localization, verticals (news, videos, local, shopping, patents), date filters and site restriction. Free without an API key: 25 calls per network per day.

NameTypeReqDescription
as_qdrstringDate range: d, w, m or y with an optional count, e.g. d7 for the past week
as_sitesearchstringRestrict results to this hostname
crstringCountry restrict such as countryUS|countryCA
devicestringLayout to request; default desktop
fast_modebooleantrue returns only organic_results (faster and smaller); skips AI Overview, Knowledge Graph, ads and every other module
filterstring0 disables duplicate-content filtering
glstringTwo-letter country for localization, e.g. "us"
google_domainstringGoogle domain such as google.co.uk; default google.com
hlstringLanguage code such as "en" or "en-GB"; default en
kgmidstringKnowledge Graph machine ID such as /m/0k8z
latnumberLatitude; supply together with lon
locationstringNamed search origin such as "Austin, Texas"; conflicts with uule and lat/lon
lonnumberLongitude; supply together with lat
lrstringLanguage restrict such as lang_en|lang_fr
ludocidstringGoogle CID of a local entity, for a targeted lookup
nfprstring1 disables spelling auto-correction
numintegerRequested result count, 1-100; Google may return fewer
qstringSearch query; required unless ludocid or kgmid is supplied
radiusnumberRadius in meters around the location or coordinates
result_groupsarrayReturn only these top-level result groups, e.g. ["organic_results", "knowledge_graph"]; omit for the complete response. search_metadata is always kept
safestringSafeSearch
startintegerResult offset for pagination
tbmstringVertical: lcl local, vid videos, nws news, shop shopping, pts patents
tbsstringGoogle search-filter string, e.g. qdr:w for the past week
uulestringPre-encoded Google location token; conflicts with location

No output schema declared.

No examples provided.

google_shopping ~357

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). Price bounds, sale, shipping and small business refinements are mutually exclusive; sort_by combines with one of them. Requires an API key.

NameTypeReqDescription
devicestringLayout to request; default desktop
free_shippingboolean
glstringTwo-letter country for localization, e.g. "us"
google_domainstringGoogle domain such as google.co.uk; default google.com
hlstringLanguage code such as "en" or "en-GB"; default en
locationstringNamed search origin such as "Austin, Texas"; conflicts with uule and lat/lon
max_pricenumberUpper price bound
min_pricenumberLower price bound
numintegerProduct count, 1-100
on_saleboolean
qstringProduct query; required unless shoprs is supplied
result_groupsarrayReturn only these top-level result groups, e.g. ["organic_results", "knowledge_graph"]; omit for the complete response. search_metadata is always kept
shoprsstringRefinement token from a previous response's filters
small_businessboolean
sort_bystring1 price low to high, 2 price high to low, 3 rating, 4 relevance
startintegerResult offset
uulestringPre-encoded Google location token; conflicts with location

No output schema declared.

No examples provided.

search ~205

Search the web through Google and return ranked organic results (title, link, snippet) as JSON. Fast mode: no Knowledge Graph, ads or AI modules; use google_search for the full results page. Free without an API key (shares the google_search allowance).

NameTypeReqDescription
glstringTwo-letter country for localization, e.g. "us"
hlstringLanguage code such as "en" or "en-GB"; default en
locationstringNamed search origin such as "Austin, Texas"; conflicts with uule and lat/lon
numintegerRequested result count, 1-100; Google may return fewer
qstringyesWhat to search for
result_groupsarrayReturn only these top-level result groups, e.g. ["organic_results", "knowledge_graph"]; omit for the complete response. search_metadata is always kept
startintegerResult offset for pagination

No output schema declared.

No examples provided.

Common questions

What is the Litescrape MCP server?

Litescrape is an MCP server listed in the public MCP registry as com.litescrape/litescrape-mcp-server. Google, Bing, DuckDuckGo and Google Maps search results, free without an API key. This page covers its npm package (litescrape-mcp-server).

Is the Litescrape MCP server safe to use?

Litescrape scores 78 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Litescrape MCP server expose?

Litescrape exposes 9 tools: search, google_search, bing_search, duckduckgo_search, google_maps, and 4 more. Their descriptions and schemas cost roughly 3,240 tokens of context every time the server is loaded.

Is the Litescrape MCP server still maintained?

Litescrape is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Litescrape MCP server under?

Litescrape declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.