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
| Field | Type | Description |
|---|---|---|
| previous_sitemap* | string | The earlier sitemap document. |
| current_sitemap* | string | The current sitemap document. |
| key | string | Optional IndexNow key; supplying it returns a ready-to-send payload. |
| keyLocation | string | Optional key file URL. |
| engine | string | Optional target endpoint name. |
| include_removed | boolean | Include 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.