Skip to main content
Glama
itsaakashpatel

seo-webmaster-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
INDEXNOW_KEYNoKey for IndexNow protocol, used for instant URL submission.
BING_WEBMASTER_API_KEYNoAPI key for Bing Webmaster Tools, generated from the API Access settings.
GOOGLE_APPLICATION_CREDENTIALSNoPath to the Google service account JSON key file, as obtained from the Google Cloud Console.

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
engine_statusA

Check the configuration and connection status of all integrated search engine providers (Google Search Console, Bing Webmaster Tools, IndexNow).

list_sitesA

List all verified sites (properties) across Google Search Console and Bing Webmaster Tools, along with permission levels.

search_analyticsA

Query search performance and analytics data (clicks, impressions, CTR, average position) across Google Search Console or Bing Webmaster Tools.

inspect_urlA

Inspect a URL in Google Search Console or Bing Webmaster Tools to check live indexing status, crawl info, canonical URLs, mobile usability, and rich results (schema validation).

list_sitemapsA

List all submitted sitemaps and their current status, last download date, error counts, and indexed URL counts.

get_sitemapB

Retrieve deep indexing and error metrics for a specific sitemap feed.

submit_urls_indexnowA

Instantly notify Bing, Yandex, Seznam, and other IndexNow search engines about added, updated, or deleted URLs on your website.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 7 tools

Disambiguation4/5

Each tool targets a distinct function: status, site listing, URL inspection, analytics, sitemap listing, sitemap details, and URL submission. The only slight overlap is list_sitemaps vs get_sitemap, but the descriptions clearly separate listing all sitemaps from retrieving deep metrics for one specific sitemap.

Naming Consistency4/5

Tool names mostly follow a consistent verb_noun pattern: engine_status, list_sites, inspect_url, search_analytics, list_sitemaps, get_sitemap, submit_urls_indexnow. Minor inconsistency: engine_status and search_analytics use noun-ish names rather than a verb, but the pattern is still readable and predictable.

Tool Count5/5

Seven tools is well-scoped for an SEO/webmaster server covering multiple search engines. Each tool covers a distinct core workflow: status, site management, URL inspection, analytics, sitemaps, and IndexNow submission.

Completeness4/5

The surface covers the main SEO webmaster workflows: verification status, site listing, URL inspection, analytics, sitemap management, and IndexNow submission. Minor gaps include lack of tools for adding/removing sites, submitting sitemaps, or managing crawl settings, but agents can still accomplish core monitoring and diagnostics.