AminForou/mcp-gsc — reverse-engineered prompt
Reverse engineered prompt
Build me a Python MCP server that lets an AI assistant talk to Google Search Console in plain English for SEO work.
I want to connect it to Claude Desktop, Cursor, Codex CLI, Gemini CLI, or any MCP client, sign in with my own Google account through a browser, and then ask questions like which queries are bringing traffic, which pages are losing clicks, what changed between two date ranges, and whether specific URLs are indexed correctly.
It should support OAuth as the normal setup, plus service account credentials for automation. Include tools to list Search Console properties, get site details, pull search analytics, compare periods, inspect one URL or a small batch of URLs, find indexing issues, list and submit sitemaps, and show a capabilities or auth status check so the assistant knows what is available.
Please make the setup simple, include clear config examples for common AI clients, good error messages when credentials are missing or expired, and tests for the main server tools. Look up current Google Search Console and MCP docs online if you need to.
Want more depth? Deep Reverse