com.aiwebsitepipeline/indexnow-toolkit
com.aiwebsitepipeline/indexnow-toolkitBuild and validate IndexNow payloads, check key files, and diff sitemaps into a submission list.
Tools · 3
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 …
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…
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…
Similar MCP servers embedding-nearest
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"
}
}
}