Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

com.aiwebsitepipeline/indexnow-toolkit

com.aiwebsitepipeline/indexnow-toolkit

Build and validate IndexNow payloads, check key files, and diff sitemaps into a submission list.

Uptime
100.0%
1 direct probes · 30d
Response
201ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

build_indexnow_payload

Validates a key and URL list against the IndexNow spec and returns the exact JSON POST body, the endpoint, a ready-to-run curl command, and the reason for every URL it dropped. Enforces the same-host …

validate_indexnow_key

Checks an IndexNow key against the protocol schema (length, character set) and, given a host, returns the exact URL the key file must be served from, the exact contents it must have, and the curl comm…

diff_sitemaps

Parses two sitemap documents (urlset XML, sitemapindex XML, or a newline-delimited URL list) and reports added, removed and lastmod-changed URLs. Returns only the URLs worth submitting to IndexNow. Pa…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.aiwebsitepipeline/indexnow-toolkit": {
      "url": "https://indexnow-toolkit-mcp.lipmichal.workers.dev/mcp",
      "transport": "streamable-http"
    }
  }
}