gsc_inspect_url
Pack: google_search_console · Endpoint: https://gateway.pipeworx.io/google_search_console/mcp
Inspect a specific URL’s index status in Google: coverage state, last crawl, canonical, mobile usability, and rich-results status. Use to debug why a page is or isn’t indexed.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
siteUrl | string | yes | The property the URL belongs to, exactly as listed by gsc_list_sites |
inspectionUrl | string | yes | The fully-qualified URL to inspect (must belong to siteUrl), e.g. “https://example.com/page” |
languageCode | string | no | BCP-47 language for the result (default “en-US”) |
Example call
curl -X POST https://gateway.pipeworx.io/google_search_console/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"gsc_inspect_url","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"google_search_console": {
"url": "https://gateway.pipeworx.io/google_search_console/mcp"
}
}
}
See Getting Started for client-specific install steps.