analytics
Google Search Console MCP, CLI, and Lua Integration for AI Agents
Google Search Console integration docs for AI agents: MCP gateway setup, Google Search Console CLI commands, Lua API reference, credentials, and function schemas.
7 functions 7 read 0 write Manual OAuth token auth
Google Search Console for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
google-search-console- route_slug
google-search-console- package
google-search-console- auth_strategy
oauth2_manual_tokenManual OAuth token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Google Search Console CLIHeadless setup and direct function calls. Google Search Console MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Google Search Console MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Google Search Console.
Claude Code Google Search Console MCP setup for Claude Code. Cursor Google Search Console MCP setup for Cursor. Codex Google Search Console MCP setup for Codex. OpenAI Agents Google Search Console MCP setup for OpenAI Agents SDK. Claude Agent SDK Google Search Console MCP setup for Claude Agent SDK. Vercel AI SDK Google Search Console MCP setup for Vercel AI SDK. LangChain Google Search Console MCP setup for LangChain. LangGraph Google Search Console MCP setup for LangGraph. CrewAI Google Search Console MCP setup for CrewAI. MCP clients Google Search Console MCP setup for Generic MCP Clients.
Google Search Console CLI Matrix
Use these pages for direct Google Search Console CLI workflows in scripts, CI, cron, and agent wrappers.
CI Google Search Console CLI for CI. Cron Jobs Google Search Console CLI for cron jobs. Shell Scripts Google Search Console CLI for shell scripts. Headless Automation Google Search Console CLI for headless automation. Coding Agents Google Search Console CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
google-search-console.gsc_list_sites | Read read | 2 | List all sites the authenticated user has access to in Google Search Console. Returns site URLs and permission levels. |
google-search-console.gsc_get_site | Read read | 1 | Get details for a specific site in Google Search Console, including permission level. |
google-search-console.gsc_list_sitemaps | Read read | 4 | List sitemaps submitted for a site in Google Search Console. Returns sitemap URLs, types, and indexing status. |
google-search-console.gsc_get_sitemap | Read read | 2 | Get details for a specific sitemap in Google Search Console, including indexing status and any errors. |
google-search-console.gsc_list_search_analytics | Read read | 5 | Query search performance data from Google Search Console — clicks, impressions, CTR, and average position. Group by dimensions like query, page, country, or device. |
google-search-console.gsc_list_url_inspection | Read read | 4 | Inspect URLs for a site in Google Search Console. Returns indexing status, crawl information, and any detected issues. |
google-search-console.gsc_get_current_user | Read read | 0 | Get the authenticated user's profile from Google Search Console. Returns email and account information. |