Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_APPLICATION_CREDENTIALS | Yes | Path to the Google Service Account credentials JSON file with Search Console API access |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_sites | List all sites in Google Search Console |
| search_analytics | Get search performance data from Google Search Console |
| index_inspect | Inspect a URL to see if it is indexed or can be indexed |
| list_sitemaps | List sitemaps for a site in Google Search Console |
| get_sitemap | Get a sitemap for a site in Google Search Console |
| submit_sitemap | Submit a sitemap for a site in Google Search Console |