indexnow-toolkit
I
indexnow-toolkit
/diff_sitemaps

Diff two sitemaps into an IndexNow list

Parses two sitemap documents (urlset XML, sitemapindex XML, or a newline-delimited URL list) and reports added, removed and lastmod-changed URLs. Returns only t

liveverifiedunknown~5s typical
mcpprobedindexnow-toolkit
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-aiwebsitepipeline-indexnow-toolkit /diff_sitemaps for me.

Input

FieldTypeDescription
previous_sitemap*stringThe earlier sitemap document.
current_sitemap*stringThe current sitemap document.
keystringOptional IndexNow key; supplying it returns a ready-to-send payload.
keyLocationstringOptional key file URL.
enginestringOptional target endpoint name.
include_removedbooleanInclude removed URLs in the submission list. Default false.

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-aiwebsitepipeline-indexnow-toolkit","endpoint":"/diff_sitemaps","input":{"previous_sitemap":"...","current_sitemap":"..."}}'
cli
npx cracked-ai run -p mcp-com-aiwebsitepipeline-indexnow-toolkit -e /diff_sitemaps -i '{"previous_sitemap":"...","current_sitemap":"..."}'
mcp
run_tool({ provider: "mcp-com-aiwebsitepipeline-indexnow-toolkit", endpoint: "/diff_sitemaps", input: {"previous_sitemap":"...","current_sitemap":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.