gsc_inspect_url
ActiveTool of Google_search_console
declared in 0.1.0
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 schema
{
"type": "object",
"required": [
"siteUrl",
"inspectionUrl"
],
"properties": {
"siteUrl": {
"type": "string",
"description": "The property the URL belongs to, exactly as listed by gsc_list_sites"
},
"languageCode": {
"type": "string",
"description": "BCP-47 language for the result (default \"en-US\")"
},
"inspectionUrl": {
"type": "string",
"description": "The fully-qualified URL to inspect (must belong to siteUrl), e.g. \"https://example.com/page\""
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Google_search_console
https://github.com/pipeworx-io/mcp-google_search_console
1/7 registries