Google Search Console MCP
NPM · MCP-GOOGLE-SEARCH-CONSOLE · SCANNED AUG 19
MCP server for the Google Search Console API: search analytics, sitemaps, URL inspection, sites.
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 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
- 30 of 96 dependencies flagged as unhealthy. 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 0 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability68
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 3340 tokens (~278/item across 12 items; 12 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 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 · mcp-google-search-console
claude mcp add a1-x-tech-mcp-google-search-console -- npx -y mcp-google-search-console
codex mcp add a1-x-tech-mcp-google-search-console -- npx -y mcp-google-search-console
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"a1-x-tech-mcp-google-search-console": {
"type": "local",
"command": [
"npx",
"-y",
"mcp-google-search-console"
],
"enabled": true
}
}
} openclaw mcp add a1-x-tech-mcp-google-search-console --command npx --arg -y --arg mcp-google-search-console
mcp_servers:
a1-x-tech-mcp-google-search-console:
command: "npx"
args: ["-y", "mcp-google-search-console"] {
"mcpServers": {
"a1-x-tech-mcp-google-search-console": {
"command": "npx",
"args": [
"-y",
"mcp-google-search-console"
]
}
}
} 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.
- 19 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 18 Aug 26 +14
- Malware scan: pass → unverified ▼ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Tool coverage: unverified → 100 ▲ functional
- MCP protocol: unverified → pass ▲ functional
- First check of Schema quality: fail functional
- First check of Schema quality: excellent functional
- First check of Schema quality: fail functional
- First check of Tool coverage: 100 functional
- Package version: 1.0.0 → 1.1.0 functional
- 11 Aug 26 0
- Package version: 0.1.0 → 1.0.0 functional
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 9 Aug 26 38
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 19 Aug 2026 · Analysed npm/mcp-google-search-console@1.1.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Dependencies 96 packages
| Packages resolved | 96 |
|---|---|
| Stale | 30 |
| Tree resolution | Complete |
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.
add_site Add a property ~185
Adds a property to the account's Search Console set. The property starts UNVERIFIED (permissionLevel siteUnverifiedUser) and most data calls will return 403 until it is verified — verification happens through the Search Console UI or the separate Site Verification API, not through this API. Success is an empty API response (surfaced as { ok: true, added }). Requires the full webmasters OAuth scope (the readonly scope cannot mutate).
| Name | Type | Req | Description |
|---|---|---|---|
| site_url | string | yes | The property EXACTLY as registered in Search Console. Two formats: URL-prefix — a full URL with scheme and trailing slash, e.g. "https://example.com/" (http/https and www/non-www are different proper… |
No output schema declared.
No examples provided.
delete_site Remove a property ~166
Removes (unlinks) a property from the account's Search Console set. No data is deleted and other owners keep their access — this only removes the property from THIS account's list; it can be re-added later. Success is an empty API response (surfaced as { ok: true, removed }). Requires the full webmasters OAuth scope.
| Name | Type | Req | Description |
|---|---|---|---|
| site_url | string | yes | The property EXACTLY as registered in Search Console. Two formats: URL-prefix — a full URL with scheme and trailing slash, e.g. "https://example.com/" (http/https and www/non-www are different proper… |
No output schema declared.
No examples provided.
delete_sitemap Delete a sitemap ~180
Removes a sitemap from Search Console. This does not delete the file from the site, and Google may still discover it via robots.txt — it only removes the submission. Success is an empty API response (surfaced as { ok: true, deleted }). Requires the full webmasters OAuth scope.
| Name | Type | Req | Description |
|---|---|---|---|
| feedpath | string | yes | The full sitemap URL, e.g. "https://example.com/sitemap.xml". |
| site_url | string | yes | The property EXACTLY as registered in Search Console. Two formats: URL-prefix — a full URL with scheme and trailing slash, e.g. "https://example.com/" (http/https and www/non-www are different proper… |
No output schema declared.
No examples provided.
get_site Get one property ~143
Returns one property's entry: { siteUrl, permissionLevel }. A 404 means the value does not match any registered property — check the exact format (trailing slash, scheme, sc-domain: prefix) against list_sites output.
| Name | Type | Req | Description |
|---|---|---|---|
| site_url | string | yes | The property EXACTLY as registered in Search Console. Two formats: URL-prefix — a full URL with scheme and trailing slash, e.g. "https://example.com/" (http/https and www/non-www are different proper… |
No output schema declared.
No examples provided.
get_sitemap Get one sitemap ~173
Returns one submitted sitemap's details (the same WmxSitemap shape as list_sitemaps): errors/warnings counts, isPending, lastSubmitted/lastDownloaded, and per-content-type submitted counts. Useful to check processing status after submit_sitemap.
| Name | Type | Req | Description |
|---|---|---|---|
| feedpath | string | yes | The full sitemap URL, e.g. "https://example.com/sitemap.xml". |
| site_url | string | yes | The property EXACTLY as registered in Search Console. Two formats: URL-prefix — a full URL with scheme and trailing slash, e.g. "https://example.com/" (http/https and www/non-www are different proper… |
No output schema declared.
No examples provided.
get_top_queries Top search queries ~351
Convenience wrapper over search_analytics for the most common ask: the top search queries for a property, sorted by clicks descending (the API's default order). Each row has keys[0] = the query string plus clicks, impressions, ctr (a FRACTION 0..1) and position. Dates are calendar dates in Pacific Time, end_date inclusive; final data lags ~2-3 days. Anonymized long-tail queries are never returned. Same endpoint and quota as search_analytics — use search_analytics directly for other dimensions, pagination, fresh data or regex filters.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | – | Only count traffic from this country — ISO 3166-1 alpha-3 code, e.g. "usa". |
| device | string | – | Only count traffic from this device class. |
| end_date | string | yes | Last date of the range, YYYY-MM-DD, Pacific Time, inclusive. |
| limit | integer | – | How many top queries to return (1..25000; default 100). |
| page_filter | string | – | Only count traffic to pages whose URL CONTAINS this substring, e.g. "/blog/". |
| site_url | string | yes | The property EXACTLY as registered in Search Console. Two formats: URL-prefix — a full URL with scheme and trailing slash, e.g. "https://example.com/" (http/https and www/non-www are different proper… |
| start_date | string | yes | First date of the range, YYYY-MM-DD, Pacific Time. |
No output schema declared.
No examples provided.
inspect_url Inspect a URL's index status ~373
Inspects a URL's status in the Google index (URL Inspection API). Returns { inspectionResult } with: inspectionResultLink (the Search Console UI page for this inspection); indexStatusResult — verdict (PASS/PARTIAL/FAIL/NEUTRAL), human-readable coverageState (e.g. "Submitted and indexed"), robotsTxtState (ALLOWED/DISALLOWED), indexingState, lastCrawlTime, pageFetchState (SUCCESSFUL/SOFT_404/NOT_FOUND/SERVER_ERROR/...), googleCanonical vs userCanonical, sitemap[], referringUrls[], crawledAs (DESKTOP/MOBILE); plus ampResult and richResultsResult (with per-item issues and severities) when applicable. Only the status of the version already in the Google index is returned — this is NOT a live test. mobileUsabilityResult may still appear in responses but the product is retired — ignore it. QUOTA WARNING: only 2,000 inspections per property per DAY (and 600/minute) — throttle any batch inspection and expect 429/403 rateLimitExceeded beyond that.
| Name | Type | Req | Description |
|---|---|---|---|
| inspection_url | string | yes | The fully-qualified URL to inspect. It must belong to the property given in site_url. |
| language_code | string | – | IETF BCP-47 language for the human-readable issue messages, e.g. "en-US" (the default). |
| site_url | string | yes | The property EXACTLY as registered in Search Console. Two formats: URL-prefix — a full URL with scheme and trailing slash, e.g. "https://example.com/" (http/https and www/non-www are different proper… |
No output schema declared.
No examples provided.
list_sitemaps List sitemaps ~235
Lists the sitemaps submitted for a property (or, with sitemap_index, the children of a sitemap index file). Returns { sitemap: [WmxSitemap] } with per-sitemap path, lastSubmitted, lastDownloaded, isPending, isSitemapsIndex, type (sitemap/rssFeed/atomFeed/patternSitemap/urlList/notSitemap), warnings and errors counts, and contents[] with per-content-type submitted counts. The contents[].indexed field is deprecated and returns nothing useful — never present it as indexed pages.
| Name | Type | Req | Description |
|---|---|---|---|
| site_url | string | yes | The property EXACTLY as registered in Search Console. Two formats: URL-prefix — a full URL with scheme and trailing slash, e.g. "https://example.com/" (http/https and www/non-www are different proper… |
| sitemap_index | string | – | URL of a sitemap index file — lists its child sitemaps instead of the property's own list. |
No output schema declared.
No examples provided.
list_sites List Search Console properties ~122
Lists every Search Console property the authenticated account can access. Returns { siteEntry: [{ siteUrl, permissionLevel }] } where siteUrl is either a URL-prefix property ("https://example.com/") or a domain property ("sc-domain:example.com"), and permissionLevel is siteOwner, siteFullUser, siteRestrictedUser or siteUnverifiedUser. Call this FIRST: every other tool needs the siteUrl exactly as returned here — a near-match (missing trailing slash, wrong scheme, www vs non-www) is a different property and returns 403/404.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
raw_request Raw Search Console API call ~223
Escape hatch to call any Google Search Console API path directly, for requests the typed tools don't cover. Two surfaces share the host: "webmasters/v3/..." (sites, sitemaps, searchAnalytics) and "v1/..." (urlInspection). siteUrl and feedpath are PATH SEGMENTS and must be URL-encoded (encodeURIComponent), e.g. "webmasters/v3/sites/sc-domain%3Aexample.com/sitemaps". The path may carry a query string. The Bearer token is added automatically; the method defaults to GET. Note: sites.add and sitemaps.submit are PUT with no body and return an empty response on success.
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | – | JSON request body (POST only; PUT endpoints here take no body). |
| method | string | – | HTTP method (the Search Console API uses only these four). Defaults to GET. |
| path | string | yes | API path relative to https://searchconsole.googleapis.com, e.g. "webmasters/v3/sites" or "v1/urlInspection/index:inspect". |
No output schema declared.
No examples provided.
search_analytics Search Analytics (performance) query ~659
Runs a Search Analytics (performance) query for a property: clicks, impressions, CTR and average position from Google Search, grouped by the requested dimensions. Each returned row has keys[] (one value per requested dimension, in the same order) plus clicks, impressions, ctr (a FRACTION 0..1, not a percent) and position; rows are sorted by clicks descending. With no dimensions you get one totals row for the range. Dates are calendar dates in Pacific Time and end_date is INCLUSIVE; final data lags ~2-3 days behind (use data_state "all" for fresh, still-changing rows). Pagination: there is no page token — repeat with start_row increased by row_limit until a response comes back with no rows. When grouping by query/page some anonymized long-tail data is never returned, so summed rows will not match a dimensionless totals query. Quota: 1,200 queries/minute per site and per user.
| Name | Type | Req | Description |
|---|---|---|---|
| aggregation_type | string | – | How metrics are aggregated: "auto" (default) lets the API decide, "byPage"/"byProperty" force it, "byNewsShowcasePanel" is for News Showcase. Affects how clicks/impressions are counted, not which row… |
| data_state | string | – | "final" (default) — only finalized data; "all" — include fresh data still subject to change; "hourly_all" — required when grouping by hour (recent data only). |
| dimensions | array | – | How to group rows; keys[] in each row follows this order. "country" values are ISO 3166-1 alpha-3 codes, "device" is DESKTOP/MOBILE/TABLET, "hour" requires data_state "hourly_all". Omit for one total… |
| end_date | string | yes | Last date of the range, YYYY-MM-DD, Pacific Time, inclusive. |
| filters | array | – | Row filters, ALL combined with AND — the API has no OR across filters (run separate queries instead). |
| row_limit | integer | – | Max rows to return (1..25000; API default 1000). |
| search_type | string | – | Which search surface to report: "web" (default), "image", "video", "news" (News tab of search), "discover" (Discover feed), "googleNews" (news.google.com and the app). discover/googleNews support a r… |
| site_url | string | yes | The property EXACTLY as registered in Search Console. Two formats: URL-prefix — a full URL with scheme and trailing slash, e.g. "https://example.com/" (http/https and www/non-www are different proper… |
| start_date | string | yes | First date of the range, YYYY-MM-DD, Pacific Time. |
| start_row | integer | – | 0-based row offset for pagination (default 0). A response with no rows means the end. |
No output schema declared.
No examples provided.
submit_sitemap Submit a sitemap ~194
Submits (or resubmits) a sitemap for the property. The feedpath must be the sitemap's full URL on the property. Success is an EMPTY API response (surfaced as { ok: true, submitted }); processing is asynchronous — check errors/warnings later with get_sitemap. Requires the full webmasters OAuth scope (readonly is not enough).
| Name | Type | Req | Description |
|---|---|---|---|
| feedpath | string | yes | The full sitemap URL, e.g. "https://example.com/sitemap.xml". |
| site_url | string | yes | The property EXACTLY as registered in Search Console. Two formats: URL-prefix — a full URL with scheme and trailing slash, e.g. "https://example.com/" (http/https and www/non-www are different proper… |
No output schema declared.
No examples provided.