gsc_list_sites
Pack: google_search_console · Endpoint: https://gateway.pipeworx.io/google_search_console/mcp
List the sites (properties) in the connected Search Console account, with the permission level for each. Call this first to get the exact siteUrl other tools need (e.g. “https://example.com/” or “sc-domain:example.com”).
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_list_sites","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.