indexnow-toolkit
I
indexnow-toolkit
/build_indexnow_payload

Build an IndexNow POST body

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

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 /build_indexnow_payload for me.

Input

FieldTypeDescription
key*stringThe IndexNow key, 8-128 characters of [a-zA-Z0-9-].
urlList*arrayAbsolute URLs to submit. All must be on the same host.
hoststringThe host, e.g. example.com. Inferred from the first URL if omitted.
keyLocationstringOptional URL of the key file if it is not at https://host/<key>.txt.
enginestringindexnow (default), bing, yandex, seznam or naver.

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":"/build_indexnow_payload","input":{"key":"...","urlList":[]}}'
cli
npx cracked-ai run -p mcp-com-aiwebsitepipeline-indexnow-toolkit -e /build_indexnow_payload -i '{"key":"...","urlList":[]}'
mcp
run_tool({ provider: "mcp-com-aiwebsitepipeline-indexnow-toolkit", endpoint: "/build_indexnow_payload", input: {"key":"...","urlList":[]} })

Try it

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