io.github.mikusnuz/gsc
NPM · @MIKUSNUZ/GSC-MCP · SCANNED AUG 3
MCP server for Google Search Console & Indexing API — search analytics, sitemaps, URL inspection
Available components
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 →
Supply Chain Security79
- No malware found by supply-chain analysis.Pass
- CVE check failed: a known high-severity CVE affects uuid 9.0.1, reached via google-auth-library > gaxios > uuid. A fixed version is available. View diagnostics → Fail
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (117 of 121), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 136 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability85
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 945 tokens (~63/item across 15 items; 13 tools + 2 resources), lean.Pass
- 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 Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.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.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @mikusnuz/gsc-mcp
claude mcp add mikusnuz-gsc -- npx -y @mikusnuz/gsc-mcp
codex mcp add mikusnuz-gsc -- npx -y @mikusnuz/gsc-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"mikusnuz-gsc": {
"type": "local",
"command": [
"npx",
"-y",
"@mikusnuz/gsc-mcp"
],
"enabled": true
}
}
} openclaw mcp add mikusnuz-gsc --command npx --arg -y --arg @mikusnuz/gsc-mcp
mcp_servers:
mikusnuz-gsc:
command: "npx"
args: ["-y", "@mikusnuz/gsc-mcp"] {
"mcpServers": {
"mikusnuz-gsc": {
"command": "npx",
"args": [
"-y",
"@mikusnuz/gsc-mcp"
]
}
}
} 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.
- 3 Aug 26 +44
- CVE-2026-41907 affects this package: high ▼ security
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Tool coverage: unverified → 100 ▲ functional
- Schema quality: unverified → excellent ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- Schema quality: unverified → 100 ▲ functional
- License: unverified → pass ▲ functional
- Licence: MIT functional
- 2 Aug 26 −10
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
- Capabilities: pass → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: 100 → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- 1 Aug 26 +5
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- MCP protocol: unverified → pass ▲ functional
- 31 Jul 26 −9
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 53
First indexed and scored.
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 3 Aug 2026 · Analysed npm/@mikusnuz/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Vulnerabilities 1 finding
| ID | CVE | Severity | Vector | Fix available |
|---|---|---|---|---|
| GHSA-w5hq-g745-h8pq | CVE-2026-41907 | high | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N | yes |
Dependencies 117 packages
117 packages in the resolved dependency tree · 117 deprecated · 37 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
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.
indexing_batch_publish ~64
Batch notify Google about multiple URL updates or removals via the Indexing API. Combines up to 100 notifications into a single HTTP request for efficiency.
| Name | Type | Req | Description |
|---|---|---|---|
| notifications | array | yes | Array of URL notifications (1-100 items). Each item has a url and type. |
No output schema declared.
No examples provided.
indexing_get_metadata ~47
Get the latest indexing notification metadata for a URL. Returns the latest URL_UPDATED and URL_DELETED notification timestamps.
| Name | Type | Req | Description |
|---|---|---|---|
| url | string | yes | The fully-qualified URL to check notification status for |
No output schema declared.
No examples provided.
indexing_publish ~72
Notify Google about a URL update or removal via the Indexing API. Use URL_UPDATED when a page is created or updated, URL_DELETED when a page is removed.
| Name | Type | Req | Description |
|---|---|---|---|
| type | string | yes | Notification type: URL_UPDATED or URL_DELETED |
| url | string | yes | The fully-qualified URL to notify about |
No output schema declared.
No examples provided.
search_analytics_query ~247
Query search traffic data from Google Search Console. Returns clicks, impressions, CTR, and position data with flexible filtering and grouping.
| Name | Type | Req | Description |
|---|---|---|---|
| aggregationType | string | — | How data is aggregated (default: auto) |
| dataState | string | — | 'all' includes fresh (possibly incomplete) data, 'final' only finalized data, 'hourly_all' required when using 'hour' dimension |
| dimensionFilterGroups | array | — | Filter groups to apply to the query |
| dimensions | array | — | Dimensions to group by: country, device, page, query, searchAppearance, date, hour (hour requires dataState='hourly_all') |
| endDate | string | yes | End date in YYYY-MM-DD format |
| rowLimit | number | — | Maximum number of rows to return (1-25000, default: 1000) |
| siteUrl | string | yes | The site URL |
| startDate | string | yes | Start date in YYYY-MM-DD format |
| startRow | number | — | Zero-based row offset for pagination |
| type | string | — | Search type filter: web, image, video, news, discover, googleNews (default: web) |
No output schema declared.
No examples provided.
sitemaps_delete ~44
Delete a sitemap from Google Search Console.
| Name | Type | Req | Description |
|---|---|---|---|
| feedpath | string | yes | The URL of the sitemap to delete |
| siteUrl | string | yes | The site URL |
No output schema declared.
No examples provided.
sitemaps_get ~53
Retrieve information about a specific sitemap.
| Name | Type | Req | Description |
|---|---|---|---|
| feedpath | string | yes | The URL of the sitemap (e.g. 'https://example.com/sitemap.xml') |
| siteUrl | string | yes | The site URL |
No output schema declared.
No examples provided.
sitemaps_list ~59
List all sitemaps submitted for a site in Google Search Console.
| Name | Type | Req | Description |
|---|---|---|---|
| siteUrl | string | yes | The site URL |
| sitemapIndex | string | — | Optional: URL of a sitemap index to list only sitemaps in that index |
No output schema declared.
No examples provided.
sitemaps_submit ~59
Submit a sitemap for a site to Google Search Console.
| Name | Type | Req | Description |
|---|---|---|---|
| feedpath | string | yes | The URL of the sitemap to submit (e.g. 'https://example.com/sitemap.xml') |
| siteUrl | string | yes | The site URL |
No output schema declared.
No examples provided.
sites_add ~55
Add a site (property) to Google Search Console. Verification may still be required.
| Name | Type | Req | Description |
|---|---|---|---|
| siteUrl | string | yes | The site URL to add (e.g. 'https://example.com/' or 'sc-domain:example.com') |
No output schema declared.
No examples provided.
sites_delete ~32
Remove a site (property) from Google Search Console.
| Name | Type | Req | Description |
|---|---|---|---|
| siteUrl | string | yes | The site URL to remove |
No output schema declared.
No examples provided.
sites_get ~50
Retrieve information about a specific site (property) in Google Search Console.
| Name | Type | Req | Description |
|---|---|---|---|
| siteUrl | string | yes | The site URL (e.g. 'https://example.com/' or 'sc-domain:example.com') |
No output schema declared.
No examples provided.
sites_list ~23
List all sites (properties) you have access to in Google Search Console.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
url_inspection_inspect ~106
Inspect a URL in Google's index. Returns indexing status, crawl info, rich results, AMP status, and mobile usability for a specific URL.
| Name | Type | Req | Description |
|---|---|---|---|
| inspectionUrl | string | yes | The fully-qualified URL to inspect (must be under the site) |
| languageCode | string | — | Optional BCP-47 language code for localized results (e.g. 'en-US', 'ko') |
| siteUrl | string | yes | The site URL (property) the inspected URL belongs to |
No output schema declared.
No examples provided.