seo-geo
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GSC_SA_JSON | No | Pfad zur Service-Account-JSON oder deren kompletter Inhalt | |
| GSC_PROPERTY | No | Standard-Property, z. B. `sc-domain:example.com` oder `https://www.example.com/` | |
| INDEXNOW_KEY | No | IndexNow-Schlüssel | |
| INDEXNOW_HOST | No | Optional: Host, z. B. `www.example.com` (sonst Host der ersten URL) | |
| INDEXNOW_ENDPOINT | No | Optional: anderer IndexNow-Endpunkt, Standard `https://api.indexnow.org/indexnow` | |
| INDEXNOW_KEY_LOCATION | No | Optional: abweichende URL der Schlüsseldatei | |
| GOOGLE_APPLICATION_CREDENTIALS | No | Alternative zu `GSC_SA_JSON`: Pfad zur Service-Account-JSON |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| gsc_suchanfragenA | Liefert die Top-Suchanfragen einer Google-Search-Console-Property mit Klicks, Impressionen, Klickrate und durchschnittlicher Position, sortiert nach Klicks. |
| gsc_seitenA | Liefert die Seiten einer Google-Search-Console-Property mit den meisten Klicks, inklusive Impressionen, Klickrate und durchschnittlicher Position. |
| gsc_fast_seite_einsA | Findet Suchanfragen in Striking Distance: Kombinationen aus Suchanfrage und Seite auf Position 8 bis 20 mit genügend Impressionen. Sortiert nach Potenzial (geschätzte zusätzliche Klicks bei 10 % Klickrate). Ideal, um zu entscheiden, welche Seiten zuerst überarbeitet werden. |
| gsc_url_pruefenA | Prüft eine einzelne URL über die URL Inspection API: Indexierungsstatus, Abdeckung, robots.txt, letzter Crawl und von Google gewählte Canonical-URL. Das Dienstkonto braucht in der Property Vollzugriff. |
| indexnow_meldenA | Meldet neue oder geänderte URLs per IndexNow an Bing, Yandex und weitere Suchmaschinen. URLs direkt oder über eine Sitemap übergeben. Schlüssel und Host kommen aus den Parametern oder aus INDEXNOW_KEY und INDEXNOW_HOST. Die Schlüsseldatei muss unter https:///.txt erreichbar sein. |
| meta_laengen_pruefenA | Lädt eine Seite, liest title und meta description und prüft die Längen gegen die strengeren Bing-Grenzen, die auch für Google passen: Title maximal 60 Zeichen, Meta-Description 70 bis 155 Zeichen. Liefert Befund und einen Kürzungshinweis. Braucht keine Zugangsdaten. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool targets a distinct SEO operation: GSC queries, GSC pages, striking-distance query-page pairs, URL inspection, IndexNow submission, and meta-length checks. Even the two inspection-like tools (URL indexing vs. meta lengths) are clearly separated by description.
All names are lowercase snake_case, but the semantic pattern is mixed: some are noun phrases (gsc_suchanfragen, gsc_seiten), one is an adjective/number phrase (gsc_fast_seite_eins), and others end with a verb (gsc_url_pruefen, indexnow_melden, meta_laengen_pruefen). The set is readable but lacks a predictable verb/noun convention.
Six tools is well within the recommended range and each appears to earn its place for a focused SEO/GSC plus IndexNow workflow. There is no obvious redundancy or bloat.
The surface covers GSC performance analysis, URL inspection, IndexNow submission, and meta checks, but notable gaps remain for a server named seo-geo: no property/site listing, no sitemap submission or validation to Google, no bulk URL inspection, and no GEO-specific or content optimization tools. Agents can do core technical SEO tasks but will hit limits on broader SEO/GEO workflows.