Analytics
askwatch.ai
Analyzes Google Search Console performance data to report site trends, top queries/pages, period changes, SEO opportunities, and keyword cannibalization.
ENDPOINT 1
https://mcp.askwatch.ai/gsc
MCP server metadata
- Name
- askwatch-gsc
- Version
- 1.0.0
A hosted MCP server over Google Search Console. Connect your Google account once and AskWatch issues a personal link: no Cloud project, no credentials.json, nothing to run or host. Eleven tools answer whole questions rather than returning rows to interpret — what dropped since last month, which queries rank well but get few clicks, which pages compete for the same search — and a raw Search Analytics query is there for everything else. Read-only at Google's level: the grant asks for webmasters.readonly, so it cannot submit, index or change anything. This address needs a personal link: https://mcp.askwatch.ai/gsc/<your key>. The key is free and issued as soon as you connect Google Search Console — https://askwatch.ai/free-tools/google-search-console-mcp.
Known tools 11
site_overviewHow the site did over a period compared with the one before it: clicks, impressions, CTR, average position and the change in each.
Inferred read-onlychangesWhat gained and what lost between this period and the one before it, with small rows filtered out.
Inferred read-onlyfind_opportunitiesQueries ranking 5-20 with plenty of impressions but a click-through rate below what is typical at their position — where a title or snippet rewrite is worth the most clicks.
Inferred read-onlyfind_cannibalizationQueries where more than one page of the site is being shown, with how each page does on them.
Inferred read-onlyinspect_urlGoogle's index status for one URL: whether it is indexed, when it was last crawled, and which canonical Google chose.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.askwatch-gsc]
url = "https://mcp.askwatch.ai/gsc"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"askwatch-gsc": {
"type": "http",
"url": "https://mcp.askwatch.ai/gsc"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: askwatch-gsc
Remote MCP URL: https://mcp.askwatch.ai/gsc
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"askwatch-gsc": {
"url": "https://mcp.askwatch.ai/gsc"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"askwatch-gsc": {
"type": "http",
"url": "https://mcp.askwatch.ai/gsc"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "askwatch-gsc",
"transport": "streamable-http",
"url": "https://mcp.askwatch.ai/gsc"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.