# com.aiwebsitepipeline/indexnow-toolkit (remote · indexnow-toolkit-mcp.lipmichal.workers.dev)

Build and validate IndexNow payloads, check key files, and diff sitemaps into a submission list.

- Trust score: 56/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-09

## Components

- remote · `indexnow-toolkit-mcp.lipmichal.workers.dev`: 56/100 (this document), [markdown](https://verifymcp.io/servers/com-aiwebsitepipeline-indexnow-toolkit/indexnow-toolkit-mcp.md), [page](https://verifymcp.io/servers/com-aiwebsitepipeline-indexnow-toolkit/indexnow-toolkit-mcp)

## Channel facts

- Endpoint: `https://indexnow-toolkit-mcp.lipmichal.workers.dev/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-09.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 3 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS check failed: the endpoint is reachable over plaintext HTTP.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 73/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 550 tokens (~183/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http com-aiwebsitepipeline-indexnow-toolkit https://indexnow-toolkit-mcp.lipmichal.workers.dev/mcp
```

### Codex

```toml
[mcp_servers.com-aiwebsitepipeline-indexnow-toolkit]
url = "https://indexnow-toolkit-mcp.lipmichal.workers.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-aiwebsitepipeline-indexnow-toolkit": {
      "type": "remote",
      "url": "https://indexnow-toolkit-mcp.lipmichal.workers.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-aiwebsitepipeline-indexnow-toolkit --url https://indexnow-toolkit-mcp.lipmichal.workers.dev/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-aiwebsitepipeline-indexnow-toolkit:
    url: "https://indexnow-toolkit-mcp.lipmichal.workers.dev/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-aiwebsitepipeline-indexnow-toolkit": {
      "type": "http",
      "url": "https://indexnow-toolkit-mcp.lipmichal.workers.dev/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-09 (score 56)

First indexed and scored.

## MCP tools (3)

### `build_indexnow_payload` (~195 tokens)

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 URL it dropped. Enforces the same-host rule, the 10000-URL batch limit, https/http consistency, fragment stripping and de-duplication.

Input parameters:

- `engine` (string): indexnow (default), bing, yandex, seznam or naver.
- `host` (string): The host, e.g. example.com. Inferred from the first URL if omitted.
- `key` (string, required): The IndexNow key, 8-128 characters of [a-zA-Z0-9-].
- `keyLocation` (string): Optional URL of the key file if it is not at https://host/<key>.txt.
- `urlList` (array, required): Absolute URLs to submit. All must be on the same host.

### `validate_indexnow_key` (~113 tokens)

Validate an 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. Most 403 rejections are a key file that returns an HTML 404 page with a 200 status.

Input parameters:

- `host` (string): Optional host, e.g. example.com, to compute the key file URL.
- `key` (string, required): The key to check.

### `diff_sitemaps` (~153 tokens)

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 the URLs worth submitting to IndexNow. Pass a key to also get the finished, validated POST body.

Input parameters:

- `current_sitemap` (string, required): The current sitemap document.
- `engine` (string): Optional target endpoint name.
- `include_removed` (boolean): Include removed URLs in the submission list. Default false.
- `key` (string): Optional IndexNow key; supplying it returns a ready-to-send payload.
- `keyLocation` (string): Optional key file URL.
- `previous_sitemap` (string, required): The earlier sitemap document.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-aiwebsitepipeline-indexnow-toolkit/indexnow-toolkit-mcp#diagnostics

## Score history

- 2026-08-09: 56

## Links

- Remote endpoint: https://indexnow-toolkit-mcp.lipmichal.workers.dev/mcp
- Website: https://aiwebsitepipeline.com/method.html
- Changelog RSS feed: https://verifymcp.io/servers/com-aiwebsitepipeline-indexnow-toolkit/indexnow-toolkit-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-aiwebsitepipeline-indexnow-toolkit/indexnow-toolkit-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-aiwebsitepipeline-indexnow-toolkit/indexnow-toolkit-mcp
