← askwatch.ai

INDIVIDUAL MCP TOOL

page_queries

What searches a specific page is shown for.

askwatch.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.askwatch.ai/gsc

No auth detected

Connect to this endpoint to inspect the live schema for page_queries and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

askwatch.ai

CONNECT 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.

Related tools

  • site_overview — How the site did over a period compared with the one before it: clicks, impressions, CTR, average position and the change in each.
  • top — Top queries, pages, countries or devices for a period.
  • changes — What gained and what lost between this period and the one before it, with small rows filtered out.
  • find_opportunities — Queries 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.
  • find_cannibalization — Queries where more than one page of the site is being shown, with how each page does on them.
  • brand_split — Branded versus non-branded search, split on words you supply.
  • query — Direct Search Analytics query, for questions the other tools do not shape.
  • list_sites — Search Console properties this connection can read.