# SearchLink Lite (npm · searchlink-lite)

Google Search Console in your AI. Local, read-only, free and open source.

- Trust score: 66/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-25

## Components

- mcpb · `searchlink-lite-0.2.0.mcpb`: 43/100, [markdown](https://verifymcp.io/servers/com-namubase-searchlink-searchlink-lite/https-github-com-globalmatchhub-searchlink-lite-releases-download-v0-2-0-searchl.md), [page](https://verifymcp.io/servers/com-namubase-searchlink-searchlink-lite/https-github-com-globalmatchhub-searchlink-lite-releases-download-v0-2-0-searchl)
- npm · `searchlink-lite`: 66/100 (this document), [markdown](https://verifymcp.io/servers/com-namubase-searchlink-searchlink-lite/searchlink-lite.md), [page](https://verifymcp.io/servers/com-namubase-searchlink-searchlink-lite/searchlink-lite)

## Channel facts

- Registry: `npm`
- Package: `searchlink-lite`
- Version: `0.2.2`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-25.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 31 of 95 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 23/100
  - Repository check failed: no source repository is declared.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 3 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 78/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1185 tokens (~148/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 8 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 8 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**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 SearchLink Lite MCP server?

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

### Claude

```bash
claude mcp add com-namubase-searchlink-searchlink-lite -- npx -y searchlink-lite
```

### Cursor

```json
{
  "mcpServers": {
    "com-namubase-searchlink-searchlink-lite": {
      "command": "npx",
      "args": [
        "-y",
        "searchlink-lite"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-namubase-searchlink-searchlink-lite": {
      "command": "npx",
      "args": [
        "-y",
        "searchlink-lite"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add com-namubase-searchlink-searchlink-lite -- npx -y searchlink-lite
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-namubase-searchlink-searchlink-lite": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "searchlink-lite"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-namubase-searchlink-searchlink-lite --command npx --arg -y --arg searchlink-lite
```

### Hermes

```yaml
mcp_servers:
  com-namubase-searchlink-searchlink-lite:
    command: "npx"
    args: ["-y", "searchlink-lite"]
```

### Netclaw

```json
{
  "McpServers": {
    "com-namubase-searchlink-searchlink-lite": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "searchlink-lite"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-namubase-searchlink-searchlink-lite -t stdio -c npx -a -y searchlink-lite
```

### Other

```json
{
  "mcpServers": {
    "com-namubase-searchlink-searchlink-lite": {
      "command": "npx",
      "args": [
        "-y",
        "searchlink-lite"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-25 (score 66, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-09-23 (score 66, +10)

- [security improvement] Known CVEs: unverified → pass
- [functional improvement] Dependency health: unverified → 0.85

### 2026-09-22 (score 56)

First indexed and scored.

## MCP tools (8)

### `list_sites` (~60 tokens)

List my sites

Lists every Search Console property the credentials can read, with the access level of each. Call this first when the user has not named a site, or when another tool says a site was not found. Read-only. Returns a table of property URLs and permissions.

### `site_overview` (~178 tokens)

Site overview

The first tool to call for any question about how a site is doing on Google. Returns total clicks, impressions, CTR and average position for the period against the period before (totals match the Search Console UI), the pages that gained and lost the most clicks, and up to 3 plain-language things to do now. For custom breakdowns use search_performance instead. Read-only.

Input parameters:

- `days` (integer): Length of the period in days, 7 to 480, ending about 3 days ago because Google data lags. It is compared with the same number of days right before it. Default 28.
- `site` (string, required): The Search Console property to read. Accepts "example.com", "https://example.com/" or "sc-domain:example.com". Call list_sites first if unsure which properties exist.

### `search_performance` (~325 tokens)

Search performance (custom)

Custom Search Console report when site_overview is not specific enough: group by query, page, country, device or date (up to two at once), filter by query or page text, sort, and optionally add the change against the previous period. Returns a table with clicks, impressions, CTR and position per row. Read-only.

Input parameters:

- `compare_previous` (boolean): Add each row's change against the previous period of the same length. Default false.
- `days` (integer): Length of the period in days, 7 to 480, ending about 3 days ago because Google data lags. It is compared with the same number of days right before it. Default 28.
- `filter_page` (string): Keep only pages whose URL contains this text, e.g. "/blog/".
- `filter_query` (string): Keep only search queries that contain this text (case-insensitive), e.g. a brand or product name.
- `group_by` (array): One or two dimensions to break the numbers down by, e.g. ["query"] or ["page", "query"]. Default ["query"].
- `limit` (integer): Maximum rows to return, 1 to 200. Default 25.
- `site` (string, required): The Search Console property to read. Accepts "example.com", "https://example.com/" or "sc-domain:example.com". Call list_sites first if unsure which properties exist.
- `sort_by` (string): Which number to sort rows by, highest first (position: best first). Default clicks.

### `find_opportunities` (~187 tokens)

Find opportunities

Finds the quickest wins: queries seen often but rarely clicked (rewrite the title or description), queries ranking #8 to #20 (one push from page one), and pages losing clicks. Use when the user asks what to improve or where to start. Returns each item with its numbers and the suggested fix. Read-only.

Input parameters:

- `days` (integer): Length of the period in days, 7 to 480, ending about 3 days ago because Google data lags. It is compared with the same number of days right before it. Default 28.
- `limit` (integer): Maximum items per kind of opportunity, 1 to 50. Default 15.
- `site` (string, required): The Search Console property to read. Accepts "example.com", "https://example.com/" or "sc-domain:example.com". Call list_sites first if unsure which properties exist.

### `inspect_url` (~151 tokens)

Check if a page is indexed

Asks Google's URL Inspection API about one page: whether it is indexed, the coverage state, last crawl time, the canonical Google chose versus the one you declared, and robots or fetch problems. Use for "is this page on Google?" questions. For on-page problems use page_check. Read-only; Google allows about 2,000 inspections a day per property.

Input parameters:

- `site` (string, required): The Search Console property to read. Accepts "example.com", "https://example.com/" or "sc-domain:example.com". Call list_sites first if unsure which properties exist.
- `url` (string, required): Full URL of the page to inspect, including https://. It must belong to the site given.

### `page_check` (~97 tokens)

Check one page

Fetches one public page the way a search engine does and checks the title, meta description, canonical, noindex and robots.txt, H1 headings, word count, image alt text and structured data. Returns what it found and a list of problems in order of importance. Works without any Google credentials. Read-only: it only downloads the page.

Input parameters:

- `url` (string, required): Full URL of any public page to check, including https://.

### `algorithm_updates` (~81 tokens)

Google updates

Google's official ranking and spam update history from the Google Search Status Dashboard, with start and end dates. Use it when traffic changed suddenly, to see whether an update lines up, before blaming the site's own edits. Needs no credentials. Read-only.

Input parameters:

- `days` (integer): How many days back to list updates, 7 to 365. Default 90.

### `sitemaps` (~106 tokens)

Sitemap status

Lists the sitemaps submitted for the site in Search Console, with when Google last read each one, errors, warnings and how many URLs it contains. Use for indexing questions about many pages at once. Read-only; it does not submit or change sitemaps.

Input parameters:

- `site` (string, required): The Search Console property to read. Accepts "example.com", "https://example.com/" or "sc-domain:example.com". Call list_sites first if unsure which properties exist.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/com-namubase-searchlink-searchlink-lite/searchlink-lite#diagnostics

## Score history

- 2026-09-25: 66
- 2026-09-24: 66
- 2026-09-23: 66
- 2026-09-22: 56

## Common questions

### What is the SearchLink Lite MCP server?

SearchLink Lite is an MCP server listed in the public MCP registry as com.namubase.searchlink/searchlink-lite. Google Search Console in your AI. Local, read-only, free and open source. This page covers its npm package (searchlink-lite).

### Is the SearchLink Lite MCP server safe to use?

SearchLink Lite scores 66 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. It declares no install or post-install scripts. 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 SearchLink Lite MCP server expose?

SearchLink Lite exposes 8 tools: list_sites, site_overview, search_performance, find_opportunities, inspect_url, and 3 more. Their descriptions and schemas cost roughly 1,185 tokens of context every time the server is loaded.

### Is the SearchLink Lite MCP server still maintained?

SearchLink Lite is still listed as active in the MCP registry. We last reached this channel on 25 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 SearchLink Lite MCP server under?

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

## Links

- npm package: https://www.npmjs.com/package/searchlink-lite
- Socket report: https://socket.dev/npm/package/searchlink-lite
- Website: https://github.com/GlobalMatchHub/searchlink-lite
- Changelog RSS feed: https://verifymcp.io/servers/com-namubase-searchlink-searchlink-lite/searchlink-lite.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-namubase-searchlink-searchlink-lite/searchlink-lite.json
- HTML version of this page: https://verifymcp.io/servers/com-namubase-searchlink-searchlink-lite/searchlink-lite
