indexnow-mcp
Server Quality Checklist
Latest release: v1.0.1
- Disambiguation5/5
Each tool has a clearly distinct purpose with no ambiguity: two tools handle Google Indexing API (status check and submission), three tools handle IndexNow operations (key generation, engine listing, URL submission), and one handles sitemap-based submission. The separation between Google and IndexNow workflows is particularly clear.
Naming Consistency5/5All tools follow a perfect snake_case naming convention with consistent prefixing: 'google_indexing_' for Google tools and 'indexnow_' for IndexNow tools. The verb-noun structure is maintained throughout (e.g., 'submit', 'generate_key', 'list_engines'), creating a highly predictable pattern.
Tool Count5/5Six tools is an ideal number for this domain, covering both Google Indexing API and IndexNow workflows without bloat. Each tool serves a specific, necessary function in the URL indexing process, and there are no redundant or trivial tools.
Completeness5/5The toolset provides complete coverage for URL indexing operations: status checking and submission for Google, plus key management, engine discovery, URL submission, and sitemap processing for IndexNow. There are no obvious gaps—agents can handle the full lifecycle from setup to submission across both major indexing services.
Average 3.9/5 across 6 of 6 tools scored.
See the Tool Scores section below for per-tool breakdowns.
- No community issues in the last 6 months
- 0 commits in the last 12 weeks
- Last stable release on
- No critical vulnerability alerts
- No high-severity vulnerability alerts
- No code scanning findings
- CI status not available
This repository is licensed under MIT License.
This repository includes a README.md file.
No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.
Tip: use the "Try in Browser" feature on the server page to seed initial usage.
This repository includes a glama.json configuration file.
If you are the author, simply .
If the server belongs to an organization, first add
glama.jsonto the root of your repository:{ "$schema": "https://glama.ai/mcp/schemas/server.json", "maintainers": [ "your-github-username" ] }Then . Browse examples.
Add related servers to improve discoverability.
How to sync the server with GitHub?
Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.
To manually sync the server, click the "Sync Server" button in the MCP server admin interface.
How is the quality score calculated?
The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).
Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.
Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).
Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.
Tool Scores
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. Adds valuable operational constraints ('instant indexing', 'up to 10,000 URLs') but omits critical behavioral details: return value format, idempotency guarantees, rate limiting, error handling patterns, or confirmation that this is a non-destructive write operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
Two tightly constructed sentences. First establishes action and beneficiaries; second provides batch constraint. Zero redundancy, front-loaded with core functionality, appropriately sized for the tool's complexity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Adequate for basic invocation given rich input schema, but gaps remain due to missing output schema and annotations. Description should ideally disclose return value structure or success indicators for this external API submission tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, providing detailed parameter documentation (UUID format for api_key, URI format for urls, default behavior for engines). Description reinforces the 10,000 URL limit and lists target engines, but adds minimal semantic depth beyond what the comprehensive schema already provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
Description provides specific verb ('Submit'), clear resource ('URLs to IndexNow'), and scope ('instant indexing on Bing, Yandex, Naver, Seznam'). Explicitly mentions the 10,000 URL batch limit, distinguishing operational scope from siblings like indexnow_submit_sitemap and google_indexing_submit.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
Implies usage context by listing target search engines (Bing, Yandex vs Google), but lacks explicit when-to-use guidance comparing it to sibling indexnow_submit_sitemap or google_indexing_submit. No mention of prerequisites like API key generation (though sibling indexnow_generate_key exists).
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It describes the happy-path workflow but omits error handling behavior, rate limiting, what happens if the sitemap is unreachable, or what the tool returns (no output schema exists). It does set expectations with 'instant indexing'.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
Single, efficient sentence of 12 words. Immediately front-loaded with the core action and scope. No redundant or wasted language.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a 5-parameter external API integration tool with no output schema and no annotations, the description covers the primary value proposition but leaves gaps. It should disclose what happens upon completion (success/failure indicators), handling of large sitemaps, or side effects of the IndexNow submission.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, establishing a baseline of 3. The description implies usage of sitemap_url, api_key, and host through the workflow narrative but does not add semantic details, constraints, or format guidance beyond what the schema already provides for the 'engines' and 'limit' parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
Description uses specific verbs (Fetch, extract, submit) and clearly identifies the resource (sitemap XML → IndexNow). The 'sitemap' specificity clearly distinguishes this from the sibling 'indexnow_submit' tool which presumably handles individual URLs.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage through the workflow (fetch sitemap → submit URLs), but provides no explicit guidance on when to choose this over 'indexnow_submit' for individual URLs, or prerequisites like generating an API key first via 'indexnow_generate_key'.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. Adds valuable return value information ('Shows when the URL was last submitted') but omits safety profile (read-only nature), rate limits, error handling for unsubmitted URLs, and required OAuth scopes despite having auth parameter.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, zero waste. First sentence establishes purpose and API context; second sentence discloses return value. Perfectly front-loaded with no redundant or filler text.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Appropriately complete for a 2-parameter tool with no output schema. Covers core functionality and return value. Minor gap: lacks explicit read-only safety declaration needed in absence of annotations, but sufficient for agent selection and invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema has 100% description coverage (url and access_token fully documented), establishing baseline 3. Description adds contextual framing ('via Google Indexing API') but does not expand on parameter semantics, formats, or constraints beyond what the schema already provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
Excellent specificity with 'Check the indexing notification status' (verb + resource), explicitly references 'Google Indexing API' to distinguish from IndexNow siblings, and clearly differentiates from google_indexing_submit via the 'status' action vs submission.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
Implies usage pattern (checking status vs submitting) through the action verb and sibling name contrast, but lacks explicit when-to-use guidance, prerequisites, or explicit comparison stating 'use this after submitting to verify status.'
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It successfully indicates this is a read operation returning engine configurations, but omits details about network requirements, caching behavior, rate limits, or authentication needs that would help an agent understand the operational constraints.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description consists of a single, efficient sentence with nine words. It is appropriately front-loaded with the action verb and contains no redundant or wasted language, making it ideal for quick comprehension by an agent.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the low complexity (zero inputs, no output schema, no annotations), the description adequately covers the functional scope by specifying what data it returns (engines and endpoints). While an output schema would be ideal, the description sufficiently compensates by clarifying the return value for this simple discovery tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters and the schema is an empty object. Per evaluation guidelines, 0-parameter tools receive a baseline score of 4. The description appropriately does not mention parameters since none exist, requiring no additional semantic clarification beyond what the trivial schema provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('List') and clearly identifies the resource ('IndexNow search engines and their API endpoints'). It effectively distinguishes this tool from its siblings (indexnow_submit, indexnow_submit_sitemap, etc.) by positioning it as a discovery/listing operation rather than an action/submission operation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description states what the tool does but provides no explicit guidance on when to invoke it versus alternatives. It does not indicate, for example, that this should be called before indexnow_submit to discover available endpoints, or whether the results are static reference data.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description must carry the full behavioral burden. It adds crucial context about hosting the verification file at the domain root, but omits idempotency characteristics, side effects, or the structure of returned data given the missing output schema.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description consists of two efficient sentences with zero wasted words. The first sentence front-loads the core purpose, while the second provides critical usage guidance without verbosity or unnecessary elaboration.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple single-parameter tool without an output schema, the description adequately covers the generation purpose and hosting requirements. It could improve by briefly characterizing the return format (e.g., specifying that both key and file content are returned) since no output schema documents this.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% description coverage for the custom_key parameter, documenting its optional nature and UUID fallback. Since the schema fully describes the parameter, the description appropriately does not need to add redundant parameter details, meeting the baseline expectation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description states 'Generate an IndexNow API key and the verification file content,' providing a specific verb (Generate) and clear resources. It effectively distinguishes from siblings like indexnow_submit and google_indexing_submit, which perform URL submission rather than key generation setup.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description includes essential post-invocation guidance: 'You need to host this file at your domain root.' However, it lacks explicit when-to-use guidance comparing it to alternatives or stating prerequisites such as 'use this before submitting URLs via indexnow_submit.'
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses the auth requirement and the outcome (fast crawling/indexing), but omits other behavioral traits such as API rate limits, quota restrictions, idempotency characteristics, or what constitutes a successful response.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description consists of exactly two high-value sentences: one declaring purpose and effect, the second stating the hard requirement. There is no redundancy or extraneous information, and the critical constraint (service account auth) is prominently featured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the simple 3-parameter schema with 100% coverage and no output schema, the description is appropriately complete regarding inputs and side effects. However, it could be improved by briefly noting the return value or success indicators since no output schema exists to document the response.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
While the schema has 100% coverage, the description adds crucial semantic specificity by clarifying that a 'service account' access token is required (not just any OAuth2 token), which is technically significant for the Google Indexing API. This compensates for the schema's more general 'OAuth2 access token' description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the specific action (Submit URLs), the target resource (Google Indexing API), and the benefit (fast crawling and indexing). It naturally distinguishes itself from the IndexNow siblings (indexnow_submit) by specifying 'Google Indexing API' and from google_indexing_status by using the verb 'Submit' versus checking status.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states the authentication prerequisite ('Requires a Google service account access token'), which defines when the tool can be used. However, it does not explicitly contrast with indexnow_submit to clarify when to use Google's API versus IndexNow, though the naming makes this relatively clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
GitHub Badge
Glama performs regular codebase and documentation scans to:
- Confirm that the MCP server is working as expected.
- Confirm that there are no obvious security issues.
- Evaluate tool definition quality.
Our badge communicates server capabilities, safety, and installation instructions.
Card Badge
Copy to your README.md:
Score Badge
Copy to your README.md:
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sharozdawa/indexnow-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server