Frequently asked questions
Quick answers to the questions we get most. Each one links to a full-detail page if you want the complete picture.
Setup
Do I need a Google Cloud project to use GSC PAP?
No. The whole reason GSC PAP exists is to remove the Google Cloud setup step. When you sign in with Google through gscpap.com, you grant permission to our OAuth client (which we registered with Google one time). We then call the Search Console API on your behalf using your refresh token. You never touch the Google Cloud Console.
Read full answerWhich AI clients support GSC PAP?
GSC PAP is exposed as an MCP (Model Context Protocol) server. Any AI client that speaks MCP can connect. As of April 2026, the actively supported clients are Claude Desktop, Cursor, and Claude Code (the Anthropic CLI). All three implement the MCP HTTP transport that we use, so no extra adapter is required.
Read full answerHow do I add GSC PAP to Claude Desktop, Cursor, or Claude Code?
The flow is the same for all three clients: sign in with Google at gscpap.com, copy the bearer token shown on the connect screen, then paste a JSON config or run a single CLI command in your AI client. Total time about 60 seconds, all from the same web page.
Read full answer
Privacy & Security
What Search Console data can GSC PAP access?
GSC PAP requests the webmasters.readonly OAuth scope - the same read-only level you would grant to any third-party Search Console viewer. Specifically we can read your verified site list, search analytics (clicks, impressions, CTR, position by query, page, country, device, date), sitemap submission status, and URL inspection results. This is exactly the data you see in your own Search Console UI.
Read full answerCan other users see my data?
No. Your Search Console data, OAuth tokens, MCP sessions, archive, and tool call history are all isolated to your user account in our database. Every query passes through bearer-token authentication that resolves to a specific user, and every database query scopes results by user_id. There is no UI, API endpoint, or feature that exposes one user's data to another user.
Read full answerHow do I revoke access?
You have three independent ways to revoke. First, revoke a single MCP token from /account/tokens - this kills only that bearer, leaving other tokens (e.g. on different machines) working. Useful if you suspect one token has been exposed but want to keep using GSC PAP elsewhere.
Read full answer
Limits & Pricing
Is GSC PAP free? What are the limits?
Yes, GSC PAP is completely free during the public preview (v0.x). There is no credit card required, no trial expiration, and no premium feature gate. The only limits are technical ones to protect the service: 60 MCP tool calls per minute and 1,000 per hour per user. These limits are generous - typical AI assistant usage is 5-20 calls per question, so you can ask hundreds of questions per hour without hitting them.
Read full answerHow far back does my data go?
Google Search Console itself only retains the most recent 16 months of data. Anything older drops off Google's side and cannot be recovered, even with API access - this is a hard limit Google enforces on every Search Console user, including direct users of the official Google Search Console UI.
Read full answer