INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://indexnow-toolkit-mcp.lipmichal.workers.dev/mcp
Connect to this endpoint to inspect the live schema for build_indexnow_payload and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests code or command execution.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.indexnow-toolkit]
url = "https://indexnow-toolkit-mcp.lipmichal.workers.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"indexnow-toolkit": {
"type": "http",
"url": "https://indexnow-toolkit-mcp.lipmichal.workers.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: indexnow-toolkit
Remote MCP URL: https://indexnow-toolkit-mcp.lipmichal.workers.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"indexnow-toolkit": {
"url": "https://indexnow-toolkit-mcp.lipmichal.workers.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"indexnow-toolkit": {
"type": "http",
"url": "https://indexnow-toolkit-mcp.lipmichal.workers.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "indexnow-toolkit",
"transport": "streamable-http",
"url": "https://indexnow-toolkit-mcp.lipmichal.workers.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
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 command to verify it.diff_sitemaps— Parses two sitemap documents (urlset XML, sitemapindex XML, or a newline-delimited URL list) and reports added, removed and lastmod-changed URLs.