treg.to / Catalog / Google Search Console
6 tools · your own account · never metered

Google Search Console MCP for AI agents

Which queries and pages bring you organic traffic, what's indexed, and how rankings move over time. Connect your own Google Search Console account once and your agent uses it from then on, through one treg.to token. Calls on your own connection are never metered.
$1.00 of free credit on every new team · no provider signup · no card
4 of 6 tools on this page are live-verified against the provider.
works in
ChatGPTClaudeClaude CodeCodexCursorGrokGemini CLI
What your agent can now do

Google Search Console, one prompt away

AGENT
ChatGPTClaudeClaude CodeCodexCursorGrokGemini CLI
clicks, impressions, CTR & top queries
list the sites you can access
check if a page is indexed, and why not
treg
$ treg call google-search-console.sites
✓ 200 · free
$ treg call google-search-console.sitemaps
✓ 200 · free
$ treg call google-search-console.performance
✓ 200 · free
$ _
Google Search ConsoleYOUR ACCOUNT
Which queries and pages bring you organic traffic, what's indexed, and how rankings move over time.
⚒ 6 TOOLS

SEO · https://searchconsole.googleapis.com

Set up

Set up Google Search Console in Claude Code, Codex or any agent

1Give this to your agent
in your agent's chat
set up treg — https://treg.to/llms.txt
2Or add the MCP server yourself
claude code
claude mcp add --transport http treg https://treg.to/mcp

ChatGPT

Settings → Connectors → add https://treg.to/mcp as a custom connector.

Grok bot

Add https://treg.to/mcp as a remote MCP connector in its tool settings.

Claude Desktop

Settings → Connectors → Add custom connector → https://treg.to/mcp.

Cursor, Codex, any MCP client

Point it at https://treg.to/mcp (HTTP transport).

CLI

curl -fsSL https://treg.to/install.sh | sh

Plain HTTP

LangChain, CrewAI or any code: /call/<tool-id> with a Bearer token. No SDK.

Try it

What's the best way to ask?

the prompt
Using treg, clicks, impressions, CTR & top queries. Show me the price first.

Run one directly

a live-verified call
curl -H "Authorization: Bearer $TREG_TOKEN" \
  "https://treg.to/call/google-search-console.sites"
Why treg.to

Why call Google Search Console through treg.to

Your account, held safely

Connect once; treg.to keeps the credential server-side and injects it per call. No key on any machine.

Price before the call

The provider's own rate, $0.000 markup. How billing works.

No subscription, no seats

Charged per call. $1.00 free per new team, no card to start.

Your own Google Search Console key is free

Register it and those calls are never metered. Your key always wins.

Switch by changing a word

Another provider is a different word in the prompt, not a new integration.

One key, the whole catalog

The same token calls every provider in the catalog and ~2,600 other tools.

The shelf

All 6 Google Search Console tools

Google Search Console · 6 tools
  • Your Search Console site details by site URL · free
    sites.get — Retrieves information about specific site. google-search-console.x.webmasters-sites-get
  • Sitemap details by site URL and feed path · free
    sitemaps.get — Retrieves information about a specific sitemap. google-search-console.x.webmasters-sitemaps-get
  • Search performance of your site — clicks, impressions, CTR · live-verified · free
    Get your site's Google Search performance — clicks, impressions, CTR and top queries google-search-console.performance
  • List your Search Console sites · live-verified · free
    List the sites and domains you have access to in Search Console google-search-console.sites
  • Inspect a URL's Google index status · live-verified · free
    Check whether a page of your site is indexed by Google, and why it is or isn't google-search-console.url_inspection
  • List submitted sitemaps for your site · live-verified · free
    List the sitemaps submitted for your site and how many URLs Google took from each google-search-console.sitemaps

Reliability badges come from live traffic through treg.to, not a controlled benchmark.

Questions

Before you start

Do I need a Google Search Console account?

Yes. This is an own-account connection: you sign in to Google Search Console once and your agent uses that connection through your treg.to token. Calls on it are never metered.

How do I add Google Search Console to Claude Code?

Run: claude mcp add --transport http treg https://treg.to/mcp — one MCP server carries Google Search Console and the rest of the catalog.

Which frameworks does it work with?

Anything that speaks MCP (Claude Code, Claude Desktop, ChatGPT, Codex, Cursor, Grok) and anything that can make an HTTP request (LangChain, CrewAI, LlamaIndex, plain code).

Is this the official Google Search Console MCP server?

No. treg.to serves Google Search Console's real API through its own metered proxy: the request is the provider's own, the credential is injected server-side, and the answer is relayed verbatim. The official Google Search Console channels are linked above.