Pod

Yes, this is on purpose. Pod is built for agents, so the default page is plain HTML.
Human? View the normal website.
Agent? You probably prefer /mcp/search-console-mcp/issues.md or /mcp/search-console-mcp/issues.json, or Pod over MCP.

Reported issues for Search Console MCP

Pod holds 10 of 10 problems reported by people outside the maintainer team. Issues filed by the project's own owners, members and collaborators are excluded entirely — a maintainer's release checklist is not a warning to a prospective user.

Back to Search Console MCP.

Most discussed

Startup regression: "Era probe" adds 40-70s to initialize handshake, breaks shared-pool clients with ~60s timeout

Since ~Aug 14-18 2026, the initialize handshake latency jumped from ~5-10s to 40-70s. This coincides with a new startup log line that didn't exist before:

Era probe verdict: legacy (exec lane pinned — no sibling probe)

Environment

Symptom

Log excerpt (2026-08-18):

2026-08-18T14:25:47.508Z [search-console]

Read the thread · 2026-08-19 · closed · external user · 1 comment

will this mcp support download Generative AI data from GSC separately?

with Google launch Generative AI report in GSC, I think more people would like to have this feature. Do you have plan to support AI report? Thank you!

Read the thread · 2026-08-18 · closed · external user · 1 comment

Add PAGESPEED_API_KEY support to pagespeed_analyze

Problem

The pagespeed_analyze tool calls the PageSpeed Insights API without an API key:

// dist/google/tools/pagespeed.js
const res = await pagespeed.pagespeedapi.runpagespeed({
    url,
    strategy,
    category: ['performance', 'accessibility', 'best-practices', 'seo']
    // no key parameter
});

Without a key, Google enforces unauthenticated rate limits (~25 requests/day per IP). This makes pagespeed_analyze fail with a rate limit error in any real-world audit that checks

Read the thread · 2026-06-12 · closed · external user · 5 comments

Feature request: Google Indexing API support (request indexing for URLs)

Feature Request: Google Indexing API — Request Indexing for URLs

Problem

The current inspection_inspect and inspection_batch tools are great for checking URL indexing status, but there's no way to request indexing through the MCP. This means after publishing or updating content, we have to manually open Search Console and click "Request Indexing" for each URL — which defeats the purpose of automation.

Proposed Solution

Add a request_indexing tool (and optionally a `reque

Read the thread · 2026-05-25 · closed · external user · 3 comments

Remove re2 dependency

Hey there

I am using your MCP server on a small openclaw box. Unfortunately, launching this MCP requires compiling re2 dependency, which is VERY slow on such a server.

Could you please remove this dependency from the project ?

Thanks

Read the thread · 2026-05-16 · closed · external user · 4 comments

Feature request: Bing AI Performance support (public preview, Feb 2026)

Context

Microsoft launched AI Performance in Bing Webmaster Tools as a public preview on 2026-02-10: https://blogs.bing.com/webmaster/February-2026/Introducing-AI-Performance-in-Bing-Webmaster-Tools-Public-Preview

The dashboard exposes:

Read the thread · 2026-05-11 · closed · external user · 2 comments

Analytics_query: incorrect results with parallel and unstable page + country filtering

We observed two related issues in the search-console MCP tool (method analytics_query):

When running requests in parallel (multi_tool_use.parallel), responses sometimes get “mixed” across requests (data for one URL appears in the response of another URL). In analytics_query, combining filters page + country sometimes returns incorrect and/or duplicated data (it looks like either the page filter or the country filter is applied inconsistently). As a result, page/country-specific metrics can be w

Read the thread · 2026-02-27 · closed · external user · 1 comment

API filter issues

when using Claude I ran into issues with the SEO recommendations and also the SEO cannibalization request:

{
  "siteUrl": "https://website.com",
  "days": 28
}
Error: Invalid value at 'dimension_filter_group[0].filter[0].dimension' (type.googleapis.com/google.searchconsole.v1.searchanalytics.filters.ApiFilterDimension), "position"
Invalid value at 'dimension_filter_group[0].filter[0].operator' (type.googleapis.com/google.searchconsole.v1.searchanalytics.filters.ApiDimension

[Read the thread](https://github.com/saurabhsharma2u/search-console-mcp/issues/26) · 2026-02-17 · closed · external user · 1 comment

## Most recent

### analytics_query: rowLimit is silently ignored, every call caps at 1000 rows

Hello — Claude found an anomaly and asked me to open an issue about it. Since this is the
kind of thing that tends to annoy maintainers, I preferred to write an introduction myself
so the report doesn't just get ignored. I don't have the ability to explain the problem
properly, so the technical explanation below is written by Claude.

---

### Summary

The `analytics_query` fluent tool accepts a `rowLimit` parameter, but it never reaches the
Search Console API request. Every call returns at most

[Read the thread](https://github.com/saurabhsharma2u/search-console-mcp/issues/107) · 2026-08-27 · closed · external user · 0 comments

### Feature Request: Optional SERP data tool (serpbase.dev) for live results, AI Overviews and competitor positions

Hi @saurabhsharma2u,

First off — the parallel fetch engine in v2.0.2 is great. Being able to ask "compare Google vs Bing for the last 30 days" in one turn is exactly why I wired this MCP into my workflow instead of exporting CSVs.

**Pain point**

GSC/Bing/GA4 all answer "how is *my* site doing", but none of them can tell me what's actually on the SERP. When a client's organic traffic drops, the first thing I need to know is whether Google started showing an AI Overview or a featured snippet ab

[Read the thread](https://github.com/saurabhsharma2u/search-console-mcp/issues/96) · 2026-08-09 · closed · external user · 0 comments

The remaining reports are on [the project's issue tracker](https://github.com/saurabhsharma2u/search-console-mcp/issues).