Official · MODEL CONTEXT PROTOCOL

ahonn mcp server gsc

A Model Context Protocol (MCP) server providing access to Google Search Console

WHAT IT CONNECTS

What ahonn mcp server gsc gives an AI Agent

  • Search analytics data retrieval with dimensions support
  • Rich data analysis with customizable reporting periods
  • Node.js 18 or later
  • Google Cloud Project with Search Console API enabled
  • Service Account credentials with Search Console access
  • Visit the [Google Cloud Console](https://console.cloud.google.com/)
  • Create a new project or select an existing one
  • Enable the API:
  • Go to "APIs & Services" > "Library"
  • Search for and enable ["Search Console API"](https://console.cloud.google.com/marketplace/product/google/searchconsole.googleapis.com)
  • Create credentials:
  • Navigate to ["APIs & Services" > "Credentials"](https://console.cloud.google.com/apis/credentials)
  • Click "Create Credentials" > "Service Account"
  • Fill in the service account details
  • Create a new key in JSON format
  • The credentials file (.json) will download automatically
  • Grant access:
  • Open Search Console
  • Add the service account email (format: name@project.iam.gserviceaccount.com) as a property administrator
  • `siteUrl`: Site URL (format: `http://www.example.com/` or `sc-domain:example.com`)
  • `startDate`: Start date (YYYY-MM-DD)
  • `endDate`: End date (YYYY-MM-DD)
  • `dimensions`: Comma-separated list (`query,page,country,device,searchAppearance`)
  • `type`: Search type (`web`, `image`, `video`, `news`)
  • `aggregationType`: Aggregation method (`auto`, `byNewsShowcasePanel`, `byProperty`, `byPage`)
  • `rowLimit`: Maximum rows to return (default: 1000)

SECURITY

An MCP listing is not a security review

An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.