← Registry

Developer Tools

aiwebsitepipeline.com

Provides tools to generate IndexNow payloads, validate IndexNow keys, and diff sitemaps to track URL changes.

1 endpoint3 known toolsFirst detected August 9, 2026Last detected August 9, 2026

ENDPOINT 1

https://indexnow-toolkit-mcp.lipmichal.workers.dev/mcp

No auth detected

MCP server metadata

Name
indexnow-toolkit
Version
1.0.0
Capabilities
tools
Server instructions

Builds and validates IndexNow submissions. build_indexnow_payload turns a URL list into an exact, spec-checked POST body plus the curl command to send it. validate_indexnow_key checks a key against the protocol rules and tells you where the key file must live. diff_sitemaps compares two sitemap XML documents and returns only the URLs worth submitting. This server constructs and validates payloads; it does not submit them for you.

Known tools 3

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.

Potential side effects
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.

Potential side effects
diff_sitemaps

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

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for workers.dev was fetched 2026-08-25T16:44:24.083Z.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.